Java view technologies and frameworks: Difference between revisions

Content deleted Content added
m WikiCleaner 0.99 - Repairing link to disambiguation page - You can help!
SmackBot (talk | contribs)
m FIx up portal template and general fixes
Line 62:
 
==Wicket==
* [[Apache_WicketApache Wicket|Wicket]] provides a 'Component' view technology - meaning the Request-Response Stateless paradigm of HTTP is abstracted away to give rise to an [[Object-oriented programming|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.
Line 76:
 
==See also==
{{Portal|Java|Wave.svg}}
<!-- formatting; please do not remove until some more text lines are added to compensate spacing --><br/>
 
==References==