diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.jsp
deleted file mode 100644
index 1f95919..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.jsp
+++ /dev/null
@@ -1,196 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.jsp
deleted file mode 100644
index 42054c9..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.jsp
+++ /dev/null
@@ -1,5 +0,0 @@
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-
-
-
\ No newline at end of file
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.jsp
deleted file mode 100644
index 9efe4fa..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.jsp
+++ /dev/null
@@ -1,65 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp
deleted file mode 100644
index 6d66283..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp
+++ /dev/null
@@ -1,53 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
-<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-
-
- Current Hotel Bookings
-
-
-
- | No bookings found |
-
-
-
-
-
-
-
- | Name |
- Address |
- City, State |
- Check in Date |
- Check out Date |
- Confirmation Number |
- Action |
-
-
-
-
-
- | ${booking.hotel.name} |
- ${booking.hotel.address} |
- ${booking.hotel.city}, ${booking.hotel.state} |
- ${booking.checkinDate} |
- ${booking.checkoutDate} |
- ${booking.id} |
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.jsp
deleted file mode 100644
index fdd0880..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.jsp
+++ /dev/null
@@ -1,74 +0,0 @@
-<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
-
-Hotel Results
-
- Change Search
-
-
-
-
-
-
-
- | Name |
- Address |
- City, State |
- Zip |
- Action |
-
-
-
-
-
- | ${hotel.name} |
- ${hotel.address} |
- ${hotel.city}, ${hotel.state}, ${hotel.country} |
- ${hotel.zip} |
- View Hotel |
-
-
-
-
- | No hotels found |
-
-
-
-
-
-
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp
deleted file mode 100644
index 0940b44..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp
+++ /dev/null
@@ -1,36 +0,0 @@
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
-
-Search Hotels
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/show.jsp
deleted file mode 100644
index 82e2e70..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-${hotel.name}
-
- ${hotel.address}
-
- ${hotel.city}, ${hotel.state}, ${hotel.zip}
-
- ${hotel.country}
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/intro.jsp b/booking-mvc/src/main/webapp/WEB-INF/intro.jsp
deleted file mode 100755
index 4525d2f..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/intro.jsp
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
Welcome to Spring Travel
-
- This sample demonstrates how to use Spring MVC and Spring Web Flow together with JavaServerPages (JSP) and Tiles.
-
-
-
- The key features illustrated in this sample include:
-
-
- - A declarative navigation model enabling full browser button support and dynamic navigation rules
- - A fine-grained state management model, including support for ConversationScope and ViewScope
- - Modularization of web application functionality by domain use case, illustrating project structure best-practices
- - Spring Expression Language (SpEL) integration
- - Spring 3 formatting annotations @DateTimeFormat, @NumberFormat
- - Spring MVC custom namespace
- - Spring Security integration
- - Annotated POJO @Controllers for implementing RESTful user interactions.
- - Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library
- - Page layout and composition with Apache Tiles
- - A JavaScript API for decorating HTML elements with behaviors such as Ajax, validation, and effects.
- - A grid layout with Blueprint CSS
- - Exception handling support across all layers of the application
- - SpringSource Tool Suite integration, with support for graphical flow modeling and visualization
-
-
- Start your Spring Travel experience
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
deleted file mode 100644
index 5e7bfbb..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
+++ /dev/null
@@ -1,69 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
-<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
-
-
-
-
- Spring Travel: Spring MVC and Web Flow Reference Application
- " />
- " type="text/css" media="screen, projection" />
- " type="text/css" media="print" />
-
- " type="text/css" media="screen" />
- ">
- ">
- ">
-
-
-
-
-
\ No newline at end of file
diff --git a/booking-mvc/src/main/webapp/WEB-INF/login.jsp b/booking-mvc/src/main/webapp/WEB-INF/login.jsp
deleted file mode 100755
index 04d9c59..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/login.jsp
+++ /dev/null
@@ -1,66 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-<%@ page import="org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter" %>
-<%@ page import="org.springframework.security.core.AuthenticationException" %>
-
-
-
Valid username/passwords are:
-
- - keith/melbourne
- - erwin/leuven
- - jeremy/atlanta
- - scott/rochester
-
-
-
-
-
-
- Your login attempt was not successful, try again.
- Reason: <%= ((AuthenticationException) session.getAttribute(UsernamePasswordAuthenticationFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
-
-
-
" method="post">
-
-
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.jsp b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.jsp
deleted file mode 100755
index 8f7418c..0000000
--- a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.jsp
+++ /dev/null
@@ -1,8 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-
-
Logout
-
You have successfully logged out.
-
-
">Continue
-