Explain the configuration process of the managed bean in JSF.

devquora
devquora

Posted On: Feb 22, 2018

 

The configuration of the managed bean into XML file is an older approach. Firstly, an XML file is created and then JSF provides a tag to configure the manage bean. The managed bean can also be configured with the help of annotations. In this, it automatically registers that class as a resource with JSF. Here, managed bean configuration entries are not required in the application configuration resource file. This method can be considered as an alternative to the application configuration resource file approach.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    JSF Interview Questions

    What do you understand by Java Server Faces (JSF)?

    It is a component-based user interface framework which works on the server side and is used for the development of web ..

    JSF Interview Questions

    List the various benefits of Java Server Faces.?

    Following are some of the main features of Java Server Faces: – The behavior and presentation of the web application ..

    JSF Interview Questions

    What are the various features of Java Server Faces?

    Some of the main features of Java Server Faces are listed below: – It is a server-side component-based framework. Inb..