The wicket-examples project contains example projects for the wicket framework and wicket-bootstrap project.
You can run every example project by doing following steps. For instance if you want to start the examples for the project jaulp-wicket-components you do this:
First change to the directory and build the project:
cd jaulp-wicket-components-examples
mvn clean install
Running the example:
mvn jetty:run
or
mvn tomcat:run
Call then http://localhost:8080/
Another way is to start the example application programmaticly with jetty. In every example project there exists a start class with a main method that have the prefix Start**** and the suffix ****Examples.
No animals were harmed in the making of this library.
If you like this library, please consider a donation through
Here is a list of awesome projects with wicket examples:
- Wicket-tutorial-examples This repository contains the example projects used in the Wicket user guide.
- walokra/examples Wicket 6 examples