conversation scope for spring
We have java web app that runs on spring and jsf 1.2.
Also we use apache orchestra as framework for Conversation scope.
But we are always having problems with the orchestra and the last problem was that orchestra ConversationManager does not support serialization, so we can not serialize session and replicate it to different server instance. But we need session replication. So we decided to get rid of orchestra and use some alernative for conversation scope. Actually we use conversations mostly to extend request scope, so switching to view scope could solve our problem.
上一篇: MyFaces:启用部分状态保存后,所有页面都会出现重复的id错误
下一篇: 春天的对话范围