Check http://wicket.apache.org/ , section "Getting Started" and "Documentation > Books".
If you use Maven the just copy/paste this on the command line: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4.9 -DgroupId=com.mycompany -DartifactId=myproject This will create a very simple application. You can start it with "mvn jetty:run" or like a normal Java application: java -cp target/classes com.mycompany.Start Take your time and see the code, how it works, make some simple changes ... Then when you get the basics and you have more specific questions please ask them at [email protected] Have fun! On Sat, 2010-07-03 at 22:54 -0700, ujtordai wrote: > Hello James, > > I don't understand what did you think about > >
