Update remoting chapter (minor)

Issue: SPR-9822
This commit is contained in:
Rossen Stoyanchev
2012-10-19 19:34:36 -04:00
parent 4aaf014cc6
commit 2f504dda3a
2 changed files with 20 additions and 5 deletions

View File

@@ -38,6 +38,21 @@
</section>
<section id="new-in-3.2-spring-mvc-test">
<title>Spring MVC Test framework</title>
<para>First-class support for testing Spring MVC applications with a
fluent API and without a servlet container. Server-side tests involve
use of the <classname>DispatcherServlet</classname> while client-side
REST tests rely on the <classname>RestTemplate</classname>.
See the following presentation for more information before
documentation is added:
<ulink url="https://github.com/rstoyanchev/spring-32-test-webapps">
"Testing Web Applications with Spring 3.2"</ulink>.
</para>
</section>
<section id="new-in-3.2-webmvc-content-negotiation">
<title>Content negotiation improvements</title>