> Ok, I think I get it :-) One more questionL if I would have sticky
> sessions, and no page back functionality, would I still need wicket to
> serialize?

Technically not, if you really don't need page back functionality (are
you sure you can enforce that?), than it would suffice to just have
the current page of any page maps you use in RAM. And you don't need a
background saving thread in that case either, so I think if you go
about it smart, you can store that page in your session, so that it
gets send over the cluster if you want with not a lot of
configuration. Anyway, make sure that your assumptions about not
having to support the back button are correct.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to