Well, right now I'm working on abstracting out the class metadata logic into a new library I'm calling "metastopheles." It seems that all of these RAD libraries (as well as many others) have their own bean metadata framework set up. It seems like a very common itch to scratch.
On Mon, Feb 8, 2010 at 10:37 AM, Ernesto Reinaldo Barreiro <[email protected]> wrote: > I fully agree:-) > > Best, > > Ernesto > > > On Mon, Feb 8, 2010 at 3:59 PM, James Carman > <[email protected]>wrote: > >> There are a lot of folks that have some really cool ideas in this >> area. We really should try to join forces to create the best-of-breed >> solution for Wicket. >> >> On Mon, Feb 8, 2010 at 9:53 AM, Ernesto Reinaldo Barreiro >> <[email protected]> wrote: >> > 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] >> >> >> >> >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
