Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Welcome to Apache 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 favourite technologyWith proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

Wicket is released under the Apache License, Version 2.0.

...

Apache Wicket 1.4.9 Released

The Apache Wicket is currently undergoing incubation. When projects first move to Apache, they are housed at the Apache
Incubator. The Incubator helps incoming projects migrate to the vibrant Apache community. The two goals of the incubator are:

  1. to ensure that the joining codebase is in accordance with the ASF legal standards
  2. to ensure that the joining community is an open, diverse and effective meritocracy.

During Wicket's incubation we will resolve any issues regarding license (in)compatibilities that might be present in our code. In the mean time we have moved some of our infrastructure from SourceForge.net over to the Apache infrastructure. more...

News

...

project is proud to announce the ninth maintenance release of Apache Wicket 1.4. This releases brings over 15 improvements and bug fixes.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.9

Or use this in your Maven pom's to upgrade to the new version:

Code Block
xml
xml
<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.4.9</version>
</dependency>

Changes

A complete list of changes can be found here.

It is worth noting that WICKET-2846 will almost definitely be reverted in the next release because the community has shown a preference for this. So, it would be wise not to take advantage of the InheritableThreadLocal that was put into version 1.4.9.

We thank you for your patience and support.

The Wicket Team

Apache Wicket 1.4.8 Released

The Apache Wicket project is proud to announce the eighth maintenance release of Apache Wicket 1.4. This releases brings over 20 improvements and bug fixes.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.8

Or use this in your Maven pom's to upgrade to the new version:

Code Block
xml
xml
<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.4.8</version>
</dependency>

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

The Wicket Team

Books about Wicket

The following books are published regarding Apache Wicket (click a cover to learn more about the book):

...