<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>SimpleJspServletDB</display-name>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<servlet>
<servlet-name>Servlet</servlet-name>
<servlet-class>Servlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Servlet</servlet-name>
<url-pattern>/Servlet</url-pattern>
</servlet-mapping>
</web-app>
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
String forward = "";
String action = request.getParameter("action");
if (action.equalsIgnoreCase("map")) {
forward = MAP;
request.setAttribute("barbers", dao.getAllBarbers());
} else if (action.equalsIgnoreCase("masterslist")) {
String barberId = request.getParameter("barberId");
request.setAttribute("barberId", barberId);
dao.getAllMasters(barberId);
forward = MASTERLIST;
request.setAttribute("masters", dao.getAllMasters(barberId));
/*session.setAttribute("time", dao.getAllUsersM(userId));*/
} else {
forward = MAP;
}
RequestDispatcher view = request.getRequestDispatcher(forward);
view.forward(request, response);
}
type Status report
message /Servlet
description The requested resource is not available.
INSERT INTO reservation VALUES
(1108, '[2010-01-01 14:30, 2010-01-01 15:30)');
Timestamp time 2018-08-14 15:30:00.0
Timestamp time 2018-08-14 15:45:00.0
String date1 = "2018-08-14 15:30:00.0";
String date2 = "2018-08-14 15:45:00.0";
String date1 = "2018-08-14 15:30:00.0";
String date2 = "2018-08-14 15:45:00.0";
String date4 = "[\""+date1+"\",\""+date2+"\")";
room tt
1108 2018-07-16 07:00:00.000000
1108 2018-07-16 07:45:00.000000
1108 2018-07-16 08:30:00.000000
1108 2018-07-16 09:15:00.000000
1108 2018-07-16 10:30:00.000000
1108 2018-07-16 11:15:00.000000
1108 2018-07-16 12:00:00.000000
...
room tt
1108 2018-07-16 07:00:00.000000
1108 2018-07-16 07:45:00.000000
1108 2018-07-16 08:30:00.000000
1108 2018-07-16 10:30:00.000000
1108 2018-07-16 11:15:00.000000
1108 2018-07-16 12:00:00.000000
...
[2018-06-26 09:30, 2018-06-26 10:30]
insert into reservations (room_id, occurrence) values
(1, '[2018-06-26 09:30, 2018-06-26 10:30]'),
(1, '[2018-06-26 16:00, 2018-06-26 17:00]');
Select 1 (30 min)
1. 0.30 h 09.00.00 - 09.30.00
2. 0.30 h 09.30.00 -10.00.00
3. 0.30 h 10.00.00 -10.30.00
4. 0.30 h 10.30.00 - 11.00.00
5. 0.30 h 11.00.00 - 11.30.00
6. 0.30 h 11.30.00 - 12.00.00
7. 0.30 h 12.00.00 - 12.30.00
8. 0.30 h 12.30.00 - 13.00.00
9. 0.30 h 13.00.00 - 13.30.00
10. 0.30 h 13.30.00 - 14.00.00
11. 0.30 h 14.00.00 - 14.30.00
12. 0.30 h 14.30.00 - 15.00.00
13. 0.30 h 15.00.00 - 15.30.00
14. 0.30 h 15.30.00 - 16.00.00
15. 0.30 h 16.00.00 - 16.30.00
16. 0.30 h 16.30.00 - 17.00.00
Booking
( 0.30 h, 10.00.00 -10.30.00)
1. 0.30 h 09.00.00 - 09.30.00
2. 0.30 h 09.30.00 -10.00.00
3. 0.30 h 10.00.00 -10.30.00
4. 0.30 h 10.30.00 - 11.00.00
5. 0.30 h 11.00.00 - 11.30.00
6. 0.30 h 11.30.00 - 12.00.00
7. 0.30 h 12.00.00 - 12.30.00
8. 0.30 h 12.30.00 - 13.00.00
9. 0.30 h 13.00.00 - 13.30.00
10. 0.30 h 13.30.00 - 14.00.00
11. 0.30 h 14.00.00 - 14.30.00
12. 0.30 h 14.30.00 - 15.00.00
13. 0.30 h 15.00.00 - 15.30.00
14. 0.30 h 15.30.00 - 16.00.00
15. 0.30 h 16.00.00 - 16.30.00
16. 0.30 h 16.30.00 - 17.00.00
Select 2 (1 h)
Time: 10.00.00 -10.30.00
is not in the list
1. 1 h 09.00.00 – 10.00.00
2. 1 h 10.30.00 – 11.30.00
3. 1 h 11.30.00 – 12.30.00
4. 1 h 12.30.00 – 13.30.00
5. 1 h 13.30.00 – 14.30.00
6. 1 h 14.30.00 – 15.30.00
7. 1 h 15.30.00 – 16.30.00
Booking
(1 h, 12.30.00 -13.30.00)
1. 1 h 09.00.00 – 10.00.00
2. 1 h 10.30.00 – 11.30.00
3. 1 h 11.30.00 – 12.30.00
4. 1 h 12.30.00 – 13.30.00
5. 1 h 13.30.00 – 14.30.00
6. 1 h 14.30.00 – 15.30.00
7. 1 h 15.30.00 – 16.30.00
Select 3 (30 min)
Time:
10.00.00 -10.30.00,
12.30.00 – 13.30.00
is not in the list
1. 0.30 h 09.00.00 - 09.30.00
2. 0.30 h 09.30.00 -10.00.00
3. 0.30 h 10.30.00 - 11.00.00
4. 0.30 h 11.00.00 - 11.30.00
5. 0.30 h 11.30.00 - 12.00.00
6. 0.30 h 12.00.00 - 12.30.00
7. 0.30 h 13.30.00 - 14.00.00
8. 0.30 h 14.00.00 - 14.30.00
9. 0.30 h 14.30.00 - 15.00.00
10. 0.30 h 15.00.00 - 15.30.00
11. 0.30 h 15.30.00 - 16.00.00
12. 0.30 h 16.00.00 - 16.30.00
13. 0.30 h 16.30.00 - 17.00.00
Booking
(0.30 h, 14.30.00 -15.00.00)
1. 0.30 h 09.00.00 - 09.30.00
2. 0.30 h 09.30.00 -10.00.00
3. 0.30 h 10.30.00 - 11.00.00
4. 0.30 h 11.00.00 - 11.30.00
5. 0.30 h 11.30.00 - 12.00.00
6. 0.30 h 12.00.00 - 12.30.00
7. 0.30 h 13.30.00 - 14.00.00
8. 0.30 h 14.00.00 - 14.30.00
9. 0.30 h 14.30.00 - 15.00.00
10. 0.30 h 15.00.00 - 15.30.00
11. 0.30 h 15.30.00 - 16.00.00
12. 0.30 h 16.00.00 - 16.30.00
13. 0.30 h 16.30.00 - 17.00.00
Select 4 (1.30 min)
Time:
10.00.00 -10.30.00,
12.30.00 – 13.30.00
14.30.00 - 15.00.00
is not in the list
1. 1.30 h 10.30.00 – 12.00.00
2. 1.30 h 15.00.00 – 16.30.00