What is difference between JSF and Facelets?

Asked on January 19, 2015
What is difference between java Server Faces (JSF) and Facelets?

Replied on January 19, 2015
Facelets is a language to build JSF views using HTML. Facelets is a part of JSF. It uses XHTML for view. Facelets has its own tag libraries that can be used with JSF tag libraries. It reduces the development and time. For better Facelets understanding find the link
JSF is more than developing a view.
JSF is 1. Set of managed bean
2. Set of tags
3. Set of web pages.
Find the link for JSF