Struts2.1.6 + Spring2.5.6 + Hibernate3.3.2所需要的jar包列表
jar包名稱 | 所在位置 | 說明 |
antlr-2.7.6.jar | hibernate/lib/required | 解析HQL |
aspectjrt | spring/lib/aspectj | AOP |
aspectjweaver | .. | AOP |
cglib-nodep-2.1_3.jar | spring/lib/cglib | 代理,二進(jìn)制增強(qiáng) |
common-annotations.jar | spring/lib/j2ee | @Resource |
commons-collections-3.1.jar | hibernate/lib/required | 集合框架 |
commons-fileupload-1.2.1.jar | struts/lib | struts |
commons-io-1.3.2 | struts/lib | struts |
commons-logging-1.1.1 | 單獨(dú)下載,刪除1.0.4(struts/lib) | struts spring |
dom4j-1.6.1.jar | hibernate/required | 解析xml |
ejb3-persistence | hibernate-annotation/lib | @Entity |
freemarker-2.3.13 | struts/lib | struts |
hibernate3.jar | hibernate | |
hibernate-annotations | hibernate-annotation/ | |
hibernate-common-annotations | hibernate-annotation/lib | |
javassist-3.9.0.GA.jar | hiberante/lib/required | hibernate |
jta-1.1.jar | .. | hibernate transaction |
junit4.5 | ||
mysql- | ||
ognl-2.6.11.jar | struts/lib | |
slf4j-api-1.5.8.jar | hibernate/lib/required | hibernate-log |
slf4j-nop-1.5.8.jar | hibernate/lib/required | |
spring.jar | spring/dist | |
struts2-core-2.1.6.jar | struts/lib | |
xwork-2.1.2.jar | struts/lib | struts2 |
commons-dbcp | spring/lib/jarkata-commons | |
commons-pool.jar | .. | |
struts2-spring-plugin-2.1.6.jar | struts/lib |
posted on 2010-12-15 09:53 jack zhai 閱讀(3654) 評論(2) 編輯 收藏 所屬分類: Struts2 、hibernate 、spring