[omniORB] Corba between Python and C++ (and maybe Java)

Duncan Grisby duncan@grisby.org
Fri Nov 15 18:11:01 2002


On Friday 15 November, Craig Leppan wrote:

> If I want a C++ object, and a python object (and a maybe java object) to all
> talk to each other. What do I need?

All you need are ORBs for each of those languages. ORBs interoperate
between different CORBA implementations and different programming
languages, so it's all very easy.

You only need to expose the objects that must be called remotely as
CORBA objects. If an object just uses a CORBA objects, it does not
itself need to be a CORBA object.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --