This article is being considered for deletion in accordance with Wikipedia's .
Please share your thoughts on the matter at on the page.
You are welcome to edit this article, but please do not blank this article or remove this notice while the discussion is in progress. For more information, particularly on merging or moving the article during the discussion, read the .
If you created the article, please don't take offense. Instead, please join the discussion and consider improving the article so that it meets the .
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.