这里是一个简单能在web中实现最基本的依赖注入所需的jar包: 
org.springframework.asm-3.0.5.RELEASE.jar
org.springframework.beans-3.0.5.RELEASE.jar
org.springframework.context-3.0.5.RELEASE.jar
org.springframework.core-3.0.5.RELEASE.jar
org.springframework.expression-3.0.5.RELEASE.jar
org.springframework.web-3.0.5.RELEASE.jar
commons-logging-1.1.1.jar
其中commons-logging-1.1.1.jar 是spring的依赖包.

 

以上是一个不含spring-jdbc数据库管理的合集, 如果要用spring的持久层,还需要:
org.springframework.jdbc-3.0.5.RELEASE.jar
org.springframework.transaction-3.0.5.RELEASE.jar
commons-dbcp-1.3.jar   
commons.pool-1.5.3.jar

posted on 2013-04-16 10:14  饭菜糖衣  阅读(509)  评论(0编辑  收藏  举报