Originally posted by DaGuy:
I'm trying to teach myself about the CORBA standard (work related) and would like to get some hands experience via C++ . Can any of you suggest the path of least resistance? Of course, I would like to do everything on MacOSX. I have the Developer Tools installed so I know I have C++ the issue is getting a suitable ORB and some tutorials. Any feedback will appreciated.
Thanks!
well, you'd be better off on the strictly *NIX/X side where there is:
ORBit
The GNOME project makes use of it in various ways, as does KDE, I believe. So source from those projects would probably be your best bets for examples, as I really can't think of any other OSS that makes use of CORBA. The GIMP might use it, but I'm not sure...
It's pretty uncommon. The only other place I heard of it used was by a local *NIX proprietary network stack niche developer. And I'm not even certain where they would get such a great use out of CORBA there...