diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml index 0456d27f..0180ed75 100755 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml @@ -11,8 +11,8 @@

Welcome to Spring Travel

- This reference application illustrates Spring Faces, - a software library that integrates Spring and JavaServerFaces technology to power rich web applications. + This reference application illustrates how to use Spring MVC, Spring Web Flow, and Spring Faces + together to power rich web applications based on Spring and JavaServerFaces technology.

The key features illustrated in this sample include: diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp index 8868fe9b..3feba873 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp @@ -3,7 +3,7 @@

Welcome to Spring Travel

- This reference application shows how to use Spring MVC and Web Flow together with JavaServerPages (JSP) and Tiles to power web applications. + This reference application shows how to use Spring MVC, Spring Javascript, and Spring Web Flow together with JavaServerPages (JSP) and Tiles to power rich web applications.

The key features illustrated in this sample include: @@ -15,8 +15,10 @@

  • Managed persistence contexts with the Java Persistence API (JPA)
  • Unified Expression Language (EL) integration
  • Spring Security integration
  • +
  • Annotated POJO @Controllers for implementing RESTful user interactions.
  • Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library
  • -
  • Applying reusable page layouts with Tiles
  • +
  • Page layout and composition with Tiles
  • +
  • A Javascript API for decorating HTML elements with behaviors such as Ajax, validation, and effects.
  • Exception handling support across all layers of the application
  • Spring IDE tooling integration, with support for graphical flow modeling and visualization