I have been studying new java 1.8 + CDI + WildFly And JSF 2.2.
I´ve read a lot about the scopes and still can´t figure out which scope should i use or what is the best practice to get a single controller to work with diferent views.
Can´t use the @ViewScoped
because it works just for one view.
@SessionScoped
doesn´t look like the right path, and @ConversationScope
looks like too much for what I´m looking for.