The Apache MyFaces Extensions CDI project (aka CODI) hosts portable extensions for Contexts and Dependency Injection (CDI - JSR 299) for the Java-Platform (SE and EE).
Questions tagged [codi]
48 questions
0
votes
1 answer
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…

Boris
- 2,413
- 2
- 13
- 6
0
votes
1 answer
Myfaces CODI DefaultErrorView - examples anywhere?
I've seen a reference to a DefaultErrorView in Myfaces CODI but as usual the
documentation leaves everything to the imagination. I've really found CODI to be a
great JSF addon, but it would benefit such a lot from some examples.
Probably naively I…

Oversteer
- 1,778
- 1
- 22
- 38
0
votes
1 answer
Removing a bean from the ViewAccessScope
This is with MyFaces CODI JSF-Module v1.0.1 for JSF 2.0
I have JSF page that uses a @ViewAccessScoped backing bean and it does pretty much what I want it to, except it doesn't go away when I am done with it. The page is invoked from another page…

AlanObject
- 9,613
- 19
- 86
- 142