-
Wicket
Wicket is a Java web application framework that takes simplicity,
separation of concerns and ease of development to a whole new level. Wicket
pages can be mocked up, previewed and later revised using standard WYSIWYG
HTML design tools. Dynamic content processing and form handling is all handled
in Java code using a Swing-like component model backed by POJO data beans that
can easily be persisted with frameworks like Hibernate.
-
Wicket Auth Roles
Wicket Authorization Integration Based on roles, metadata and annotations. This project requires Java 5.
-
Wicket Authorization Roles Examples
Examples project for the Wicket authorization based on roles. Requires Java 1.5
-
Wicket Contrib
-
Wicket Examples
Examples displaying a component reference and several components in action.
-
Wicket Extensions
-
Wicket JMX
Wicket Java Management Extensions for Wicket 1.x (will be part of the main distro from Wicket 2.0 on)
-
Wicket Parent
Wicket is a Java open source, component based web application framework.
-
Wicket Quickstart
Wicket Quickstart is designed to get you up and coding your Wicket applications within minutes. No more creating your own project and having to download dependencies yourself. This is an all-in-one package allowing you to concentrate on your application, and Quickstart on the project structure.
-
Wicket Site Skin
This is the maven site skin for the Wicket project.
-
Wicket Spring Integration
Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.
-
Wicket Spring Integration Through Annotations
Spring integration in your Wicket web applications using annotations. Requires Java 5. See the examples project for usecases.
-
Wicket Spring Annot Examples
Examples project for using annotation based Spring integration in Wicket applications. This requires Java 5.
-
Wicket Spring Integration Examples