In JSF, What is Facelets?

In JSF, What is Facelets?

Ninja Asked on 19th September 2018 in JSF.
Add Comment
1 Answer(s)
Best answer

Facelets technology is introduced from JavaServer Faces 2.0, is the preferred presentation technology for building JavaServer Faces technology-based web applications. Facelets is a powerful but lightweight page declaration language that is used to build JSF views using HTML style templates and to build component trees. Facelets features include the following:

  • Use of XHTML for creating web pages
  • Support for Facelets tag libraries in addition to JavaServer Faces and JSTL tag libraries
  • Support for the Expression Language (EL)
  • Templating for components and pages
Ninja Answered on 19th September 2018.
Add Comment