What do you understand by Java Server Faces (JSF)?

devquora
devquora

Posted On: Feb 22, 2018

 

It is a component-based user interface framework which works on the server side and is used for the development of web applications. In this, a well-defined programming model is provided and it also consists of rich APIs and various tag libraries. The new feature called Facelets in JSF 2 is used as its default templating system. It helps in providing components and also manages its states. Server-side validation, data conversion, internationalization support, accessibility, page navigation, extensibility are some features provided by Java Server Faces.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

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

    JSF Interview Questions

    Tell about the life cycle of Java Server Faces.

    For simple applications, the life cycle phases are automatically managed by the Java Server Faces application framework..