JSF Backing Bean Annotation @ManagedBean example
This tutorial we configure JSF Backing Beans with Annotation Configuration. The @ManagedBean marks a bean to be managed by JSF. By default if no name attribute is specified it’ll use the fully qualified class...