Content deleted Content added
Adding categories |
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
* 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.
|