added the rest chapter to the build
This commit is contained in:
parent
38e5deefda
commit
19ec3654df
|
|
@ -340,7 +340,7 @@ public class ContentController {
|
||||||
updated to support setting the HTTP method. For example, the following
|
updated to support setting the HTTP method. For example, the following
|
||||||
snippet taken from the updated Petclinic sample</para>
|
snippet taken from the updated Petclinic sample</para>
|
||||||
|
|
||||||
<programlisting language="html"><form:form method="delete">
|
<programlisting language="xml"><form:form method="delete">
|
||||||
<p class="submit"><input type="submit" value="Delete Pet"/></p>
|
<p class="submit"><input type="submit" value="Delete Pet"/></p>
|
||||||
</form:form></programlisting>
|
</form:form></programlisting>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
<!ENTITY mvc SYSTEM "mvc.xml">
|
<!ENTITY mvc SYSTEM "mvc.xml">
|
||||||
<!ENTITY view SYSTEM "view.xml">
|
<!ENTITY view SYSTEM "view.xml">
|
||||||
<!ENTITY web-integration SYSTEM "web-integration.xml">
|
<!ENTITY web-integration SYSTEM "web-integration.xml">
|
||||||
|
<!ENTITY rest SYSTEM "rest.xml">
|
||||||
<!ENTITY portlet SYSTEM "portlet.xml">
|
<!ENTITY portlet SYSTEM "portlet.xml">
|
||||||
<!ENTITY remoting SYSTEM "remoting.xml">
|
<!ENTITY remoting SYSTEM "remoting.xml">
|
||||||
<!ENTITY ejb SYSTEM "ejb.xml">
|
<!ENTITY ejb SYSTEM "ejb.xml">
|
||||||
|
|
@ -299,6 +300,7 @@
|
||||||
&mvc;
|
&mvc;
|
||||||
&view;
|
&view;
|
||||||
&web-integration;
|
&web-integration;
|
||||||
|
&rest;
|
||||||
&portlet;
|
&portlet;
|
||||||
</part>
|
</part>
|
||||||
<part id="spring-integration">
|
<part id="spring-integration">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue