Adding getting started tutorial to built projects
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user