This commit is contained in:
Keith Donald
2008-04-10 06:01:53 +00:00
parent 5fb1dafac0
commit 5e845b850f
3 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="flow-managed-persistence">
<title>Flow Managed Persistence</title>
<sect1 id="spring-mvc-introduction">
<sect1 id="flow-managed-persistence-introduction">
<title>Introduction</title>
<para>
This chapter shows you how to use flows to manage web application persistence.

View File

@@ -13,6 +13,7 @@
<!ENTITY spring-mvc SYSTEM "spring-mvc.xml">
<!ENTITY spring-faces SYSTEM "spring-faces.xml">
<!ENTITY portlet SYSTEM "portlet.xml">
<!ENTITY testing SYSTEM "testing.xml">
<!ENTITY upgrade-guide SYSTEM "upgrade-guide.xml">
<!ENTITY flow-definition-field-mappings SYSTEM "flow-definition-field-mappings.xml">
]>
@@ -84,6 +85,7 @@
&spring-mvc;
&spring-faces;
&portlet;
&testing;
&upgrade-guide;
&flow-definition-field-mappings;

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="testing">
<title>Testing flows</title>
<sect1 id="testing-introduction">
<title>Introduction</title>
<para>
This chapter shows you how to test flows.
</para>
</sect1>
</chapter>