ssh包及项目搭建
[struts2]
\struts-2.3.1.2-all\struts-2.3.1.2\apps\struts2-blank.war\WEB-INF\lib 的所有包
asm-3.3.jar
asm-commons-3.3.jar
asm-tree-3.3.jar
commons-fileupload-1.2.2.jar
commons-io-2.0.1.jar
commons-lang-2.5.jar
freemarker-2.3.18.jar
javassist-3.11.0.GA.jar
ognl-3.0.4.jar
struts2-core-2.3.1.2.jar
xwork-core-2.3.1.2.jar
[hibernate]
\hibernate-distribution-3.5.6-Final\hibernate-distribution-3.5.6-Final\ 单个
hibernate3.jar
\hibernate-distribution-3.5.6-Final\hibernate-distribution-3.5.6-Final\lib\required\ 所有
antlr-2.7.6.jar
commons-collections-3.1.jar
dom4j-1.6.1.jar
javassist-3.11.0.GA.jar
jta-1.1.jar
\hibernate-distribution-3.5.6-Final\hibernate-distribution-3.5.6-Final\lib\3rd\
部分
commons-logging.jar
log4j.jar
slf4j-api-1.5.8.jar
slf4j-log4j12.jar
[spring]
\spring-framework-3.1.0\spring-framework-3.1.0.RELEASE\dist\
部分
org.springframework.aop-3.1.0.RELEASE.jar
org.springframework.asm-3.1.0.RELEASE.jar
org.springframework.aspects-3.1.0.RELEASE.jar
org.springframework.beans-3.1.0.RELEASE.jar
org.springframework.context-3.1.0.RELEASE.jar
org.springframework.context.support-3.1.0.RELEASE.jar
org.springframework.core-3.1.0.RELEASE.jar
org.springframework.expression-3.1.0.RELEASE.jar
org.springframework.jdbc-3.1.0.RELEASE.jar
org.springframework.orm-3.1.0.RELEASE.jar
org.springframework.transaction-3.1.0.RELEASE.jar
org.springframework.web-3.1.0.RELEASE.jar
\spring-framework-3.1.0.CI-1163-dependencies\org.aopalliance\com.springsource.org.aopalliance\1.0.0 单个(面向切面变成的第三方包)
com.springsource.org.aopalliance-1.0.0.jar
\spring-framework-3.1.0.CI-1163-dependencies\org.aspectj\com.springsource.org.aspectj.tools\1.6.6.RELEASE
单个(做AOP表达式包1)
com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar
\spring-framework-3.1.0.CI-1163-dependencies\org.aspectj\com.springsource.org.aspectj.weaver\1.6.8.RELEASE
单个(做AOP表达式包2)
com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
\spring-framework-3.1.0.CI-1163-dependencies\net.sourceforge.cglib\com.springsource.net.sf.cglib\2.2.0 单个 (字节码增强)
com.springsource.net.sf.cglib-2.2.0.jar
[driver]
mysql-connector-java-5.1.22-bin.jar
[dataSource]
\spring-framework-3.1.0.CI-1163-dependencies\com.mchange.c3p0\com.springsource.com.mchange.v2.c3p0\0.9.1.2\
单个(性能好,尤其是在这种大并发的时代)
com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
[struts2-spring-plugin]
\struts-2.3.1.2-all\struts-2.3.1.2\lib\
单个(负责struts与spring整合)
struts2-spring-plugin-2.3.1.2.jar
3.创建包结构
net.longqiao.surveypark.dao
net.longqiao.surveypark.dao.impl
net.longqiao.surveypark.domain
net.longqiao.surveypark.service
net.longqiao.surveypark.service.impl
net.longqiao.surveypark.struts2.action
net.longqiao.surveypark.util
浙公网安备 33010602011771号