Java view technologies and frameworks: Difference between revisions

Content deleted Content added
removed outdated warnings and arranged some internal links
Line 62:
 
==Wicket==
* [[Apache_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.