+
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.
+
+
+ The key features illustrated in this sample include:
+
+
+ - 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
+ - Spring Security integration
+ - Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library
+
- Applying reusable page layouts with Tiles
+ - Exception handling support across all layers of the application
+ - Spring IDE tooling integration, with support for graphical flow modeling and visualization
+
+
+
+
+
+
+
+ Start your Spring Travel experience
+
+
+
diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/view/view.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/view/view.xml
new file mode 100644
index 00000000..13e59f1e
--- /dev/null
+++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/view/view.xml
@@ -0,0 +1,20 @@
+
+