/jsp-guestbook

A demo code base of a simple Guestbook database with JSP and MySQL

Primary LanguageJava

JavaServer Pages Guestbook

A sample guestbook application built in JavaServer Pages (JSP) and utilises MySQL as the database.

The guestbook application allows the user to:

  • View all records in the database
  • Add a record
  • Delete a record
  • Update an existing record.

Frameworks used

The database has the following fields

  • Id AutoIncrement
  • FirstName
  • LastName
  • Date
  • Message
  • Email

Screenshots

home page view page add page delete page update page