I follow a similar approach in [1] to generate CRUDs. End project's code is minimal an the dirty job is done by components that use meta-data to generate forms, grids and so on. It is very easy to achieve such things using repeaters...
Ernesto [1]-http://code.google.com/p/antilia/ On Mon, Feb 8, 2010 at 3:23 PM, James Carman <[email protected]>wrote: > Code generation? Is that really necessary? I'm working on a project > called Wicketopia where we dynamically create bean forms based on > runtime class metadata. That's what Wicket Web Beans does, too. Code > generation really isn't needed (unless you're talking about generating > the original project). > > On Mon, Feb 8, 2010 at 9:22 AM, Vineet Manohar <[email protected]> > wrote: > > Would be Interesting to find out if this is still being maintained as I > am > > also trying to create another Wicket RAD app with full code generation, > JPA > > support, etc. http://code.google.com/p/clickframes-wicket-plugin/ > > > > On Mon, Feb 8, 2010 at 7:20 AM, Josh Kamau <[email protected]> > wrote: > > > >> Hi team; > >> > >> Just wondering, is Wicket RAD project still alive ? > >> > >> http://sites.google.com/site/wicketrad/ > >> > >> > >> Best regards. > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
