Re: Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Thomas Sattler
Try Struts2Builder. http://struts2builder.sourceforge.net On Sun, Jun 7, 2009 at 1:13 PM, Roger wrote: > I'm experimenting with Struts 2 and OpenJPA. I've got the database set up > and > the Entity classes are all defined. I was wondering if there was a tool > available that would generate ba

Re: Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Musachy Barroso
you might want to take a look at this: http://code.google.com/p/strutson/, which will generate stuff from the entities, I haven't tried with OpenJPA tho (just hibernate) musachy On Sun, Jun 7, 2009 at 10:13 AM, Roger wrote: > I'm experimenting with Struts 2 and OpenJPA. I've got the database set

Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Roger
I'm experimenting with Struts 2 and OpenJPA. I've got the database set up and the Entity classes are all defined. I was wondering if there was a tool available that would generate basic Struts 2 CRUD functionality for me. Regards -