[Zope] Zope and CORBA
Marco Catunda
catunda@pobox.com
08 Jul 2002 19:13:39 -0300
I think a bridge between Zope XML-RPC and CORBA is
the best solution. It is relatively easy to implement.
-- Marco Catunda
On Mon, 2002-07-08 at 15:58, Dieter Maurer wrote:
> Antonio Beamud Montero writes:
> > I want to export some methods of my product via CORBA. I'm looking up
> > how to start the ORB loop inside Zope, but I can't see the correct
> > form...
> > Has anybody integrated a Corba ORB with ZOPE sucessfully?
> I only know of successes when Zope has been a CORBA client (--> mailing
> list archives).
>
> To run the ORB mail loop inside Zope, you probably do it best
> in its own thread.
>
> Be careful, when you access Zope's persistent objects. You will
> need a ZODB connection and carefully handle transactions.
> Read the ZODB3 documentation (--> Zope.org).