Re: Struts CRUD generator

2012-07-06 Thread J. Garcia
This is the one that generates crud app from database, as posted here weeks ago: http://struts2builder.sourceforge.net J. On Fri, Jul 6, 2012 at 6:42 PM, Oscar Alvarez wrote: > Take a look at AppFuse. > > http://appfuse.org/display/APF/Home > > 2012/7/5 Mitch Claborn > > > I thought I saw a r

Re: S2 equivalent of ForwardAction?

2012-07-06 Thread Oscar Alvarez
You can use wildcard too. Something like this: /{*}.jsp This takes advantage of ActionSupport and take the default result (success) to your page. 2012/7/6 Ɓukasz Lenart > 2012/7/6 Paul Benedict : > > Is there any such shortcut in S2? It would be nice if such a thing > existed like: > >

Re: Struts CRUD generator

2012-07-06 Thread Oscar Alvarez
Take a look at AppFuse. http://appfuse.org/display/APF/Home 2012/7/5 Mitch Claborn > I thought I saw a reference fairly recently to a Struts CRUD generator - > generates a complete struts application for database manipulations. Can > someone point me in the right direction? > > mitch > > -