First, Project name: s2316s411h436
Project prototype: Struts2.3.16 + Spring4.1.1 + Hibernate4.3.6 + Quartz2.2.1
Source:
Basic version: http://download.csdn.net/detail/liyunqi007/8040987 (this version has not yet consolidated quartz)
Improved version: http://download.csdn.net/detail/liyunqi007/8042997 (compare last version, integrate quartz and Gson)
For a more detailed description, open the document in the doc directory in your project: "Introduction to the project. Doc"
Second, Project Purpose:
Build a prototype of the project architecture using the three most recent versions of the framework (i.e., STRUTS2, Spring4, and Hibernate4).
Project Schema prototype: Struts2.3.16 + Spring4.1.1 + Hibernate4.3.6 + Quartz2.2.1.
In addition, there are: Quartz, JUNIT4, log4j, slf4j, Ehcache, Gson, and so on these libraries or frameworks, also all use the latest version.
Third, Project Features:
1, at the same time using Struts2, Spring4, Hibernate4, Quartz, JUNIT4, log4j, slf4j, Ehcache, Gson and other libraries or frameworks, to build a most basic project prototype.
2, spring configuration provides a variety of optional integration solutions: see Applicationcontext.xml configuration
(1) Provide support for three kinds of data source scenarios: C3P0, DBCP, JNDI, triple Select one, please comment or delete other scenarios
(2) Extraction of four Hibernate integration options: Four Select one, please comment or delete other scenarios
(3) provides two types of declarative transaction manager scenarios: Two select one, please comment or delete other scenarios
Four, three most recent versions of the framework download: until 2014-10-15
Struts2.3.6: Released in 2014-05-03, the latest version of the current. Official website: http://struts.apache.org/
Http://mirrors.cnnic.cn/apache/struts/binaries/struts-2.3.16.3-all.zip
Spring4.1.1: Released in 2014-10-01, the latest version of the current. Official website: http://spring.io/
http://repo.spring.io/libs-release-local/org/springframework/spring/4.1.1.RELEASE/ Spring-framework-4.1.1.release-dist.zip
Hibernate4.3.6: Released in 2014-07-16, the latest version of the current. Official website: http://hibernate.org/
http://softlayer-sng.dl.sourceforge.net/project/hibernate/hibernate4/4.3.6.Final/ Hibernate-release-4.3.6.final.zip
Five, Project Structure:
Six, Source code:
Basic version: http://download.csdn.net/detail/liyunqi007/8040987 (this version has not yet consolidated quartz)
Improved version: http://download.csdn.net/detail/liyunqi007/8042997 (compare last version, integrate quartz and Gson)
For a more detailed description, open the document in the doc directory in your project: "Introduction to the project. Doc"
Reference Documentation:
http://blog.csdn.net/songanling/article/details/22454973
http://1194867672-qq-com.iteye.com/blog/1522906
The latest version of the STRUTS2+SPRING4+HIBERNATE4 three framework integration (as of 2014-10-15, provide source download)