diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/classes/log4j.xml b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/classes/log4j.xml index e78930f7..72b49f19 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/classes/log4j.xml +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/classes/log4j.xml @@ -17,19 +17,19 @@ - + - + - + - + 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 f8f28e07..f3f34a22 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 @@ -247,6 +247,16 @@ +
+

Visualize the flow

+
    +
  1. + In the SpringSource Tool Suite, navigate to your helloworld-flow.xml in the Spring Explorer view, or within the Spring Elements node of the Project Explorer view. + Right-click on the file and select Open Graphical Editor. Your graph should look similar to the visualization below:

    + "/> +
  2. +
+

Next > diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/images/tutorial/helloworld-flow.png b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/images/tutorial/helloworld-flow.png new file mode 100644 index 00000000..50dc2000 Binary files /dev/null and b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/images/tutorial/helloworld-flow.png differ