Tutorial Struts2 + Hibernate + Spring CURD application (Day 1)

From now on, I will write a blog to show you the integration of Struts2 + Hibernate3 + Spring to develop a CURD application. I am a beginer of SSH framework, so these series blogs may got some mistakes. Please feel free to discuss with me through blog reply. 

This is the final souce category of my CURD project:

And here are the Jar files used in our project : 

  • antlr-2.7.2.jar
  • asm-3.3.jar
  • asm-commons-3.3.jar
  • asm-tree-3.3.jar
  • c3p0-0.9.0.jar
  • cglib-2.1.3.jar
  • commons-collections-3.1.jar
  • commons-fileupload-1.2.2.jar
  • commons-io-2.0.1.jar
  • commons-lang-2.5.jar
  • commons-logging-1.1.1.jar
  • commons-logging-api-1.1.jar
  • dom4j-1.6.1.jar
  • ezmorph-1.0.3.jar
  • freemarker-2.3.18.jar
  • hibernate3.jar
  • javassist-3.11.0.GA.jar
  • json-lib-2.1-jdk15.jar
  • jta.jar
  • ognl-3.0.4.jar
  • ojdbc14.jar
  • org.springframework.asm-3.1.1.RELEASE.jar
  • org.springframework.beans-3.1.1.RELEASE.jar
  • org.springframework.context-3.1.1.RELEASE.jar
  • org.springframework.core-3.1.1.RELEASE.jar
  • org.springframework.expression-3.1.1.RELEASE.jar
  • org.springframework.jdbc-3.1.1.RELEASE.jar
  • org.springframework.orm-3.1.1.RELEASE.jar
  • org.springframework.transaction-3.1.1.RELEASE.jar
  • org.springframework.web-3.1.1.RELEASE.jar
  • struts2-core-2.3.1.2.jar
  • struts2-spring-plugin-2.3.1.2.jar
  • xwork-core-2.3.1.2.jar

Here comes the system architecture diagram:

原文地址:https://www.cnblogs.com/enixyu/p/2643848.html