About CRUD Applications

See Also

A Create, Read, Update, and Delete (CRUD) application is a simple programming pattern that allows you to read and manage the data in a data source. The IDE provides support for this common programming task by letting you quickly generate code for CRUD functionality based on entity classes in your project.

A JSF application that implements CRUD functionality typically contains the following artefacts.

The following wizards generate code for implementing CRUD functionality in the application.

See Also
Generating JSF Pages from an Entity Class
Creating an Entity Class
Generating JPA Controller Classes from an Entity Class
Generating Persistent Entity Classes from a Database
Adding JSF Support to an Existing Application
About Web Application Frameworks

Legal Notices