Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.46 KB

index.md

File metadata and controls

51 lines (43 loc) · 2.46 KB
layout title
default
Welcome to Apache Wicket

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

Security announcement: CVE-2011-2712

A XSS vulnerability has been found in Apache Wicket version 1.4. This is solved in Apache Wicket 1.4.18. Please upgrade your applications to this release. Wicket versions 1.3.x and 1.5.x are not affected by this vulnerability. [More information](2011/08/23/cve-2011-2712.html)

{% for post in site.posts limit:2 %}

{{post.content}} {% endfor %}

Older news items

    {% for post in site.posts limit:10 offset:2 %}
  • {{post.title}} - {{post.date | date_to_string}}
    {{ post.content | strip_html | truncatewords:25 }} more
  • {% endfor %}
# Books about Wicket

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