What are the various features of Java Server Faces?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the main features of Java Server Faces are listed below: –
  • It is a server-side component-based framework. Inbuilt components are provided in it.
  • The implementation of the latest Facelet technology has made it the most used interface for building the web applications.
  • The expression language, which represents a union of expression languages provided by JSF, is an important feature.
  • HTML 5, the new standard of designing web pages is used which includes new attributes and a friendly mark up to HTML 5.
  • A rich set of inbuilt tools and libraries are provided with the help of which web applications can be developed easily and rapidly.

    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

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