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

Compare with Current View Page History

« Previous Version 9 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. 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.
    more...

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