| Subcribe via RSS or via Email

More Warped Wicket

August 17th, 2008 Posted in Java, 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.

wicketwarp.zip

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.

wicketwarpservlet.zip

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.

2 Responses to “More Warped Wicket”

  1. Cafesolo Says:

    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!


  2. Wicket, Guice, Warp and Hibernate: A Quickstart Project - Cafesolo Says:


Leave a Reply

retaggr