> >I've just started to play around with some CORBA stuff in Java/C++. I
> >was looking around for a nice free ORB, and came across ORBacus (used
> >to be OmniBroker). It's free for non-commerical use, which is great if
> >you're trying to learn about it.
> Would the ORB that the GNOME project developed also be useful. I
> don't know if what GNOME developed was only for internal usage of
> if it could be used in a wider environment. Anyone know?
AFAIK ORBit is an open source ORB that they adopt. But it only supports the
CORBA C language mapping. Programming to that mapping, and doing
distributed object software in C whatever the mapping, is insane, except in
two situations:
1) You are insane :)
2) Your code is not really very distributed, nor very OO. You are using
CORBA only to expose a tiny, so-so-OO interface to the external world. You
are using CORBA as a "better RPC". Seems to be the case in GNOME.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]