1. How Do I Use @ConversationScoped stackoverflow.comI am writing a JSF 2.0 application, and I want to use CDI annotations instead of the "equivalent" JSF annotations. In other words, @Model or @Named instead of @ManagedBean, ... |
2. CDI and JSF2 PhaseListeners java.netThe integration is clean, provided that you use CDI from beans that CDI itself created. However, I want to make CDI do what [b]I[/b] want in beans that [b]I[/b] (or somebody else like JSF) created. I want full control. There's too much magic in CDI at the moment. Or so it seems to me now. (I hope things will clear up ... |
3. JSF Lifecycle objects cannot use CDI? java.net |