Wicket Web Application Framework

This is an old revision of this page, as edited by Snooper77 (talk | contribs) at 07:31, 20 April 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Wicket is a Java Web Application Framework. The key features are:

  • Ease of use: Wicket was designed with ease of use in mind. Configuration is reduced to a minimum, and a Wicket application consists of pure Java code and HTML markup.
  • Separation of concerns: Wicket applications only consist of pure HTML markup and Java code. No special markup is introduced in the HTML, so any HTML editor can be used to edit the page layout.
  • Native AJAX Support: Wicket natively supports cross-platform AJAX without having to write Javascript.