Spring 4.0含有20个独立的模块(modules),每个模块含有三个文件:
- binary class file
- source JAR file
- JavaDoc JAR file
这20个独立模块可以分为6大类。
Data Access & Integration
- JDBC
- Transaction
- ORM
- OXM
- Messaging
- JMS
Web and Remoting
- Web
- Web servlet
- Web portlet
- WebSocket
Aspect-Oriented Programing
- AOP
- Aspects
Instrumentation
- Instrument
- Instrument Tomcat
Core Spring Container
- Beans
- Core
- Context
- Expression
- Context support
Testing
- test
附录:缩写
- DAO:Data-access object
- ORM:Object-relational mapping
- MVC:Model-View-Controller