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

Wicket RAD and Domdrides...

by jwcarman :: Rate this Message:

Reply to Author | View in Thread

I have been working on a library called Domdrides (for DOMain-DRIven DESign) and I have been thinking about developing a wicket-based library that leverages Domdrides to enabled rapid development.  I haven't had a chance to dive in to Wicket RAD yet.  Is it based solely on JPA?  Domdrides has a "core" library that has been implemented using JPA, Hibernate, and iBATIS.  So, hopefully, something like Wicket RAD could be written against the Domdrides core and you would just need to drop in the proper implementation classes.  

I'm going to play around with Wicket RAD.  Would you guys like to work together?  I've got some ideas about setting up nice maven archetype templates that would allow you to generate entity/repository classes and have them woven into your application automatically.  All you would have to do is add your own custom stuff (like properties and custom finder methods to the repositories).  The domdrides library can be found at (as well as the main maven repository):

http://domdrides.sourceforge.net

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