Adding JSF Support to an Existing Application

See Also

Sun's JavaServer Faces (JSF) technology (JSR-127) is the standard Java API for building user interface components in web applications.

The JSF tag libraries and supporting files are bundled with the IDE.

To add JSF support to an existing web application:

The JSF tag libraries and supporting files are bundled with the IDE. To add the JSF tag libraries and supporting files to an existing web application, do the following:

  1. Right-click a standard web application project's node and choose Properties.
  2. Click Frameworks and select Java Server Faces.
  3. Click OK to confirm your selection and exit the Project Properties dialog box.

After you add JSF support, you can use the New JSF Managed Bean Wizard.

See Also
About Web Application Frameworks
Creating a New Application with JSF Support

Legal Notices