Creating a New Application with JSF Support

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 create a new web application with JSF support:

  1. Choose File > New Project (Ctrl-Shift-N).
  2. From the Java Web category, select Web Application.
  3. Continue with the wizard until you reach the Frameworks panel. Select JavaServer Faces and click Finish. The new project opens in the IDE.

After you create a web application with JSF support, you can use the New JSF Managed Bean Wizard.

See Also
About JavaServer Faces Framework Support
Adding JSF Support to an Existing Application
About Web Application Frameworks

Legal Notices