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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1662 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Thomas Risberg 2009-07-30 18:31:00 +00:00
parent df1f25e396
commit eb1937341d
1 changed files with 21 additions and 12 deletions

View File

@ -125,14 +125,20 @@
</bookinfo> </bookinfo>
<!-- front matter --> <!-- front matter -->
<toc/> <toc/>
<xi:include href="preface.xml"/> <part id="spring-introduction">
<xi:include href="overview.xml"/> <title>Overview of Spring Framework</title>
<xi:include href="new-in-3.xml"/> <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"> <part id="spring-core">
<title>Core Technologies</title> <title>Core Technologies</title>
<partintro id="spring-core-intro"> <partintro id="spring-core-intro">
<para> <para>
This initial part of the reference documentation covers This part of the reference documentation covers
all of those technologies that are absolutely integral all of those technologies that are absolutely integral
to the Spring Framework. to the Spring Framework.
</para> </para>
@ -282,7 +288,7 @@
<partintro id="spring-integration-intro"> <partintro id="spring-integration-intro">
<para> <para>
This part of the reference documentation covers 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. (and related) technologies.
</para> </para>
<itemizedlist> <itemizedlist>
@ -326,11 +332,14 @@
<xi:include href="metadata.xml"/> <xi:include href="metadata.xml"/>
</part> </part>
<!-- back matter --> <!-- back matter -->
<xi:include href="classic-spring.xml"/> <part id="spring-appendices">
<xi:include href="classic-aop-spring.xml"/> <title>Appendices</title>
<xi:include href="xsd-configuration.xml"/> <xi:include href="classic-spring.xml"/>
<xi:include href="xml-custom.xml"/> <xi:include href="classic-aop-spring.xml"/>
<xi:include href="dtd.xml"/> <xi:include href="xsd-configuration.xml"/>
<xi:include href="spring.tld.xml"/> <xi:include href="xml-custom.xml"/>
<xi:include href="spring-form.tld.xml"/> <xi:include href="dtd.xml"/>
<xi:include href="spring.tld.xml"/>
<xi:include href="spring-form.tld.xml"/>
</part>
</book> </book>