You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Setup

To build a wicket web application you need to understand the WAR-file layout and what the WEB-INF/lib is all about, otherwise you should go read the Introduction on Java web applications.

Quick start

The following JAR-files are the bare minimum needed in WEB-INF/lib to
developa a wicket application:

  • wicket-1.3.0-beta3.jar
  • slf4j-api-1.4.2.jar
  • slf4j-jdk14-1.4.2.jar

That's it, now go kick the tires!

Maven

If you have maven installed there is an archetype that can get you up to speed quickly. See the quickstart

  • No labels