Showcase Struts2-based Web Application
Brought to you by:
bravegag
Create a new subproject that demonstrates the use of many of the Patterns already implemented to support high quality low maintenance Struts2-based Web Application. The application will be a showcase of several of the existing design Patterns e.g.
- DAO-based CRUD facilities.
- Value List handler (Page-by-Page iterator)
These two above can be elegantly implemented as a Strus2 perfectjpattern plugin
Optionally the showcase could be made as bare bones to start new Web Applications i.e. a new Maven artifact. The concept would be similar to that of AppFuse but with a slightly different approach of componentized DAO rather than generated code.