2. How to use the example code

Most of the code you will find in this document is available as a Git repository and is licensed under the ASF 2.0. Examples are hosted live at https://wicket-guide.herokuapp.com/. To get a local copy of the repository you can run the clone command from shell:

  1. git clone https://github.com/bitstorm/Wicket-tutorial-examples.git

If you aren’t used to Git, you can simply download the whole source as a zip archive:

gitRepo

The repository contains a multi-module Maven project. Every subproject is contained in the relative folder of the repository:

gitMavenPrj

When the example code is used in the document, you will find the name of the subproject it belongs to. If you don’t have any experience with Maven, you can read Appendix A where you can learn the basic commands needed to work with the example projects and to import them into your favourite IDE (NetBeans, IDEA or Eclipse).