-
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 first-class
component model backed by POJO data beans that can easily be
persisted using your favorite technology.
-
Wicket Quickstart Archetype
-
Wicket Auth Roles
Wicket Authorization Integration Based on roles, metadata and annotations. This project requires Java 5.
-
Wicket Date/Time
Date/Time components and utilities for Wicket
-
Wicket Examples
Examples displaying a component reference and several components in action.
-
Wicket Extensions
Wicket Extensions is a rich component library for the Wicket framework.
-
Wicket Guice Integration
Google Guice integration in your Wicket web applications. Requires Java 5. See the examples project for usecases.
-
Wicket IoC Common Code
Wicket IoC common dependencies for injection and proxying. Used by Spring, Guice, etc.
-
Wicket JDK 1.4 Modules
Wicket is a Java-based open source component web application framework.
-
Wicket JDK 1.5 Modules
Wicket is a Java-based open source component web application framework.
-
Wicket JMX
Wicket Java Management Extensions
-
Wicket Objects Sizeof Agent
Agent for pluggin in object size measurements using instrumentation
-
Wicket Parent
Wicket is a Java-based open source component web application framework.
-
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 Velocity
Provides a specialized panel and some related utilities that enables users
to work with Velocity and Wicket. Particularly useful for simple CMS like applications