4.2. JSF Web Pages

4.2. JSF Web Pages

In this section we will show you how the web interface is defined using JSF pages. We will also see how the data model is mapped to the web form using JSF EL. Using the #{...} notation to reference Java objects is called JSF EL (JSF Expression Language). Lets take a look at the pages used in our application:

Note

We have used XHTML pages in the sample applications because we recommend using Facelets instead of JSP to render JSF view pages.