1. 程式人生 > >SSM所需的jar

SSM所需的jar

pool ava ng- collect file res oracle數據 epo struts2

首先去找struts的.  http://struts.apache.org/ 下載最新的struts 2.3.7.

http://www.springsource.org/spring-framework 下載spring-framework-3.2.0.RELEASE-dist

http://repo.spring.io/libs-release-local/org/springframework/spring/ 下載MyBatis的-3.1.1-bundle

   二、提取需要用到的jar

struts需要的jar:        

xwork-core-2.3.7.jar        
commons-fileupload-1.2.2.jar                   
commons-lang3-3.1.jar                        
commons-logging-1.1.1.jar                       
freemarker-2.3.19.jar                       
ognl-3.0.5.jar                          
javassist-3.12.0.GA.jar
commons-collections-3.1.jar

struts2-spring-plugin-2.3.7.jar

   

 其他所需jar

dom4j.jar

log4j.jar

classes12.jar  

MyBatis所需的jar

mybatis-3.1.1.jar 

commons-pool.jar

mybatis-spring-1.0.0.jar

spring 所需的jar:

spring-aop.jar

spring-beans.jar 

spring-context.jar 

spring-core.jar 

spring-jdbc.jar   

spring-orm.jar  

spring-tx.jar   

spring-web.jar

spring-expression.jar

OK,我們已經提取出了整合所需的基本jar。 本人用的是oracle數據庫,所以引入了classes12.jar。可以根據自己的需求換。

我們先把這些jar放到我們項目的lib下。這個我想大家都會。

SSM所需的jar