The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications. However, Spring is modular, allowing you to use only those parts that you need, without having to bring in the rest. You can use the IoC container, with Struts on top, but you can also use only the Hibernate integration code or the JDBC abstraction layer. The Spring Framework supports declarative transaction management, remote access to your logic through RMI or web services, and various options for persisting your data. It offers a full-featured MVC framework, and enables you to integrate AOP transparently into your software. Spring is designed to be non-intrusive, meaning that your domain logic code generally has no dependencies on the framework itself. In your integration layer (such as the data access layer), some dependencies on the data access technology and the Spring libraries will exist. However, it should be easy to isolate these dependencies from the rest of your code base. This document is a reference guide to Spring Framework features. If you have any requests, comments, or questions on this document, please post them on the user mailing list or on the support forums at [url]http://forum.springsource.org/.[/url]
Overview of Spring Framework3.0.3
Spring框架是一个轻量级解决方案,提供企业级应用所需的各种功能。它支持模块化使用,可根据需求选择部分组件,如IoC容器、Hibernate整合代码、JDBC抽象层等。Spring还提供了声明式事务管理、远程访问服务、数据持久化选项及MVC框架等功能,并允许透明地集成AOP。Spring的设计理念是非侵入式的,使得业务逻辑代码与框架本身的依赖分离。

被折叠的 条评论
为什么被折叠?



