Conversation Scope in JSF 2.0

I am trying to implement conversation scope in backing bean of JSF for our application. At first, I am trying to use MyFaces Orchestra. It seems to work well. However, I am concerning the case when the application deployed in cluster environment and during session replication. Then, I am thinking if MyFaces CODI and OpenWebBeans are better choice or not.

I have two questions to ask:

(1) MyFaces Orchestra claims that it does not support distributed sessions. Does it means that it does not work well in cluster environment?

(2) Does MyFaces CODI have any issues when deployed in cluster environment? I cannot found any information about this in its document.


如果您的服务器支持CDI会话作用域bean的集群,您还可以集群MyFaces CODI对话。

链接地址: http://www.djcxy.com/p/58684.html

上一篇: 春天的对话范围

下一篇: JSF 2.0中的对话范围