1.Data Access/Integration 数据的访问及集成
jdbc:the jdbc module provides a JDBC-abstraction layer that removes th need for tedious JDBC relates coding.
orm:对象关系映射,主要集成 hibernate,jpa 和java data objects 用于资源管理,数据访问对象(DAO)的实现和事务策略
jms:Java Messaging Service 能够发送和接收信息
tx:Spring-jdbc 事务控制实现模块
2.web
web-socket module provides support for webSocket-based,two-way communication between the client and the server in web applications.
web-Portlet module provides the MVC implementation to used in a portlet environment and mirrors functionality of web-servlet module.
3.Miscellaneous
The AOP module provides an aspect-oriented programming implementation allowing you to define method-interceptors and pointcuts to cleanly decouple code that implements functionality that should framework.
The Instrumenttation module provides class instrumentation support and class loader implementations to be used in certain application servers
The test module supports the testing of Spring components with JUnit or TestNG frameworks.
报文发送。
本文详细介绍了Spring框架的三大核心模块:DataAccess/Integration模块负责数据访问和集成,包括JDBC抽象层、ORM、JMS和事务控制;Web模块提供WebSocket双向通信和Portlet环境的MVC实现;Miscellaneous模块涵盖了AOP、Instrumentation和测试支持,为开发者提供了全面的开发工具箱。

351

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



