Chapter 12. Processing and Navigation

In the previous chapter, I showed you how to create web pages using different technologies (HTML, JSP, JSTL, etc.), knowing that JSF is the preferred Java EE specification for writing modern web applications. However, drawing pages with graphical components is not enough; these pages need to interact with a back-end system, navigate through pages, and validate and convert data. JSF is a rich specification: managed beans allow you to invoke the business tier and to navigate in your application, and a set of classes allow you to convert component values to and from a corresponding type or validate them to conform to business rules. With the use of annotations, it is now easy to develop custom converters and ...

Get Beginning Java™ EE 6 Platform with GlassFish™ 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.