Home Blog 2008 01 29 Life-cycle-of-java-server-faces Life Cycle of Java Server Faces

 
 

Life Cycle of Java Server Faces
Posted on: April 3, 2006 at 12:00 AM
The article ?JSF Life Cycle? explains all the life cycle phases of JSF that is very useful for the developer who want to know when validations, conversions, and events are usually handled during the life cycle of JSF.

When the user makes a request for the page and get the response back to the browser, many events happen in between. The series of steps that an application follows is called life cycle. The article ?JSF Life Cycle? explains all the life cycle phases of JSF that is very useful for the developer who want to know when validations, conversions, and events are usually handled during the life cycle of JSF.

Read the full article at:
JSF Life Cycle

Related Tags for Life Cycle of Java Server Faces: