Homework 5 (Hibernate notes part 7)
There's a new script you can use. It's hw5.sql, and it's in this zip file: hw5sql.zip.
There are two new tables - college and attended.
Create a new Hibernate project. Include a mapping for the many-to-many relationship between employee and college.
Your project should have a servlet that displays the names of the employees and the names of the colleges they have attended.
Your project should also have a servlet that will display two drop-down selects with options that are the colleges and the employees respectively. Have a submit button that will enable the insertion of a new attended record. Either display success if the insertion worked, or failure if there is already a record that employee attended that college,