Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor style corrections

...

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

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

The use of Servlet filters in the web.xml configuration is explained here.

...