[omniORB] Dynamic Skeleton Interface and omniORBpy 2.3

Duncan Grisby duncan at grisby.org
Wed Dec 10 10:33:59 GMT 2003


On Tuesday 9 December, baileyk at schneider.com wrote:

> One can dynamically create servant classes if needed, just using the
> dynamic nature of Python itself.  omniORBpy also has a method for
> dynamically importing raw IDL source.  For example, in unit test setup code
> I can do this

[...]
> I suspect the ease of doing the sorts of things I've shown here was a
> motivating factor for leaving out the DII/DSI.  Just my guess.

That was one motivation, yes. The other is that the way the Python
language mapping is defined, DII/DSI can only be used in the presence
of an interface repository. Since omniORB doesn't have one of those,
supporting DII/DSI would be a bit pointless.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list