Explain the working of execution phase in JSF.

devquora
devquora

Posted On: Feb 22, 2018

 

In this, when the first request is made, then the application view is built or restored. When the other requests are made, then the other actions are performed. The execution phase is further divided into various sub-phases which are as follows:
  • Restore view phase
  • Apply request value phase
  • Process validation phase
  • Update model values phase
  • Invoke application phase
  • Render response phase

Various actions which are performed are- applying of request parameter values, conversions, and validations of component values, updating managed beans, etc.

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