Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Adding categories
CmdrObot (talk | contribs)
m sp: a Object→an Object
Line 59:
 
==Wicket==
* Provides a 'Component' view technology - meaning the Request-Response Stateless paradigm of HTTP is abstracted away to give rise to aan Object Oriented Stateful paradigm.
* Pages now directly interact with Stateful Java Components on the server.
* Components and their State are managed by the Wicket framework, freeing the application developer from having to use HttpSession directly to manage state themselves.