10 Aug 12:35
Re: Performance/Scalability tips
From: Jean-Baptiste Quenot <jbq <at> caraldi.com>
Subject: Re: Performance/Scalability tips
Newsgroups: gmane.comp.java.wicket.user
Date: 2006-08-10 10:35:28 GMT
Subject: Re: Performance/Scalability tips
Newsgroups: gmane.comp.java.wicket.user
Date: 2006-08-10 10:35:28 GMT
* Eelco Hillenius: > > How can I set a page to be stateless in 1.2.1 ? Is there some attribute to > > do this or does it just mean that you use detachable models? > > Stateless means the page isn't even stored in the session. We started > out implementing that automatically for pages that don't have any call > backs to themselves (Links, Forms, etc). So for 1.2, if you implement > all your functionality using bookmarkable pages and passing 'state' > using RequestParameters objects, you'll have hardly any session usage. Do you mean that setResponsePage(java.lang.Class) or setResponsePage(java.lang.Class, PageParameters) should be used in favour of setResponsePage(Page) when possible? -- -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ ------------------------------------------------------------------------- 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
RSS Feed