finished tutorial steps

This commit is contained in:
Keith Donald
2009-03-20 19:49:31 +00:00
parent eb8894dadd
commit 7b7dc48f17
2 changed files with 72 additions and 6 deletions

View File

@@ -188,9 +188,9 @@
</li>
</ol>
<h3>Finish your helloworld flow</h3>
<p>
<ol>
<li>Finish up your flow by adding another button on the start.jsp that ends the flow:</li>
<ol>
<li>
Finish up your helloworld flow by adding another button on the start.jsp that ends the flow:
<pre>
&lt;input type="submit" name="_eventId_finish" value="Finish" /&gt;
</pre>
@@ -203,8 +203,8 @@
&lt;end-state id="finished" view="externalRedirect:welcome" /&gt;
</pre>
Click the Finish button and you should be taken back to the application welcome screen.
</ol>
</li>
</ol>
<a href="tutorial?execution=${flowExecutionKey}&_eventId=next">Next &gt;</a>
</p>
</body>
</html>

View File

@@ -8,9 +8,75 @@
<h1>
Where To Go with From Here
</h1>
<p>
Web flow is an extremely powerful and easy to use controller framework. This tutorial has just scratched the surface of what you can do with the technology.
Checkout these additional resources as you continue your Spring Web Flow journey.
</p>
<h2>
Check this out, check that out.
Reference Manual
</h2>
<p>
The <a href="http://www.springsource.org/documentation">Spring Web Flow reference manual</a> is the definitive guide to the Spring Web Flow feature set.
Use it as an up-to-date flow definition language reference, as well as for documentation on the various configuration options.
</p>
<h2>
Samples
</h2>
<p>
<A href="http://www.springsource.org/webflow-samples">Additional samples</a> are available showing Web Flow applied for various use cases.
These samples illustrate additional features such as Hibernate, Security, Ajax, and JSF integration.
A natural next step from this tutorial is to walk-through these sample applications, supplimenting with reference manual documentation as you go.
</p>
<h2>
Training
</h2>
<p>
SpringSource offers a comprehensive <a href="http://www.springsource.com/training/rwa001">training course</a> on developing rich web applications with Spring that covers Spring Web Flow in depth.
This training also prepares you to become a <a href="http://www.springsource.com/training/certification">SpringSource Certified Web Specialist</a>.
</p>
<h2>
Community
</h2>
<p>
Spring Web Flow has an vibrant community forum at <a href="http://forum.springsource.org">http://forum.springsource.org</a>.
There you can interact with community members and discuss ways to enhance and improve the project.
We also encourage community members to <a href="http://jira.springframework.org/browse/SWF">submit tickets</a> when they discover bugs, have ideas for enhancements, or wish to contribute patches or documentation.
Web Flow, like all Spring projects, depends you the community to be successful!
</p>
<h2>
Related Projects
</h2>
<p>
There are a number of exciting Spring projects that either build on Spring Web Flow or have grown out of the project. Be sure to check out:
</p>
<ul>
<li>
<h3>Spring Faces</h3>
<p>
If JSF is the right choice for your team, <a href="http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/ch12.html">Spring Faces</a> uses Web Flow to make working with JSF more pleasant and more productive.
</p>
</li>
<li>
<h3>Spring JavaScript</h3>
<p>
If you have Ajax requirements, <a href="http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/ch11.html">Spring JavaScript</a> helps you integrate the Dojo Toolkit into your application and provides a simple API for writing unobtrusive JavaScript and implementing common Ajax scenarios.
You can use it inside and outside of a Web Flow environment.
</p>
</li>
<li>
<h3>Spring Security</h3>
<p>
<a href="http://www.springsource.org/spring-security">Spring Security</a> is a comprehensive and portable Java security framework, and Web Flow provides native support for securing flows with this technology.
</p>
</li>
</ul>
<p>
We sincerely hope you enjoyed this tutorial. We wish you great success and lots of fun getting results with Spring Web Flow on your development projects!
<br/>
<br/>
Keith Donald<br/>
Spring Web Flow project lead
</p>
<p>
<a href="tutorial?execution=${flowExecutionKey}&_eventId=finish">Finish the tutorial</a>
</p>