changed structure - added Parts for intro chapters and appendices; changed J2EE to Java EE

This commit is contained in:
Thomas Risberg 2009-07-30 18:31:00 +00:00
parent dd96d6d249
commit 40c4941cbf
1 changed files with 21 additions and 12 deletions

View File

@ -125,14 +125,20 @@
</bookinfo>
<!-- front matter -->
<toc/>
<part id="spring-introduction">
<title>Overview of Spring Framework</title>
<xi:include href="preface.xml"/>
<xi:include href="overview.xml"/>
</part>
<part id="spring-whats-new">
<title>What's New in Spring 3.0</title>
<xi:include href="new-in-3.xml"/>
</part>
<part id="spring-core">
<title>Core Technologies</title>
<partintro id="spring-core-intro">
<para>
This initial part of the reference documentation covers
This part of the reference documentation covers
all of those technologies that are absolutely integral
to the Spring Framework.
</para>
@ -282,7 +288,7 @@
<partintro id="spring-integration-intro">
<para>
This part of the reference documentation covers
the Spring Framework's integration with a number of J2EE
the Spring Framework's integration with a number of Java EE
(and related) technologies.
</para>
<itemizedlist>
@ -326,6 +332,8 @@
<xi:include href="metadata.xml"/>
</part>
<!-- back matter -->
<part id="spring-appendices">
<title>Appendices</title>
<xi:include href="classic-spring.xml"/>
<xi:include href="classic-aop-spring.xml"/>
<xi:include href="xsd-configuration.xml"/>
@ -333,4 +341,5 @@
<xi:include href="dtd.xml"/>
<xi:include href="spring.tld.xml"/>
<xi:include href="spring-form.tld.xml"/>
</part>
</book>