Quick Start

Here's the quickest way to get started with Wicket Objects:

  • If required, install Subversion and Maven
  • Using Subversion, check out the test application (used for the walkthrough in the user guide) from the Subversion repository:

    svn co https://wicketobjects.svn.sourceforge.net/svnroot/wicketobjects/trunk/testapp/claims .

  • Using Maven, build the claims app:

    mvn clean install

  • Start the claims app under jetty:

    cd webapp
    mvn jetty:run