Download booking example Free Java Code
Description
Example of a Spring / Backbone.js booking application based on RESThub 2 stack.
Source Files
The download file booking-example-master.zip has the following entries.
.gitignore/* ww w . ja v a 2s. c om*/
pom.xml
src/main/java/org/resthub/booking/model/Booking.java
src/main/java/org/resthub/booking/model/CreditCardType.java
src/main/java/org/resthub/booking/model/Hotel.java
src/main/java/org/resthub/booking/model/User.java
src/main/java/org/resthub/booking/repository/BookingRepository.java
src/main/java/org/resthub/booking/repository/HotelRepository.java
src/main/java/org/resthub/booking/repository/HotelRepositoryCustom.java
src/main/java/org/resthub/booking/repository/UserRepository.java
src/main/java/org/resthub/booking/repository/impl/BookingInitializer.java
src/main/java/org/resthub/booking/repository/impl/HotelRepositoryCustomImpl.java
src/main/java/org/resthub/booking/security/BookingUserDetails.java
src/main/java/org/resthub/booking/security/BookingUserDetailsService.java
src/main/java/org/resthub/booking/web/BookingController.java
src/main/java/org/resthub/booking/web/HotelController.java
src/main/java/org/resthub/booking/web/UserController.java
src/main/resources/applicationContext.xml
src/main/resources/hibernate.properties
src/main/resources/log4j.properties
src/main/webapp/META-INF/MANIFEST.MF
src/main/webapp/META-INF/context.xml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/app.js
src/main/webapp/booking.css
src/main/webapp/booking/book.html
src/main/webapp/booking/book.js
src/main/webapp/booking/delete.js
src/main/webapp/booking/edit.html
src/main/webapp/booking/edit.js
src/main/webapp/booking/list.html
src/main/webapp/booking/list.js
src/main/webapp/booking/view.html
src/main/webapp/booking/view.js
src/main/webapp/header.html
src/main/webapp/home.html
src/main/webapp/home.js
src/main/webapp/hotel/list.html
src/main/webapp/hotel/list.js
src/main/webapp/hotel/search.html
src/main/webapp/hotel/search.js
src/main/webapp/hotel/view.html
src/main/webapp/hotel/view.js
src/main/webapp/images/favicon.png
src/main/webapp/images/hotel.jpg
src/main/webapp/index.html
src/main/webapp/lib/oauth2repository.js
src/main/webapp/repositories/booking.repository.js
src/main/webapp/repositories/hotel.repository.js
src/main/webapp/repositories/user.repository.js
src/main/webapp/routes/booking.routes.js
src/main/webapp/routes/hotel.routes.js
src/main/webapp/routes/user.routes.js
src/main/webapp/status.html
src/main/webapp/user/edit.html
src/main/webapp/user/edit.js
src/main/webapp/user/login.html
src/main/webapp/user/login.js
src/main/webapp/user/register.html
src/main/webapp/user/register.js
Download
Click the following link to download booking-example-master.zip.
booking-example-master.zip