Minor reference doc housekeeping.

This commit is contained in:
sbohlen
2010-11-09 20:36:42 +00:00
parent 84e6411dec
commit bf51d96ec6
13 changed files with 49 additions and 49 deletions

View File

@@ -22,8 +22,8 @@
<sect1 xml:id="introduction-ajax">
<title>Introduction</title>
<para>Spring's ASP.NET AJAX integration allows for a plain .NET object
(PONO), that is one that doesn't have any attributes or special base
<para>Spring's ASP.NET AJAX integration allows for a plain CLR object
(POCO), that is one that doesn't have any attributes or special base
classes, to be exported as a web service, configured via dependency
injection, 'decorated' by applying AOP, and then exposed to client side
JavaScript.</para>
@@ -54,7 +54,7 @@
<title>Exposing Web Services</title>
<para>The <literal>WebServiceExporter</literal> combined with the
new HTTP handler exposes PONOs as Web Services in your ASP.NET AJAX
new HTTP handler exposes POCOs as Web Services in your ASP.NET AJAX
application.</para>
<para>In order for a Web service to be accessed from script, the