Hi.
It was a request bean, set to session scope to test out the new build.
Actually only a few items in the bean was meant to be in the saveState,
saving the whole bean was only a lazy way to get everything working before
determining which objects need to be saved.
What is the performance implication of SERIALIZE_STATE_IN_SESSION=true?
Should this be set to false unless I need to implement clustering that
requires sharing session between containers?
I think, sessions will generally perform much better since you don't
have marshalling/unmarshalling overhead.
Are there any good reasons to use client-side serialization at all?
Bye.
/lexi