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