Java Platform, Enterprise Edition (Java EE) 8
The Java EE Tutorial

Previous Next Contents

8 Introduction to Facelets

The term Facelets refers to the view declaration language for JavaServer Faces technology. Facelets is a part of the JavaServer Faces specification and also the preferred presentation technology for building JavaServer Faces technology–based applications. JavaServer Pages (JSP) technology, previously used as the presentation technology for JavaServer Faces, does not support all the new features available in JavaServer Faces in the Java EE platform. JSP technology is considered to be a deprecated presentation technology for JavaServer Faces.

The following topics are addressed here:


Previous Next Contents
Oracle Logo  Copyright © 2017, Oracle and/or its affiliates. All rights reserved.