Re: CORBA with Mac OS X
Re: CORBA with Mac OS X
- Subject: Re: CORBA with Mac OS X
- From: Lally Singh <email@hidden>
- Date: Sun, 21 Oct 2001 21:11:44 -0400
Hmm, I'm surprised I haven't heard the suggestion yet, but one could
always write C++ wrappers for Objective-C classes & thusly act as a
bridge for the functionality. A better solution would be if we could
just get an Objective-C mapping going...
Also, one very good ORB available (I donno about OS X) is TAO
http://www.cs.wustl.edu/~schmidt/TAO.html
On Saturday, October 20, 2001, at 02:56 PM, David Sinclair wrote:
At 10:14 PM -0500 10/19/01, Jonathan Hendry wrote:
Another possibility might be to create a standalone Cocoa-Java 'tool'
daemon
that could translate between Apple's Distributed Objects messages and
CORBA calls and back. An Objective-C/C/C++ Cocoa app would launch the
daemon, then the daemon would mediate between the Cocoa app and the
CORBA system.
Hmm, an interesting possibility, though that sounds like it would add
too much overhead.
Of course, if someone had such a daemon already that I could try (or
had the knowledge to quickly whip one up), I could do some tests with
it. From what little I've read about Distributed Objects, it sound
like a powerful and easy-to-use feature.
--
David Sinclair, Dejal
mailto:email@hidden
http://www.dejal.com
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
------
H. Lally Singh