I installed Wicket per the rules of the Wicket site. How do I run Wicket within my IDE, Eclipse? I have added all the necessary plug-ins.
I expect you have configured as per quick-start guide here: http://wicket.apache.org/start/quickstart.html
There is a configuration setting for Eclipse as well. Now, if you have your project in Eclipse and you have m2eclipse plugin (Maven-2 for Eclipse) installed. Follow the steps below:
run As > Maven Clean, then run As > Maven Install. This will build your Wicket project.Base Directory, in Goals type in jetty:run. Now, you will have jetty running your application at localhost:8080/yourAppNameThe Jetty run configuration will be available in run As menu for future usage.
This is pretty much it!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With