diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.jsp b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.jsp deleted file mode 100644 index ecc910b..0000000 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.jsp +++ /dev/null @@ -1,10 +0,0 @@ -<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - - - - -
${confirmed}
-
- - diff --git a/booking-mvc/src/main/webapp/WEB-INF/intro.html b/booking-mvc/src/main/webapp/WEB-INF/intro.html index b434438..f697b58 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/intro.html +++ b/booking-mvc/src/main/webapp/WEB-INF/intro.html @@ -50,7 +50,7 @@

Welcome to Spring Travel

- This sample demonstrates how to use Spring MVC and Spring Web Flow together with JavaServerPages (JSP) and Tiles. + This sample demonstrates how to use Spring MVC and Spring Web Flow together with Thymeleaf and Tiles.


@@ -65,7 +65,7 @@

  • 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
  • +
  • Declarative page authoring with Thymeleaf and its Spring MVC's integration features.
  • 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