Page Created :
WICKET :
GHOP - quickstart
GHOP - quickstart has been created by Martijn Dashorst (Dec 02, 2007). Content:GHOP - Quickstart This page is a copy of http://cwiki.apache.org/confluence/display/WICKETxSITE/Quickstart and created for a task of the Google GHOP initiative. This page should be edited by the claimant of the GHOP task and provided with a way to generate the maven commandline. IntroductionThis guide is intended to get you up and running & using Wicket within minutes. It uses a Maven Archetype to create a Wicket QuickStart project, so requires that Maven 2 be installed & configured beforehand. This project provides a starting point for your Wicket project. If you are looking for examples, please refer to the wicket-example projects instead! Creating the projectTo create your project, use the following command, modifying the bold elements as desired mvn archetype:create -DarchetypeGroupId=org.apache.wicket ResultsThis will produce the following project structure/files .\myproject | pom.xml | \---src +---main | +---java | | \---com | | \---mycompany | | HomePage.html | | HomePage.java | | WicketApplication.java | | | +---resources | | log4j.properties | | | \---webapp | \---WEB-INF | web.xml | \---test \---java \---com \---mycompany Start.java
|
Unsubscribe or edit your notifications preferences