New JSF Pages from Entity Class Wizard: Generated JSF Pages

See Also

This wizard generates JSP pages with JSF components based on entity classes in your web application. The generated JSP pages provide a web interface for the entity classes. The left column lists the entity classes in the module with data to be persisted. For each entity class, the IDE creates four JSP pages enabling you to view, edit, create, and destroy entries in the data source. The IDE also creates controller and converter classes for each entity class.

To use JSF components in your web application, you must make sure that your project supports the JSF Framework.

You open the wizard by right-clicking a web application node and choosing New > JSF Pages from Entity Classes.

In this page of the wizard you set the following:

See Also
About Web Application Frameworks
Creating a New Application with JSF Support
Adding JSF Support to an Existing Application

Legal Notices