Spring收集

proxy-target-class属性值决定是基于接口的还是基于类的代理被创建。

如果proxy-target-class 属性值被设置为true,那么基于类的代理将起作用(这时需要cglib库)。

如果proxy-target-class属值被设置为false或者这个属性被省略,那么标准的JDK 基于接口的代理将起作用。

Spring声明式事务配置管理方法
http://www.cnblogs.com/rushoooooo/archive/2011/08/28/2155960.html

Spring事务配置的五种方式
http://www.blogjava.net/robbie/archive/2009/04/05/264003.html

http://repo.springsource.org/libs-release-local/org/springframework/spring/

spring 3.2.4没有serlvet包,而是用的webmvc包

你可能感兴趣的:(spring)