[Preface]
Read rich life and good code to share. I am aliman, and I look forward to communicating with you.
The following content is for the purpose of learning. The cover content is wide but not deep, and there may be some problems. Empty box.
[Hardware environment]
Ordinary PC, 4 GB memory, GB hard drive
[Operating system]
The following systems are virtual machines running on the same machine
Centos5.5-9 SVN server, release script
Centos5.5-4 jboss1
Centos5.5-5 JBoss 2 (tested but not enabled)
Centos5.5-8 memcached Server
Centos5.5-0 Apache server
Centos5.5-80 stepping stone Server
Window2003-18 MySQL database
[Test address]
Www.haotuandui.com
There are only several static pages and a logon function. Features are simple, but the meaning is not rich. If you are a new person, if you are good at learning, if you love code, I would like to share it unselfishly. Please click here to download the source code
Of course, if you have a better idea, please share it with me without asking her.
[Introduce the framework]
Struts2.0.14
Spring2.5.6
Hibernate 3.2.7
Ibatis 2.3.4.726
DWR 2.0.3
Quartz 1.5.1
[Improvement points]
1. Introduce spring resource scanning to DWR.
Since DWR configuration files need to be added one by one in the form of config *. XML in Web. XML, It is very troublesome to manage such files in multiple modules.
Introduce DWR to the resource scan function
2. added the struts configuration file automatic scanning function.
This is very meaningful for the entire project. It not only reduces a large amount of development time due to configuration, but also minimizes the configuration dependencies between modules.