It is an Web Application based on Servlets, Hibernate, Jsp.
About The Project:-
Hotel Booking System is an complete web application project based on Servlet and Hibernate Framework.
This project has 5 Modules are as Follows: 1. Admin 2. LandLord 3. Hotel 4. Rooms 5. Customer
Roles:-
Admin role is to approve all the lanlord property i.e hotel. If the property get approved by admin then only it should visible for customers.
Landlord role is manage(CRUD-operations) all its property i.e. Hotels
Hotel role is to approve all the rooms wheather it is available or not for customers.
Customers role is to book rooms.
Tools and Technologies used:-
Eclipse IDE
Maven 4.0
MySQL 8.0
Hibernate
Servlet
Java
JSP
Tomcat(server)
HTML-CSS
Packages & Class:-
Total 4 package is present a. Controller contains all the class which is used to perform crud operation. b. Dao contains all the class which is used for Data Access Object. c. Dto contains all the class which is used for Data Transfer Object. d. Services contains all the class for business logic.