To get started with Wicket, follow these simple steps:
mvn clean install
mvn jetty:run
- Learn how to create a Wicket Quickstart project by following the official instructions: Create a Wicket Quickstart
- Watch a video tutorial on getting started with Java's Wicket Framework: Get Started with Java's Wicket Framework
- Check out the classic "Hello World!" example: Hello World!