New JSF Pages from Entity Class Wizard
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.
For each entity class, the IDE creates four JSP pages enabling you to view, edit, create, and destroy entries in the data source.
You open the wizard by right-clicking a
web application project node and choosing New File/Folder, selecting the Persistence category and then selecting JSF Pages from Entity Classes.
In this page of the wizard you set the following:
- JSF Pages Folder. Specify the location of the JSF Pages folder.
You can leave the location empty to save the JSF pages in the default location.
- Project. Displays the project where the entity classes will be saved. This field is read only.
- Location. Select the source folder where you want to save the controller and converter classes for the entity classes.
- Package. Select an existing package from the Package drop-down menu or type the name of a new package.
- See Also
- Creating a New Application with JSF Support
- Adding JSF Support to an Existing Application
Legal Notices