"Managed bean" is a Java EE specific term for Javabean classes which are designed to act as a controller in some MVC application.
when there are data that are repeated in several pages (reference example) Is that I can load into a single …
jsf jsf-2 managed-beanOkay, so I have a JSF backing bean that needs a reference to another (@NoneScoped) bean. Should I @Inject it …
jsf cdi managed-beanThese days I used to work with JSF, but there's a "convention" I'm in doubt if I should use. While …
jsf naming-conventions managed-beanIf I have a @ManagedBean that's @SessionScoped, why would I use a @Stateful EJB? I used it before for shopping …
jsf ejb managed-bean stateful-session-bean