From a67e56ed1f317721ddbf7c54ef6a702c25426b61 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 30 Oct 2007 00:53:17 +0000 Subject: [PATCH] mvc embedded support --- .../booking-mvc/src/main/webapp/intro.jsp | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp new file mode 100755 index 00000000..bcaf0480 --- /dev/null +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp @@ -0,0 +1,67 @@ + + + + + Spring Faces: Hotel Booking Sample Application + + + + +
+ +
+
+ + The Westin Diplomat in Hollywood, Florida + + + The Spring Experience + +

+ The features illustrated in this sample are just the beginning. + To see what is in store for developing rich web applications with Spring, join us at + The Spring Experience + December 12 - 15, 2007 at the Westin Diplomat in Hollywood, Florida. +

+
+
+
+

Welcome to the Spring Web Flow + Spring MVC Sample Application

+

+ This hotel booking sample application illustrates Spring Web Flow in a Spring MVC environment. + 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)
  • +
  • OGNL Expression Language (EL) integration
  • +
  • Spring IDE integration, with support for graphical flow modeling
  • +
+

+ Start your hotel booking experience +

+
+
+
+ +
+ + \ No newline at end of file