SPRNET-1451

-added section to docs for MVC3 support
-mod to MVC2 docs to indicate "MVC 2.0" rather than more generally "MVC"
This commit is contained in:
sbohlen
2011-07-15 15:23:10 +00:00
parent 6b8d7c4801
commit 78bc673a2e
3 changed files with 323 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
<!ENTITY templating SYSTEM "templating.xml">
<!ENTITY web SYSTEM "web.xml">
<!ENTITY web-mvc SYSTEM "web-mvc.xml">
<!ENTITY web-mvc3 SYSTEM "web-mvc3.xml">
<!ENTITY ajax SYSTEM "ajax.xml">
<!ENTITY services SYSTEM "services.xml">
<!ENTITY webservices SYSTEM "webservices.xml">
@@ -280,12 +281,16 @@
</listitem>
<listitem>
<xref linkend="web-mvc" />
</listitem>
<listitem>
<xref linkend="web-mvc3" />
</listitem>
</itemizedlist>
</partintro>
&web;
&ajax;
&web-mvc;
&web-mvc3;
</part>
<part xml:id="spring-services">
<title>Services</title>