Single Page CRUD With Form Read Me

SinglePageCrudForm is a sample application that demonstrates how to perform database operations (create, read, update, and delete), all on one page, using Netbeans 6. These operations include creating new database records, deleting an existing entries, updating existing entries, and of course retrieving the information from a database. All the data is displayed one record at a time in a simple form consisting of JavaServer (tm) Faces components.

The data consists of fictitious trips taken by fictitious employees.