-
Notifications
You must be signed in to change notification settings - Fork 8
Home
fbogyai edited this page Feb 22, 2014
·
2 revisions
Welcome to the hotel-booking-manager wiki!
Project Hotel Booking Manager simulates an ordinary online hotel booking service. Provides managing, hotels, rooms in hotels, clients and their reservations. Project includes persistence layer, service layer, web presentation layer with REST API and desktop client that works with that REST API.
- Project runs on Java as a Maven project.
- It's persistence layer is implemented through JPA framework and Hibernate.
- Service layer uses Spring framework with IoC container.
- Stripes framework and JSP webpages as front end are used in web application.
- Web includes also REST API, which uses Jersey framework.
- Desktop client that communicates with the REST API is implemented in Swing.