• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java and Objective-C
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java and Objective-C


  • Subject: Re: Java and Objective-C
  • From: Denis Bohm <email@hidden>
  • Date: Sun, 8 Jun 2008 10:33:14 -0700


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

On Sun, Jun 8, 2008 at 1:48 AM, Peter Duniho <email@hidden> 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).


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Java and Objective-C (From: Peter Duniho <email@hidden>)
 >Re: Java and Objective-C (From: "Michael Ash" <email@hidden>)

  • Prev by Date: Re: Hillegass Book 3rd ed. ScreenShots differ?
  • Next by Date: crash in outlineView:isGroupItem:
  • Previous by thread: Re: Java and Objective-C
  • Next by thread: namespaces and prefixes
  • Index(es):
    • Date
    • Thread