« Return to Thread: Wicket RAD and Domdrides...

Re: Wicket RAD and Domdrides...

by jwcarman :: Rate this Message:

Reply to Author | View in Thread

Well, I took a look at Wicket-RAD, but I had some concerns.  When I tried to use the form generation stuff (from the example), I had to add the JPA-specific jar to my classpath to get the component class.  I didn't like that.  In my mind, the components should be in the "core" and they should be written against some "core" api that abstracts away the persistence technology.  I've started a project called "Wicketopia" that sits on top of domdrides and does some of what I'm looking for.  I haven't implemented the automatic form generation piece yet, because I want to see if we can work together (or if I can provide my own extension to Wicket-RAD).  If you've got time, take a look:

http://wicketopia.sourceforge.net

In particular, take a look at my CreateEntityForm, UpdateEntityForm, and RemoveEntityLink (they're in the "wicketopia" module).  I think you'll find that they're somewhat similar to what you guys have, but they're also somewhat simpler (no complex class hierarchy to deal with for one).  Let me know what you think and if you think we might be able to join forces.  Wicket really needs a library like we're talking about and I really want it to be slick!  Thanks for taking the time to discuss ideas with me.

James

 « Return to Thread: Wicket RAD and Domdrides...