Homework 3 (Hibernate notes part 4)

Expand on your homework 2.

Create an html page that will ask you to insert data for a new employee, and have a servlet that will do the insert.

Create an html page that will ask you to enter an employee's ssn. The responding servlet should load the data for that employee into text fields in a form (or display an error message if no employee has that ssn). The form also has a submit button - when the submit button is clicked, the employee will have their data updated.

Create an html page that will ask you to enter an employee's ssn. The responding servlet should delete this employee.