Top "Managed-bean" questions

"Managed bean" is a Java EE specific term for Javabean classes which are designed to act as a controller in some MVC application.

Can I use multiple managed bean in the same xhtml page?

when there are data that are repeated in several pages (reference example) Is that I can load into a single …

jsf jsf-2 managed-bean
Inject vs ManagedProperty

Okay, so I have a JSF backing bean that needs a reference to another (@NoneScoped) bean. Should I @Inject it …

jsf cdi managed-bean
JSF managed bean naming conventions

These 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-bean