Wicket Web Application Framework: Difference between revisions

Content deleted Content added
Snooper77 (talk | contribs)
m fix double redirect
 
(6 intermediate revisions by 5 users not shown)
Line 1:
#REDIRECT [[Apache Wicket]]
'''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 programming language|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]].
 
==External links==
* [http://http://wicket.sourceforge.net/index.html Wicket Homepage]