Minor corrections to namespace chapter. Fixed image paths for pdf version

This commit is contained in:
Luke Taylor
2008-04-09 23:35:29 +00:00
parent 6de01e0079
commit 10e6ed20cf
5 changed files with 65 additions and 49 deletions

View File

@@ -84,16 +84,18 @@
<part xml:id="getting-started">
<title>Getting Started</title>
<partintro>
<para>The remaining parts of this guide provide an in-depth discussion of the
<para>The later parts of this guide provide an in-depth discussion of the
framework architecture and implementation classes, an understanding of which is important
if you need to do any serious customization. In this part, we take a slightly
gentler look at how to get started using some of the features of Spring Security 2.0.
The use of namespace configuration provides a much simpler path to securing
In particular, the use of namespace configuration provides a much simpler path to securing
your application with little or no knowledge of the classes involved, unlike the traditional
Spring bean approach which required you to configure large numbers of beans.
</para>
</partintro>
<xi:include href="introduction.xml" />
<xi:include href="namespace-config.xml" />
</part>
@@ -109,8 +111,6 @@
are necessary to successfully planning and executing a Spring Security
integration.</para>
</partintro>
<xi:include href="introduction.xml" />
<xi:include href="technical-overview.xml" />