There are three compressed files attached to this request; only one of them is the real assignment (JSP_Module7), while another has a compiling e
or that I couldn’t resolve in HQLProject. The last compressed file is for ToDoListAssignment; this one is the foundation of the other two projects; JSP_Module7 and HQLProject are the same project with integrations added to them.
Specifically, ToDoListAssignment is the original assignment, HQLProject integrates Hibernate and MySQL to the ToDoListAssignment, and lastly, JSP_Module7 is supposed to integrate a Web UI by creating JSP code and have all the attributes of HQLProject still working in the same manner.
Technically, a user should be able to do everything that can be done via the ToDoListAssignment via the JSP_Module7 web UI.
Assignment
· Fix compiling e
or in HQLProject
· Create JSP code for JSP_Module7 so that it does everything HQLProject does via a Web UI.
· JSP_Module7 must include buttons so user could add an event, remove an event, view all events and exit the program via the buttons.
*** IMPORTANT NOTE ***
· Java IDE being used is IntelliJ IDEA XXXXXXXXXXUltimate Edition) (Assignment must be completed via IntelliJ IDEA) running a JDK version 17.0.2
· MySQL Workbench version XXXXXXXXXXis being used
· Hibernate version is 5.6.1 Final
· Tomcat version is XXXXXXXXXX
· mysql-connector-java XXXXXXXXXXis the J/connector being used.
· Please DO NOT delete any code from the cu
ent program; convert any original code that needs to be altered into notes, and then make any necessary changes.
· Document any code that is added or altered.
ToDoListAssignment Running Program Screenshots
Successful Connection between MySQL and HQLProject (MySQL data was manually entered to test connection, the program itself doesn’t automatically add, update, or remove any data via the application; it’s getting a compiling e
or). ANY INFORMATION ENTERED VIA THE PROGRAM SHOULD AUTOMATICALLY UPDATE IN THE MySQL DATABASE
HQLProject compiling e
o
JSP_Module7 sample UI Screenshot