Enabling Faces technology in an existing Web application

The JSF facets supply a set of behaviors and capabilities to your Web application. In order to use the JSF tools the JSF facets and any other facet dependencies must be added to your project.

To add a JSF facet to an existing Web application:

  1. In the Enterprise Explorer view, right-click your Web project and select

    Properties.

  2. In the Properties list, click

    Project Facets.

  3. Select the JSF facets that you want to add to your project, then click OK. If the facet you select is dependent on other project facets you will be prompted to select the required facets. For more information on the various JSF Facets, refer to JSF Facets.

When a JSF facet is added to a Web application, the following occurs:

 

Related concepts

JSF Facets

What is JavaServer Faces?