added the OXM chapter from Spring WS

This commit is contained in:
Thomas Risberg
2009-04-06 19:43:18 +00:00
parent a9f30fe377
commit eb90bbeadc
2 changed files with 691 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
<!ENTITY dao SYSTEM "dao.xml">
<!ENTITY jdbc SYSTEM "jdbc.xml">
<!ENTITY orm SYSTEM "orm.xml">
<!ENTITY oxm SYSTEM "oxm.xml">
<!ENTITY mvc SYSTEM "mvc.xml">
<!ENTITY view SYSTEM "view.xml">
<!ENTITY web-integration SYSTEM "web-integration.xml">
@@ -221,18 +222,18 @@
&aop-api;
&testing;
</part>
<part id="spring-middle-tier">
<title>Middle Tier Data Access</title>
<partintro id="spring-middle-tier-intro">
<part id="spring-data-tier">
<title>Data Access</title>
<partintro id="spring-data-tier-intro">
<para>
This part of the reference documentation is concerned
with the middle tier, and specifically the data access
responsibilities of said tier.
with data access and the interaction between the data access
layer and the business or service layer.
</para>
<para>
Spring's comprehensive transaction management support is
covered in some detail, followed by thorough coverage of
the various middle tier data access frameworks and
the various data access frameworks and
technologies that the Spring Framework integrates with.
</para>
<itemizedlist>
@@ -248,12 +249,16 @@
<listitem>
<para><xref linkend="orm"/></para>
</listitem>
<listitem>
<para><xref linkend="oxm"/></para>
</listitem>
</itemizedlist>
</partintro>
&transaction;
&dao;
&jdbc;
&orm;
&oxm;
</part>
<part id="spring-web">
<title>The Web</title>