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

Compare with Current View Page History

« Previous Version 7 Next »

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 technology.

Wicket is released under the Apache License, Version 2.0.

Incubating Apache Wicket

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. One of the primary goals of the incubator is
to ensure that the joining community is 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. For
more information on the incubation process, please read the documents found on the incubator website.

To facilitate our transition we have moved parts of our development infrastructure to the Apache Incubator:

Please join our incubating community at Apache by subscribing to the Wicket development list. Send a message to:

wicket-dev-subscribe at incubator.apache.org

and follow the instructions.

If you want to recieve commit messages from Wicket to track our
development, please send a message to

wicket-commits-subscribe at incubator.apache.org

and follow the instructions.

When you need to file a bug report, a patch or a request for
enhancement (RFE), then please do so at our Apache JIRA installation:

http://issues.apache.org/jira/browse/WICKET

News

Wicket JEE Integration
Filippo Diotalevi http://www.diotalevi.com/ (known from the Milan JUG) has released the first version of the Wicket JEE integration project http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-javaee. This project integrates Jave EE 5 with Wicket in a similar fashion the Wicket Spring integration works.…
  • No labels