CDI Replacement for @ManagedProperty
问题 I'm very new to both CDI and JSF, and I'm trying to convert some code from Richfaces 4 showcase to use CDI instead of JSF annotations. I understand that I can use @Named to replace @MangedBean and @Inject to replace @ManagedProperty. But I'm having some trouble. I'm trying to convert the Richfaces Tree example specifically. I have made the following changes and I know this is not correct so please don't use this: //@ManagedBean //@ViewScoped @Named @SessionScoped public class TreeBean