Makes scaffolding for Java web application. It invokes dbmapper (from http://code.google.com/p/dbmapper/) to generate JPA classes, then for each generated class, generates dao, jspx, backing beans
... [More]
, config files. After generate process fully working prototype can be build. To controll class generation process Velocity templates is used. So it is easy to modify them. Generated web application uses these technologies: JPA, JSF, Tiles. Generator is made using: Velocity, QDox, VDoclet, dbmap, ant.
Refer to project wiki to get more information. [Less]