Spring session-scoped beans (controllers) and references to services, in terms of serialization

In this presentation (around 1:14) the speaker says that this issue is resolved in spring 3.0 by providing a proxy of non-serializable beans, which obtains an instance from the current application context (on deserialization)

Leave a Comment