make explicit reference to example directories for each quickstart.

This commit is contained in:
markpollack
2009-06-20 01:33:18 +00:00
parent 04ac4aec80
commit 8d5c858dde
10 changed files with 2748 additions and 2661 deletions

View File

@@ -16,7 +16,13 @@
* limitations under the License.
*/
-->
<chapter xml:id="data-quickstart" xmlns="http://docbook.org/ns/docbook" version="5">
<chapter version="5" xml:id="data-quickstart"
xmlns="http://docbook.org/ns/docbook"
xmlns:ns6="http://www.w3.org/1999/xlink"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns4="http://www.w3.org/2000/svg"
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
xmlns:ns="http://docbook.org/ns/docbook">
<title>Data Access QuickStart</title>
<section>
@@ -72,6 +78,12 @@
namespace, collections of which are generally returned from the DAO
methods.</para>
<note>
<para>To follow this Data Access QuickStart load the solution file found
in the directory
<literal>&lt;spring-install-dir&gt;\examples\Spring\Spring.DataQuickStart</literal></para>
</note>
<section>
<title>Database configuration</title>
@@ -185,4 +197,4 @@
installation.</para>
</section>
</section>
</chapter>
</chapter>