To use spring, add the following dependency packages:
Org. springframework. aop-3.0.3.RELEASE.jar -------------- aspect programming of spring
Org. springframework. asm-3.0.3.RELEASE.jar -------------- Spring Independent ASMProgram
Org. springframework. beans-3.0.3.RELEASE.jar ------------ springioc (dependency injection) basic implementation
Org. springframework. context-3.0.3.RELEASE.jar ----------- Spring provides extension services on basic IOC functionality
Org. springframework. core-3.0.3.RELEASE.jar -------------- core package of spring
Org. springframework. expression-3.0.3.RELEASE.jar ------ spring Expression Language
Org. springframework. web-3.0.3.RELEASE.jar -------------- toolkit under springweb
Org. springframework. Web. servlet-3.0.3.RELEASE.jar ----- springmvc toolkit, and support for jee6.0 servlet3.0
In addition to the spring package, you also need to add the following dependency packages:
Com.springsource.org. aopalliance-1.0.0.jar --------------- AOP Toolkit
Com.springsource.org. Apache. commons. logging-1.1.1.jar ---------- log management of commons