What you'll learn
In this project you’ll follow along with our instructions and add update and delete features to the admin section of an existing Java Web application.
Table of contents
- Set up your local environment for projects. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
- Write code that calls a method to delete a book record from the database when an HTML link is clicked.
- Write code that conditionally shows either an update form or form to add a new book depending on whether or not there are any books in the database.
- Write code that calls a method to update a book record from the database when an HTML form is submitted.