The process for running the the examples from source is quite simple. We have supplied an embedded application server (Jetty) which can be run directly from your IDE. Note that you are not obligated to use the embedded server; you can compile and deploy to any application server of your liking.
The steps for deploying and running the examples from the source distribution can be outlined as follows:
war archivelib directory to the classpathsrc/java directory as a source directorywicket.examples.Start class in your IDE.
This class has a main() method which starts the embedded server. Run this
class.
In Eclipse, you can just select the src/java directory, and select 'Run as -> Java application'
in order to run the examples.
The only thing you *really* need to take care of is making sure no other application server is
using port 8080, otherwise the embedded application server is not able to start. If you are not
able to stop the other application server, you might consider changing the port setting in the
src/etc/jetty-config.xml file to another port number.
Now the only thing left to do is pointing your browser to: