`
gyl868
  • 浏览: 167347 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

S2SH所需jar包

阅读更多
下载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

连接数据库,自然要有驱动包。我的数据库是sql server 2000,详见http://md20040208.blog.163.com/blog/static/3006942720107581537560/

 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
分享到:
评论
1 楼 oritenson 2010-11-28  
很好!

相关推荐

Global site tag (gtag.js) - Google Analytics