The JSF Pages from Entity Class 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. 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 facade classes for each entity class and JSF utility classes.
To use JSF components in your web application, you must make sure that your project supports the JSF Framework.
You open the wizard by opening the New File wizard and selecting JSF Pages from Entity Classes in the Persistence category.
In this page of the wizard you set the following:
To edit the template in the editor you need to close the wizard. The modified template will be used the next time you use the wizard.
Notes.