More Warped Wicket
Earlier this year I wrote a post on integrating wicket and warp persist, and I thought it was about time I posted an update, but this time I included working example projects.
The first project is a basic wicket / warp persist setup with hibernate and an apache derby database. It allows you to persist the Event class used in the hibernate examples.
The second project is the same, but also makes use of warp-servlet for hooking up all your other servlets and filters in guicy way.
In both cases i’ve tried to keep xml configuration down to a minimum, as I hate xml config. So the hibernate classes are configured with hibernate annotations. Wicket itself involves no xml configuration as always.
As warp persist and warp servlet are not in a maven repository (as far as I know) you will need to manually add them into your maven repository in the normal way.
Thoughts, Code patches, Comments, etc are welcome.
October 20th, 2008 at 10:48 am
Hi Richard,
Could you please check the links to the zip files? I tried to download them but got a “Not Found - Sorry, but you are looking for something that isn’t here” message.
Thank you!
October 24th, 2008 at 5:00 am
[...] http://richard-wilkinson.co.uk/2008/08/17/more-warped-wicket/ [...]