Java Reference
In-Depth Information
The following features support the GUI components:
• Input validation
• Event handling
• Data conversion between model objects and components
• Managed model object creation
• Page navigation configuration
• Expression Language (EL)
All this functionality is available using standard Java APIs and XML-based configuration
files.
In the Java EE 6 platform, new features of JavaServer Faces include the following:
• The ability to use annotations instead of a configuration file to specify managed
beans and other components
• Facelets, a display technology that replaces JavaServer Pages (JSP) technology us-
ing XHTML files
• Ajax support
• Composite components
• Implicit navigation
The Java EE 6 platform requires JavaServer Faces 2.0 and Expression Language 2.2.
JavaServer Pages Technology
JavaServer Pages (JSP) technology lets you put snippets of servlet code directly into a
text-based document. A JSP page is a text-based document that contains two types of text:
• Static data, which can be expressed in any text-based format such as HTML or
XML
• JSP elements, which determine how the page constructs dynamic content
For
information
about
JSP
technology,
see
the
The
Java
EE
5
Tutorial
at ht-
tp://docs.oracle.com/javaee/5/tutorial/doc/ .
The Java EE 6 platform requires JavaServer Pages 2.2 for compatibility with earlier re-
leases, but recommends the use of Facelets as the display technology in new applications.
JavaServer Pages Standard Tag Library
The JavaServer Pages Standard Tag Library (JSTL) encapsulates core functionality com-
mon to many JSP applications. Instead of mixing tags from numerous vendors in your JSP
Search WWH ::




Custom Search