What do you understand by managed bean in JSF?

devquora
devquora

Posted On: Feb 22, 2018

 

It is a pure java class which is a collection of the set of properties and getter-setter methods. A managed bean is used for the validation of component’s data and handling any event fired by the components. It can also work as a model for the java server faces framework. This can be used by two methods:
  • Configuration into XML file
  • Using annotations

    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..