What is eager managed bean?
Answer / Pradeep Kumar Rai
An Eager Managed Bean in JSF (JavaServer Faces) is a Managed Bean whose instance gets created as soon as the view of the application is requested. The managed bean's lifecycle starts when the view is loaded, and it remains active for the entire duration that the user interacts with the view.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can there be no faces-config.xml for jsf application?
What are the command component tags used for action and navigation?
How different components are rendered in JSF page?
What is javaserver faces ui component class?
What is f:validatelength tag in jsf (javaserver faces)?
how JSF is different from conventional JSP?
What are the available validation tags in jsf (javaserver faces)?
What is a view object?
why is jsf used for?
What is jsf life cycle and its phases?
What is cdi in jsf?
What does the @applicationscoped annotation indicate?