Persistence tutorial
Main concepts.
SQL Server and WEB Server setup.
Configuring DB Server (HSQLDB).
persistence.cfg
explained
Configuring Java-enabled WEB Server (Tomcat).
Deploying the database.
Description of
main
servlet and its usage for display panels and forms
Learning persistence
First Panel
First Persistent Object (LibraryUser)
First Form (ManageUserForm)
Persistent object Book
Form ManageBookForm
Improving persistent objects (making them listable)
Panel LibraryAdminPanel
Managing users
Panel UserPanel
Editing user info
Managing books
Making users able to borrow books
Making users able to return books
Making the administrator able to delete users
Validating the age of users
Next Page