A simple wicket and terracotta example
Since the publication of the updated wicket terracotta plugin I have been working on a simple example app.
I decided to use the terracotta maven plugin, which means that you dont need to download anything, maven will do it all for you.
Simply extract the zip file and run
mvn tc:run
Then point your browser at http://localhost:8080/simple-wicket or http://localhost:8081/simple-wicket to see it in action.
You can read more about the terracotta maven plugin on this url
Edit:
I have corrected the typo pointed out to me. Just goes to show that you should test your code in a different user account to the one you have multiple versions of the same project installed in your local maven repo.
You can download the source code here simple-wicket1.zip