From a6486d3355a3b399524408aabf1e0f009aedd7f2 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 18 Mar 2009 21:08:40 +0000 Subject: [PATCH] webflow tutorial outline --- .../webapp/WEB-INF/tutorial/tutorial-flow.xml | 16 ++++++++++- .../WEB-INF/tutorial/webflowExercise.jsp | 15 +++++++++++ .../webapp/WEB-INF/tutorial/webflowSetup.jsp | 27 +++++++++++++++++++ .../WEB-INF/tutorial/webflowWhatsNext.jsp | 15 +++++++++++ 4 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp create mode 100644 spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp create mode 100644 spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/tutorial-flow.xml b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/tutorial-flow.xml index 484fa408..e7d5dd10 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/tutorial-flow.xml +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/tutorial-flow.xml @@ -4,7 +4,21 @@ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp new file mode 100644 index 00000000..33d304ca --- /dev/null +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp @@ -0,0 +1,15 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ page session="false" %> + + + Getting Started with Spring Web Flow: Creating your first flow + + +

+ Do this, do that, test it out. +

+

+ Next > +

+ + \ No newline at end of file diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp new file mode 100644 index 00000000..7d98ca73 --- /dev/null +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp @@ -0,0 +1,27 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ page session="false" %> + + + Getting Started with Spring Web Flow: Setting up Web Flow in a Spring web application + + +

+ What does the configuration of a typical Spring web application look like? +

+

+

+

+ How do I plug-in Spring Web Flow? +

+

+

+

+ How do I create and deploy new flows? +

+

+

+

+ Next > +

+ + \ No newline at end of file diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp new file mode 100644 index 00000000..e402bb40 --- /dev/null +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp @@ -0,0 +1,15 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ page session="false" %> + + + Getting Started with Spring Web Flow: Where To Go From Here + + +

+ Check this out, check that out. +

+

+ Finish +

+ + \ No newline at end of file