S2SH集成所需包(基础)

本来不想写的,因为网上的资料太多了,今天又一个朋友问我集成的问题,所以还是写上来,希望能够帮到那些需要帮助的童鞋。。。

/****************************************************************************************/
下载hibernate-distribution-3.3.2.GA-dist.zip,网址http://sourceforge.net/projects/hibernate/files/,解压得hibernate-distribution-3.3.2.GA文件夹。 
下载hibernate-annotations-3.3.0.GA.zip,网址http://sourceforge.net/projects/hibernate/files/hibernate-annotations/,解压得hibernate-annotations-3.3.0.GA文件夹。 
下载slf4j-1.5.8.zip,网址http://www.slf4j.org/dist/,解压得slf4j-1.5.8文件夹。 
下载spring-framework-2.5.6-with-dependencies.zip,网址http://sourceforge.net/projects/springframework/files/,解压得spring-framework-2.5.6文件夹。 
下载struts-2.1.6-all.zip,网址http://www.apache.org/dist/struts/binaries/struts-2.1.6-all.zip,解压得struts-2.2.1文件夹。 
Hibernate所需jar包: 
hibernate-distribution-3.3.2.GA\hibernate3.jar 
hibernate-distribution-3.3.2.GA\lib\required\antlr-2.7.6.jar 
hibernate-distribution-3.3.2.GA\lib\required\commons-collections-3.1.jar 
hibernate-distribution-3.3.2.GA\lib\required\dom4j-1.6.1.jar 
hibernate-distribution-3.3.2.GA\lib\required\javassist-3.9.0.GA.jar 
hibernate-distribution-3.3.2.GA\lib\required\jta-1.1.jar 
hibernate-distribution-3.3.2.GA\lib\required\slf4j-api-1.5.8.jar 
hibernate-annotations-3.3.0.GA\hibernate-annotations.jar 
hibernate-annotations-3.3.0.GA\lib\ejb3-persistence.jar 
hibernate-annotations-3.3.0.GA\lib\hibernate-commons-annotations.jar 
slf4j-1.5.8\slf4j-nop-1.5.8.jar 
spring-framework-2.5.6\lib\log4j\log4j-1.2.15.jar 
  struts2所需jar包: 
struts-2.2.1\lib\commons-fileupload-1.2.1.jar 
struts-2.2.1\lib\commons-io-1.3.2.jar 
struts-2.2.1\lib\commons-logging-1.0.4.jar 
struts-2.2.1\lib\freemarker-2.3.16.jar 
struts-2.2.1\lib\xwork-core-2.2.1.jar 
struts-2.2.1\lib\ognl-3.0.jar 
struts-2.2.1\lib\struts2-core-2.2.1.jar 
spring所需jar包: 
spring-framework-2.5.6\dist\spring.jar 
spring-framework-2.5.6\lib\jakarta-commons\commons-logging.jar(可以删除,因为struts2里已存在) 
spring-framework-2.5.6\lib\jakarta-commons\commons-pool.jar 
spring-framework-2.5.6\lib\jakarta-commons\commons-dbcp.jar 
spring-framework-2.5.6\lib\j2ee\common-annotations.jar 
spring-framework-2.5.6\lib\aspectj\aspectjrt.jar 
spring-framework-2.5.6\lib\aspectj\aspectjweaver.jar 
spring-framework-2.5.6\lib\cglib\cglib-nodep-2.1_3.jar 
struts-2.2.1\lib\struts2-spring-plugin-2.2.1.jar 

你可能感兴趣的:(spring,Hibernate,freemarker,log4j,struts)