From d05644e1da068f3eeee210553a3ea86231fac1b1 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 19 Mar 2009 22:11:29 +0000 Subject: [PATCH] Adding getting started tutorial to built projects --- build-spring-webflow/build.xml | 1 + .../src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp | 5 ++++- .../main/webapp/WEB-INF/tutorial/webflowProjectOverview.jsp | 3 +++ .../src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp | 5 ++++- .../src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp | 5 ++++- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/build-spring-webflow/build.xml b/build-spring-webflow/build.xml index 80f77acc..10b260e3 100644 --- a/build-spring-webflow/build.xml +++ b/build-spring-webflow/build.xml @@ -7,6 +7,7 @@ + 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 index 33d304ca..d0fb9437 100644 --- 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 @@ -2,9 +2,12 @@ <%@ page session="false" %> - Getting Started with Spring Web Flow: Creating your first flow + Getting Started with Spring Web Flow: Creating Your First Web Flow +

+ Creating Your First Web Flow +

Do this, do that, test it out.

diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowProjectOverview.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowProjectOverview.jsp index 1e3a06de..47b2c6a8 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowProjectOverview.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowProjectOverview.jsp @@ -5,6 +5,9 @@ Getting Started with Spring Web Flow: Overview of the Spring Web Flow Project +

+ Overview of the Spring Web Flow Project +

What is Spring Web Flow?

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 index 7d98ca73..11a7c7bf 100644 --- 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 @@ -2,9 +2,12 @@ <%@ page session="false" %> - Getting Started with Spring Web Flow: Setting up Web Flow in a Spring web application + Getting Started with Spring Web Flow: Setting up Web Flow in a Spring Web Application +

+ Setting up Web Flow in a Spring Web Application +

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

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 index e402bb40..db3277dc 100644 --- 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 @@ -5,11 +5,14 @@ Getting Started with Spring Web Flow: Where To Go From Here +

+ Where To Go with From Here +

Check this out, check that out.

- Finish + Finish the tutorial

\ No newline at end of file