Minor reference doc housekeeping.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<section xml:id="remoting-introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>Spring's .NET Remoting support allows you to export a 'plain .NET
|
||||
object' as a .NET Remoted object. By "plain .NET object" we mean classes
|
||||
<para>Spring's .NET Remoting support allows you to export a 'plain CLR
|
||||
object' as a .NET Remoted object. By "plain CLR object" we mean classes
|
||||
that do not inherit from a specific infrastructure base class such as
|
||||
MarshalByRefObject. On the server side, Spring's .NET Remoting exporters
|
||||
will automatically create a proxy that implements MarshalByRefObject. You
|
||||
@@ -138,7 +138,7 @@ RemotingServices.Marshal(calc, "MyRemotedCalculator");</programlisting></para>
|
||||
<property name="ServiceName" value="RemotedSaoSingleCallCalculator" />
|
||||
</object></programlisting></para>
|
||||
|
||||
<para>Note that we change the singleton attribute of the plain .NET object
|
||||
<para>Note that we change the singleton attribute of the plain CLR object
|
||||
as configured by Spring in the <object> definition and not an
|
||||
attribute on the SaoExporter. The object referred to in the
|
||||
<literal>TargetName</literal> parameter can be an AOP proxy to a business
|
||||
|
||||
Reference in New Issue
Block a user