Wicketeer

a home for small tools supposed to make your life with Apache Wicket easier.

This is just a place where me, and my fellow wicketeers, drop reusable components and tools we use in our daily Wicket-life in the hope they could be usable for other people as well.

Feel free (and welcome) to drop us a line or two, file some issues or send patches.

Project Description Maven dependency
wicket-modelfactory API to create Wicket PropertyModels in a typesafe and refactoring-safe way.
<dependency>
   <groupId>org.wicketeer</groupId>
   <artifactId>wicket-modelfactory</artifactId>
   <version>0.9.4</version>
</dependency>