Adding getting started tutorial to built projects

This commit is contained in:
Keith Donald
2009-03-19 22:11:29 +00:00
parent a5a3063b50
commit d05644e1da
5 changed files with 16 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
<pathelement location="../spring-webflow"/>
<pathelement location="../spring-faces"/>
<pathelement location="../spring-webflow-library"/>
<pathelement location="../spring-webflow-samples/getting-started-with-spring-webflow"/>
<pathelement location="../spring-webflow-samples/booking-faces"/>
<pathelement location="../spring-webflow-samples/booking-mvc"/>
</path>

View File

@@ -2,9 +2,12 @@
<%@ page session="false" %>
<html>
<head>
<title>Getting Started with Spring Web Flow: Creating your first flow</title>
<title>Getting Started with Spring Web Flow: Creating Your First Web Flow</title>
</head>
<body>
<h1>
Creating Your First Web Flow
</h1>
<h2>
Do this, do that, test it out.
</h2>

View File

@@ -5,6 +5,9 @@
<title>Getting Started with Spring Web Flow: Overview of the Spring Web Flow Project</title>
</head>
<body>
<h1>
Overview of the Spring Web Flow Project
</h1>
<h2>
What is Spring Web Flow?
</h2>

View File

@@ -2,9 +2,12 @@
<%@ page session="false" %>
<html>
<head>
<title>Getting Started with Spring Web Flow: Setting up Web Flow in a Spring web application</title>
<title>Getting Started with Spring Web Flow: Setting up Web Flow in a Spring Web Application</title>
</head>
<body>
<h1>
Setting up Web Flow in a Spring Web Application
</h1>
<h2>
What does the configuration of a typical Spring web application look like?
</h2>

View File

@@ -5,11 +5,14 @@
<title>Getting Started with Spring Web Flow: Where To Go From Here</title>
</head>
<body>
<h1>
Where To Go with From Here
</h1>
<h2>
Check this out, check that out.
</h2>
<p>
<a href="tutorial?execution=${flowExecutionKey}&_eventId=finish">Finish</a>
<a href="tutorial?execution=${flowExecutionKey}&_eventId=finish">Finish the tutorial</a>
</p>
</body>
</html>