Skip navigation.
 
mlRe: Java and Objective-C
FROM : Denis Bohm
DATE : Sun Jun 08 19:33:14 2008

On Jun 8, 2008, at  3:43 AM, Michael Ash wrote:

> On Sun, Jun 8, 2008 at 1:48 AM, Peter Duniho <<email_removed>> wrote:

>> So, when you write "true proxying of method invocations", what does 
>> that
>> mean, exactly?

>
> Distributed Objects is probably the best example in terms of
> real-world use of a technique which is difficult in stricter
> languages. Consider:
>
> Foo *obj = [connection rootProxy];
> [obj doSomethingWithArgument:arg];
>
> This transparently proxies the method invocation off to another
> machine. I seem to recall from the last time that this is possible to
> implement in C# but not Java, but I could be wrong.


BTW: There have been distributed object proxies in Java done in a 
similar way (using InvocationHandler).

Related mailsAuthorDate
mlJava and Objective-C Bill Bumgarner Jun 7, 21:38
mlRe: Java and Objective-C Denis Bohm Jun 7, 22:30
mlRe: Java and Objective-C WT Jun 7, 22:49
mlRe: Java and Objective-C Bill Bumgarner Jun 7, 22:49
mlRe: Java and Objective-C Denis Bohm Jun 7, 22:54
mlRe: Java and Objective-C Bill Bumgarner Jun 7, 23:01
mlRe: Java and Objective-C Bill Bumgarner Jun 7, 23:08
mlRe: Java and Objective-C Denis Bohm Jun 7, 23:10
mlRe: Java and Objective-C Denis Bohm Jun 7, 23:40
mlRe: Java and Objective-C Bill Bumgarner Jun 7, 23:43
mlRe: Java and Objective-C Denis Bohm Jun 7, 23:52
mlRe: Java and Objective-C Ken Ferry Jun 8, 00:08
mlRe: Java and Objective-C Torsten Curdt Jun 8, 01:12
mlRe: Java and Objective-C Peter Duniho Jun 8, 01:16
mlRe: Java and Objective-C Peter Duniho Jun 8, 02:15
mlRe: Java and Objective-C Peter Duniho Jun 8, 02:15
mlRe: Java and Objective-C Bill Bumgarner Jun 8, 02:16
mlRe: Java and Objective-C Michael Ash Jun 8, 03:51
mlRe: Java and Objective-C Peter Duniho Jun 8, 07:48
mlRe: Java and Objective-C Denis Bohm Jun 8, 08:17
mlRe: Java and Objective-C Michael Ash Jun 8, 12:43
mlRe: Java and Objective-C Jean-Daniel Dupas Jun 8, 13:05
mlRe: Java and Objective-C Denis Bohm Jun 8, 19:33