I've posted Ravi's latest on More About Struts.
< http://husted.com/about/struts/resources.htm#new >
It may be the weekend before I get a chance to go over it myself.
David's generator is there too, in case anyone else wants to take a look
at these together.
I'd like to add a code generator to the contrib section next week, and
everyone's feedback is welcome.
-Ted.
Ravindran Ramaiah wrote:
>
> Ted,
> Attached the New Struts Codemaker code.
> Modifications Made
> 1. Attached the header template with apache information
> 2. Package name with org.apache.struts.codemaker
> 3. Modifications in the validation.xml generation
>
> Please let me know,
> Thanks,
> Ravi
David Winterfeldt wrote:
> I started on something simple that autogenerates
> primary key class, data bean class, jdbc class, and an
> ActionForm based off an xml file that can be generated
> from a table in a database. I'm not sure it is worth
> continuing with other projects out there (Castor), but
> what I started seems a little simpler and it generates
> the basic code I would have written anyway. There
> isn't much in the way of documentation right now, but
> I thought I would post this anyway and see if there
> was interest in this.