diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml index abd66b19..36a982ec 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml @@ -4,7 +4,7 @@ xmlns:h="http://java.sun.com/jsf/html"> - Spring Web Stack: SWF + JSF Booking Sample + Spring Faces: Booking Sample @@ -12,44 +12,48 @@
- -
-

Welcome to the Spring Web Flow Booking Sample

- +

Welcome to the Spring Faces Sample Application

- This sample will continue to evolve as Spring Web Flow 2.0 is developed. + This "Hotel Booking" sample illustrates "Spring Faces", Spring's first-class support for Java Server Faces (JSF). + Spring Faces integrates Spring, Spring Web Flow, ExtJs, and Facelets to provide a + compelling solution for developing rich web applications with JSF.

-

- As of SWF 2.0-m1, some of the new features that this sample serves to demonstrate include: -

  • Flow-scoped persistence contexts
  • -
  • Unified EL integration
  • + Currently, Spring Faces is released as a component of the Spring Web Flow distribution, + and is available beginning with Spring Web Flow 2.0 m1. +

    +

    + The new features illustrated in this sample include: +

  • Flow-managed persistence contexts
  • +
  • Unified Expression Language (EL) integration
  • Spring 2.0 custom scopes
  • -
  • Client-side validation support
  • +
  • Client-side validation with ExtJs
  • - -

    - Click here to book your hotel. +

    + Start your Hotel Booking Experience

    - +
    \ No newline at end of file