Facelets is a wonderful addition to the JavaServer Faces (JSF) framework that allows you to
build composite views more quickly and easily than with JavaServer Pages (JSP), the default view
handler for JSF.
Like the Apache Tapestry framework, Facelets was created with UI designers in mind, and is a
natural addition to the Dreamweaver Web authoring environment. At the same time, Facelets is a
complex view composition technology, and so we have provided a short introduction for new
users.