yes, 1.3 has support for stateless pages and stateless forms. but notice
that by doing this you give up a lot of what makes wicket wicket

-igor


On 1/31/07, Sean Sullivan <[EMAIL PROTECTED]> wrote:

Hello again,

Will it be possible to have zero serverside state in Wicket 1.3?

Using Google, I found two references to this topic:

*   The next version of Wicket will support client-side models for
zero-state scalability.*

   source:  http://wicket.sourceforge.net/Features.html

   [...] *in 1.1 we are implementing the means to go near zero serverside
state. However, we will again try to make it as easy as possible to go from
full serverside state to minimal serverside state.
*
*  source:  http://www.theserverside.com/news/thread.tss?thread_id=34725*
**
Regards,

Sean
* *


On 1/31/07, Sean Sullivan <[EMAIL PROTECTED]> wrote:
>
>
> I'm building an Intranet web application that will run in Websphere. In
> a nutshell, this is my situation:
>    - Websphere has a 30 minute timeout for inactive sessions
>    - users open their browser in the morning and expect to be able to
> use the application on and off during the day
>    - users may have idle periods that exceed 30 minutes (lunch,
> meetings, etc)
>
> According to the Wicket FAQ, Wicket pages are stored in the HTTP
> session:
>
> *"When new pages are created they are added to the session, when pages
> are no longer needed they are expired (removed) from the session" *
>
> My question is: What will happen when these users try to click on a
> Wicket link after the HTTP session has expired?   I don't want the users to
> see a "your page has expired" message. I want the user to resume using the
> application in the same context that they were in before the HTTP session
> expired.  Are there any best practices for this scenario?
>
> I studied the javadocs and I found the default error page (
> wicket.markup.html.pages.PageExpiredErrorPage)
> as well as methods for changing the page:
>
>    IApplicationSettings.setPageExpiredErrorPage
>    IApplicationSettings.getPageExpiredErrorPage
>
> Cheers,
>
> Sean
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to