[Zope] [Q] Using external CORBA objects

Dieter Maurer dieter@handshake.de
Fri, 29 Jun 2001 22:45:51 +0200 (CEST)


Enrico Sirola writes:
 > The web "application" I have to create should be a user interface for a
 > set of objects/object factories developed using CORBA... 
 > The first thing i have done is making an external python method which
 > binds the needed CORBA object and invokes an object's method. This
 > works, but doesn't satisfies me, becouse (1) every time I invoke the
 > external method I have to find again the object reference through the
 > CORBA Naming Service, ask it about obj reference etc etc... and (2) i
 > need to write an external method for each CORBA object method... 
 > In these experiments I used omniORBpy (btw it's really cool) on linux.
About 1 to 2 years ago, someone on the mailing list has had
similar aims as you have. Apparently, he was successful.

Search the mailing list archives (there is a searchable version
at NIP!).


Dieter