diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml index 5a979572..d1380f38 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml @@ -14,7 +14,7 @@

Search Hotels

-

+
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 5a2604f8..3988a759 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 @@ -9,27 +9,24 @@
-

Welcome to the Spring Faces Sample Application

+

Welcome to Spring Travel

- This hotel booking sample application illustrates "Spring Faces", Spring's first-class support for Java Server Faces (JSF). - Spring Faces integrates Spring, Spring Web Flow, Dojo, Ext, and Facelets to provide a - compelling solution for developing rich web applications with JSF. -

-

- Currently, Spring Faces is released as a component of the Spring Web Flow distribution, - and has been available beginning with Spring Web Flow 2.0. + This reference application illustrates Spring Faces, + a software library that focuses on the development of rich web applications using Spring and JavaServerFaces.

The key features illustrated in this sample include:

    -
  • A unified navigation model
  • -
  • A robust state management model
  • -
  • Modularization of web application functionality by domain responsibility
  • -
  • Flow-managed persistence contexts with the Java Persistence API (JPA)
  • +
  • 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
  • +
  • Managed persistence contexts with the Java Persistence API (JPA)
  • Unified Expression Language (EL) integration
  • -
  • Client-side validation with Dojo and Ext
  • -
  • Spring IDE integration, with support for graphical flow modeling
  • +
  • Spring Security integration
  • +
  • A lightweight component library for Ajax and client-side validation that employs progressive enhancement techniques
  • +
  • Exception handling support across all layers of the application
  • +
  • Spring IDE tooling integration, with support for graphical flow modeling and visualization

Start your hotel booking experience diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml index a3ceb073..24fe80a8 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -20,7 +20,7 @@

diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml index 17855931..d61b88be 100755 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml @@ -5,13 +5,10 @@ - -

Logout

You have successfully logged out.

-
\ No newline at end of file diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css index e7846284..b48b4788 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css +++ b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css @@ -62,6 +62,8 @@ #content .section { width: 505px; float: left; + margin-top: 5px; + margin-bottom: 5px; } #content.spring input[type="submit"], input[type="button"], button {