Hi.
My understanding is that with R1.1.1 the session scoped beans are not
serialized (thus Myfaces cannot be used in clustered deployments with shared
sessions between containers). Serialization of backing beans to session is
only added in the current build - and thus my questions regarding its
performance.
Please correct me if I am wrong.
I don't get it. Once you declare your bean as session-scoped, it simply
becomes a session attribute - and managed by the servlet container. It's
servlet container's task to serialize the session (together with its
attributes), not JSF's. MyFaces can check if all of your session-scoped
beans are serializable, but performing the serialization is above its tasks.
Bye.
/lexi