This release allows you to view the "input" screens via the add button at the bottom of the display screen. Hopefully the database integration will be fixed this coming weekend.
This release has fixed the earlier runtime errors and will generate a deployable webapp with the template screens available. The JDBC access layer is generated but not hooked to the display templates (that means no viewing/updating db data yet).
It wIll allow mass generation of a fairly large struts application in a matter of minutes (seconds?). The developer will only be reponsible for hooking the generated service/db layer to the generated screens.
This release makes the system almost useable without any knowledge of the undelying technology. Simply unjar the package and type 'ant'. It will generate a web application that will be located in the 'dist' directory.
Whew, took a while to get the project up, evidently there was a dead project of the same name.
Right now, you can generate almost everything by simply running ant with the default build file. You'll need to manually deploy the app to your container, however.