SpringFramework翻译_1总览

spring.jpg

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.

Spring框架为基于java的现代企业应用程序提供了一个可以在各种开发平台上全面的编程和配置模型

A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

关键的是Spring为应用程序级别的基础设施提供支持:Spring关注与企业应用的基础设置以便开发团队可以专注于业务逻辑的实现而不是其他跟业务无关的开发环境。

Features(特点)

Core technologies: dependency injection, events, resources, i18n, validation, data binding, type conversion, SpEL, AOP.

Spring的核心技术:依赖注入(DI)、事件、资源、i18n(国际化)、验证、数据绑定、类型转换、SpEL、AOP。

Testing: mock objects, TestContext framework, Spring MVC Test, WebTestClient.

测试:模拟对象,TestContext框架,Spring MVC测试,WebTestClient

Data Access: transactions, DAO support, JDBC, ORM, Marshalling XML.

数据访问:事务、DAO支持、JDBC、ORM、编组XML。

Spring MVC and Spring WebFlux web frameworks.

Spring MVC和Spring WebFlux web框架。

Integration: remoting, JMS, JCA, JMX, email, tasks, scheduling, cache.

集成:远程、JMS、JCA、JMX、电子邮件、任务、调度、缓存。

Languages: Kotlin, Groovy, dynamic languages.

语言:Kotlin、Groovy、动态语言。

Minimum requirements(最低要求)

JDK 8+ for Spring Framework 5.x
JDK 6+ for Spring Framework 4.x

Spring框架5.X系列需要 JDK8+
Spring框架4.X系列需要 JDK6+

SpringOnePlatform 2017 talks(2017年SpringOnePlatform会谈)

Spring Framework 5.0 on JDK 8 & 9

在JDK 8和JDK 9上运行Spring Framework 5.0

Servlet or Reactive Stacks: The Choice is Yours. Oh No…​ The Choice is Mine!

Servlet or Reactive Stacks:由您选择。哦,不,选择是我的!

New in Spring Framework 5.0: Functional Web Framework

Spring Framework 5.0中的新特性:功能Web框架

Why Spring Loves Kotlin

为什么Spring喜欢Kotlin

Quick start(快速开始)

Bootstrap your application with Spring Initializr.

用Spring Initializr.启动应用程序

https://spring.io/projects/spring-framework

你可能感兴趣的:(SpringFramework翻译_1总览)