Tell about the life cycle of Java Server Faces.

devquora
devquora

Posted On: Feb 22, 2018

 

For simple applications, the life cycle phases are automatically managed by the Java Server Faces application framework. Not only it is managed automatically, but it also allows you to manage the lifecycle phases manually. The initial stage in the life cycle of a Java Server Faces application is when the client requests for a page through HTTP and ends when the server responds the request.
The life cycle phase of a JSF application is divided into phases:
  • Execute phase
  • Render phase

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