Question
*If this problem needs more info, specify what information that should be or please refrain from answering* Construct this web application through MVC architecture, meaning
*If this problem needs more info, specify what information that should be or please refrain from answering* Construct this web application through MVC architecture, meaning you must use JSTL/JSP and construct the java servlet accordingly. All HTML should be done in the JSP file(s). The java servlet should handle all the logic. Construct any class files along with their setters and getters that may be of use.
The names in there are placeholders for what testing the program should be like. Entering a name and selecting the day and hour from the dropdowns should place the person's name within the box for the corresponding day/hour upon clicking the "Reserve" button. An error must display when a user tries to enter an appointment for a conflicting day/time . Upon clicking a name, the name should be removed from the table.
In this lab you are going to develop a web application to help Valentina in the CS office to keep track of the reservations of the Senior Design Lab E&T A310. Your application must use the MVC architecture discussed in class. The main page of the application displays the current reservations. For example: Room Reservations for E&T A309 MON TUE WED THR FRI 0800-09 00 09:00-10:00 Kang 10:00-11:00 Pamula 11:00-12:00 12:00-13:00 Abbott 13:00-14:00 14:00-15:00 Abbott Sun Sun 15:00-16:00 16:00-17:00 MON 08:00-09:00 Reserve A user can use the form at the bottom to make a reservation by selecting the time slot and entering the name of the user An error message should be displayed if a user tries to reserve a time slot that is already occupied. Clicking on a name in the table will remove the name and free up the time slotStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started