This repository contains the example projects used in the Wicket user guide.
The project is a multi-module Maven project. To compile it run 'mvn compile' from the root directory. To run a single example enter in the related directory, run 'mvn jetty:run' or 'mvn tomcat:run' and then point your browser to http://localhost:8080
If you want to contribute to the guide with corrections or new contents, you can find how to do it in the appendix of the guide.
My name is Andrea Del Bene and I'm a passionate enterprise web developer and an advocate of Apache Wicket. I started programming in Java since version 1.2 and I'm a strong supporter of open source technologies.