dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]RE:Defining Webservices


From: Bill Lance
Subject: Re: [DotGNU]RE:Defining Webservices
Date: Tue, 13 Nov 2001 06:31:52 -0800 (PST)

--- David Nicol <address@hidden> wrote:


> 
> I would think transmitting an object is a subset of
> method access.
> 
> in other words, transmission is reducible to method
> access.
> 
> to transmit an object, you access (one of) its data
> marshalling method(s)
> 


Calling an objects method produces a package of data
(or a side efect, or both).  'Transmitting an object'
seems to me to imply a copying of the total object
implimentation.  And this implies copying and
reexecuting the code, itself, producing a new base of
the original object.    Creating a new instance of a
romote object thu an inheritance mechanism is a third
means unique to networked OOP.  




__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]