Hi,

Wicket pages are not stateless in a way they are for example in GWT  
where whole page structure can be generated as a javascript and there  
is no interaction with the server. That is currently out of scope of  
Wicket.

However, Wicket supports stateless pages which do not create session  
state. Initial support for deferred session generation is in 1.2, and  
more complete implementation can be found from 1.3.

  For more information see these links:

http://www.mail-archive.com/wicket-user@lists.sourceforge.net/ 
msg26768.html
http://cwiki.apache.org/WICKET/stateless-pages.html


Also, see Component#isStateless() and Component#getStatelessHint()

Janne

On Jul 12, 2007, at 12:46 AM, James Law wrote:

> Hi,
>
> On the "features" page of the wicket webpage, there is some indication
> that a stateless, client side wicket will appear at some point. i  
> guess
> eliminating the session usage that typically occurs with wicket. Could
> someone elaborate on how this will be accoomplished, and if this is a
> 1.3 feature?
>
> Thanks
> James
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to