Eelco Hillenius wrote:
I'm not convinced this is a good solution, but I'm concerned that
most people are ignoring this problem.  I love everything about
wicket, except this.  In this regard, wicket is a giant step
backwards from other frameworks like webwork, struts, etc.

Most struts-like apps that I've seen had problems like this too, at
least for parts of the application. Theoretically, there's no need to
have such problems, but practically, programmers depend on ad-hoc
session state a lot to keep track of things like the current tab/
wizard step and e.g. pagination number in pageable lists.
I can second that. We've built struts apps before and none of them
could safely and reliably work in multiple tabs/frames, except for the "REST" parts. (Which were actually rare considering the nature of our apps).

So in this aspect, even if it doesn't seems so, wicket is actually further. It's very easy to corrupt session state with application that have use session in "adhoc" way. In wicket, it's much more difficult. Sure the "Expired" pages are inconvenient, but at least they prevent user to corrupt application internal state.

-Matej

You can acchieve almost the same with Wicket by using stateless
bookmarkable pages for everything. But if you really want to program
like that, there are probably better frameworks to use.

Eelco


-------------------------------------------------------
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=k&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to