Explain the working of Render phase in JSF.

devquora
devquora

Posted On: Feb 22, 2018

 

In this, the view which was requested by the client is rendered as a response to its browser. In this, the output is generated in the form of HTML or XHTML because of which it can be seen in the browser. Some steps which are followed during this process are given below: –
  • At the initial request by the client, an application is compiled.
  • After compilation, the application is executed.
  • Component tree is filled with components and manage bean properties.
  • A new view is built.
  • This view is then rendered.
  • The component tree is destroyed.
  • On subsequent requests, the component tree is rebuilt.

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