Skip to content

Developer Info: Starting the Showcase Application

Maxim Atanasov edited this page Nov 3, 2020 · 14 revisions

In the showcase folder you will find a showcase application for each Wicket version. This is how you can start them:

wicked-charts-showcase-jsf21

  1. Clone this Git repository
  2. Build Gradle project wicked-charts-showcase-jsf21
  3. Deploy the war to some Servlet Engine like Jetty or Tomcat
  4. Go to localhost:8080 (or the URL where you deployed the application)

wicked-charts-wicket14 - wicked-charts-wicket8

  1. Clone this Git repository.
  2. Run gralew build in the root directory of the project.
  3. Run gradlew build wicked-charts-showcase-wicket7:bootRun inside the showcase directory (change wicket7 to wicket14, wicket15, wicket6 or wicket8 for the different versions).
  4. Go to localhost:8080