The Spring Framework is Java platform
that provides comprehensive infrastructure support for developing Java applications
Spring handles The infrastructure so you can focus on your application
Spring框架是一个Java平台
它为支持Java应用程序开发提供了全面的基础设施
Spring处理了这些基础设施所以你可以把重点放在你的应用程序
Spring enables you to build applications form 'plan old Java objects'(POJOs) and to apply enterprise services non-invasively to POJOs.
This capability applies to the java SE programming model and to full and partial java EE.
Spring可以让你使用'简单洁净Java对象'(POJOs)来构建应用程序
以及把非侵入性的企业级服务应用于POJOs.
它的能力适用于Java SE编程模型以及全部或者部分的JaveEE
Examples of how you,as an application developer,can benefit from the Spring platform:
Make a Java method execute in a database transaction without having to deal with transaction APIs.
Make a local Java method a remote procedure without having to deal with remote APIs.
Make a local Java method a management operation without having to deal with JXM APIs.
Make a local Java method a message hanlder without having to deal with JMS APIs.
举个你的例子,作为一个应用程序开发人员你可以收益于Spring平台
做一个Java执行数据库事物方法无需处理事物APIs.
做一个本地Java执行远程过程方法无需处理远程APIs.
做一个本地Java执行管理操作方法无需处理JMX APIs.
做一个本地Java处理消息方法无需处理JMS APIs.