adminapp. Demo app based on the original Hibernate demo updated to use Webwork 2.2 and Hibernate 3.1. No new functionality has been added, just the configuration is changed and some files modified accordingly. Main purpose is to test the use of the new Spring managed IoC in Webwork 2.2 (requires Springframework 2). Secondary purpose is to test the use of the following stack:
| Sitemesh | web-page layout and decoration framework |
| Freemarker | template engine for the generation of HTML Web pages |
| Webwork | web-application development framework |
| Springframework | full-stack Java/J2EE application framework |
| Hibernate | object/relational persistence and query service |
| Derby | pure java small foot print relational database |
| Tomcat | web applications server |
Download adminapp here (10mb). See README.TXT and CHANGES.TXT within zip file for more info.