OverView of Spring Framework(综述Spring框架)

来源:互联网 发布:网络英语老师招聘 编辑:程序博客网 时间:2024/04/27 08:47

The Spring Framework is lightweight solution and potential on-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 loC container,with any web framework on top,butyou 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 RAI or Web services,and various options for persisting your data.

lt offers a full-featured MVC Framework,and enables you to integrate AOP Transparently into you software.


Spring框架是一个轻量级解决方案 一个潜在的一站式构建企业级应用程序

然而Spring是模块化的,允许你使用你需要的那些部分不必带上其他

你可以在任何Web框架之上使用loc容器,但是你也可以只使用Hibernate集成代码或者JDBC抽象层Spring支持声明式事物管理,远程通过RMI或者Web服务访问你的逻辑

以及各种选择坚持你的数据.它提供了全功能MVC框架以及能够让你透明的把aop集成到你的软件


Spring is designed to be non-intrusive,meaning that you domain logic code generally has No dependencies on the framework itself.in you 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

Spring设计成非侵入式的 意思是你的逻辑代码领域通常不依赖于框架本身 在你的集成层(比如数据访问层) 一些依赖于数据访问技术在Spring类库将会存在 然而它应该很容易隔离这些来自你剩下代码库的依赖


This document is 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.Questions on the Framework itself should be asked on StackOverflow(see http://spring.io/questions)

这是一个Spring框架特征的参考指南.如果你在这个文档有任何请求,评论,或者问题请邮寄到用户邮件列表.框架本身的问题应该在StackOverflow(见:http://spring.io/questions)上面询问



0 0