Wicket-Iolite
About
Wicket Iolite is meant to provide you a very quick start with wicket using a persistence model. Wicket Iolite are a maven archetype and currently contains a project skeleton which are using spring and jpa for persistence.
The name it'self comes from the Iolite gem.
Features
* Spring are setup
* JPA are setup
CommandLine
mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-iolite -DarchetypeVersion=1.3-SNAPSHOT -DremoteRepositories=http://wicketstuff.org/maven/repository -DgroupId=com.mycompany -DartifactId=myproject
Future
In the future it could be possible that wicket iolite would support several persistence providers & IOC providers etc.