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.

Boris
  • 2,413
  • 2
  • 13
  • 6

1 Answers1

0

If your server supports clustering of CDI session scoped beans, you can also cluster MyFaces CODI conversations.

Dar Whi
  • 822
  • 5
  • 14
  • Thanks Dar Whi, do you know if Weblogic 10.3.4 support clustering of CDI session scoped beans? – Boris May 15 '12 at 03:01