该资源包主要包含spring的4.3.13版本所有涉及如下主模块jar包(spring-aop-4.3.13.RELEASE.jar、spring-aspects-4.3.13.RELEASE.jar、spring-beans-4.3.13.RELEASE.jar、spring-context-4.3.13.RELEASE.jar、spring-context-support-4.3.13.RELEASE.jar、spring-core-4.3.13.RELEASE.jar、spring-expression-4.3.13.RELEASE.jar、spring-jdbc-4.3.13.RELEASE.jar、spring-jms-4.3.13.RELEASE.jar、spring-orm-4.3.13.RELEASE.jar、spring-oxm-4.3.13.RELEASE.jar、spring-test-4.3.13.RELEASE.jar、spring-tx-4.3.13.RELEASE.jar、spring-web-4.3.13.RELEASE.jar、spring-webmvc-4.3.13.RELEASE.jar)
spring的主要模块:@b@@b@ IOC @b@ core:资源访问,类型转换@b@ beans:bean工厂@b@ expression:${}获取属性@b@ context:核心接口ApplicationContext@b@ AOP @b@ aop:面向切面编程的实现@b@ aspects:对AspectJ的整合@b@ DAO @b@ jdbc:通过jdbc模板类访问数据库@b@ tx:事务的实现@b@ orm:与hibernate,mybatis的集成@b@ oxm:对象与xml数据之间的相互转换@b@ jms:系统之间发送消息,异步通信@b@ Web @b@ web:与web项目的整合@b@ webmvc:子模块springMVC@b@ Test @b@ test:测试
��