You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone this Git repository
Build Gradle project wicked-charts-showcase-jsf21
Deploy the war to some Servlet Engine like Jetty or Tomcat
Go to localhost:8080 (or the URL where you deployed the application)
wicked-charts-wicket14 - wicked-charts-wicket8
Clone this Git repository.
Run gralew build in the root directory of the project.
Run gradlew build wicked-charts-showcase-wicket7:bootRun inside the showcase directory
(change wicket7 to wicket14, wicket15, wicket6 or wicket8 for the different versions).