I am looking to move a few web applications from a single server environment to a WebSphere clustered environment. I am looking to see if there are code changes necessary. The web applications use JSF framework and use managed beans annotated with @SessionScope
I have little knowledge of JSF, but based on what I read, the managed beans need to implement the Serializable interface if they are to be deployed in a clustered environment and that the WebSphere cluster would take care of synchronizing the managed beans, if they can be serialized/de-serialized. Is the above true?