struts2+spring3+hibernate3所需 jar包

来源:互联网 发布:云杉网络 融资 编辑:程序博客网 时间:2024/05/14 10:57
  struts2+spring3+hibernate3的资源下载和开发环境配置  ssh配置文件(web.xml,struts.xml,applicationContext.xml,persistence.xml,log4j.properties)struts2+spring3+hibernate3所需 jar包  2010-11-18 16:10:07|  分类: java相关 |  标签:ssh  jar包   |字号大中小 订阅 1.struts2提取包从struts2-2.2.1-lib.zip中struts-2.2.1\lib提取如下包aopalliance-1.0.jarcommons-collections-3.2.jarcommons-fileupload-1.2.1.jarcommons-io-1.3.2.jarcommons-logging-1.0.4.jarfreemarker-2.3.16.jarognl-3.0.jarstruts2-core-2.2.1.jarstruts2-spring-plugin-2.2.1.jarxwork-core-2.2.1.jar2.提取spring包从spring-framework-3.0.4.RELEASE.zip中spring-framework-3.0.4.RELEASE\dist提取如下包(里面的所有jar包都要)(有人说不要这个org.springframework.web.struts-3.0.4.RELEASE.jar,但我测试后,可以用这个)org.springframework.aop-3.0.4.RELEASE.jarorg.springframework.asm-3.0.4.RELEASE.jarorg.springframework.aspects-3.0.4.RELEASE.jarorg.springframework.beans-3.0.4.RELEASE.jarorg.springframework.context-3.0.4.RELEASE.jarorg.springframework.context.support-3.0.4.RELEASE.jarorg.springframework.core-3.0.4.RELEASE.jarorg.springframework.expression-3.0.4.RELEASE.jarorg.springframework.instrument-3.0.4.RELEASE.jarorg.springframework.instrument.tomcat-3.0.4.RELEASE.jarorg.springframework.jdbc-3.0.4.RELEASE.jarorg.springframework.jms-3.0.4.RELEASE.jarorg.springframework.orm-3.0.4.RELEASE.jarorg.springframework.oxm-3.0.4.RELEASE.jarorg.springframework.test-3.0.4.RELEASE.jarorg.springframework.transaction-3.0.4.RELEASE.jarorg.springframework.web-3.0.4.RELEASE.jarorg.springframework.web.portlet-3.0.4.RELEASE.jarorg.springframework.web.servlet-3.0.4.RELEASE.jarorg.springframework.web.struts-3.0.4.RELEASE.jar从spring-framework-2.0.8-with-dependencies.zip中spring-framework-2.0.8\lib\log4j提取如下包log4j-1.2.14.jar3.Hibernate提取包从hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution-3.6.0.Final提取如下包hibernate3.jar从 hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution- 3.6.0.Final\lib\required提取如下包(所有包,除了commons-collections-3.1.jar,struts里的 版本要高一些)antlr-2.7.6.jardom4j-1.6.1.jarjavassist-3.12.0.GA.jarjta-1.1.jarslf4j-api-1.6.1.jar从hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution-3.6.0.Final\lib\bytecode\cglib提取如下包cglib-2.2.jar从hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution-3.6.0.Final\lib\optional\ehcache提取如下包ehcache-1.5.0.jar从hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution-3.6.0.Final\lib\jpa提取如下包hibernate-jpa-2.0-api-1.0.0.Final.jar从hibernate-distribution-3.6.0.Final-dist.zip中hibernate-distribution-3.6.0.Final\lib\optional\c3p0提取如下包c3p0-0.9.1.jar4.MySQL提取包从mysql-connector-java-5.1.13.zip中mysql-connector-java-5.1.13提取如下包mysql-connector-java-5.1.13-bin.jar5.slf4j提取包从slf4j-1.6.1.zip中mysql-connector-java-5.1.13提取如下包slf4j-log4j12-1.6.1.jar建议:把这些包拷贝到一个Struts2.2.1_Spring3.0.4_Hibernate3.6.0-lib文件夹中(这个文件夹自己创建一个,主要用途是临时保存这些包)

原创粉丝点击