Basically we are still researching wicket and figuring out if that would be the desired framework for us (so far it does look promising)..and in that context we are exploring all the different scenarios/use-cases/possibilities...
Now there would be certain use-cases/pages in our application which would have alot of data in it (lets say in mbs), and in that scenario storing the entire model-data/components would probably bring in too much of a load on the system (in my opinion...given high volume of users..) so with that may be we would not want to store the pages in pageMap at all (which in turn is stored in the session)..i do understand the back button scenario where we might think that yeah "we need to have that previous state" ..but lets say what if we dont have that back button as a link (offcouse we cant avoid the browser-back button where he would be loaded with catch-ed page) So its in the above context i had asked about disabling of page/pageMap storage in session altogether (not just the serialization of old pages) Johan Compagner wrote: > > like eelco said if you don't want to serialize and store on disk, create a > filestore that does nothing > (or holds a few pages for per session in mem for backbutton) > > But what do you mean with disable the storage of pages in a session? > You don't want to store a statefull page at all in the pagemap (and thats > then in the session)? > Because thats really no use at all then because the page in the browser is > useless > If you don't want pages in the session and on disk. Then make them fully > stateless (see stateless link and form) > > johan > > > > > On Nov 8, 2007 12:08 AM, mfs <[EMAIL PROTECTED]> wrote: > >> >> Guys, >> >> If need be, can we disable altogether the storage of pages (in the form >> of >> a >> pageMap) in session, similarly on the disk ? >> >> Thanks and Regards, >> >> Farhan. >> -- >> View this message in context: >> http://www.nabble.com/Disabling-serialization-storage-of-pages-in-session--tf4768006.html#a13638150 >> Sent from the Wicket - User mailing list archive at >> Nabble.com<http://nabble.com/> >> . >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Disabling-serialization-storage-of-pages-in-session--tf4768006.html#a13653100 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
