Re: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Phil Harris
pc front ;) ). If you need to know anything else I'm more than wiling to help if I can. Phil Harris [EMAIL PROTECTED] - Original Message - From: Monty Taylor <[EMAIL PROTECTED]> To: Jacques Exelrud <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 01,

RE: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Brian Lloyd
> I´m waiting for Zope´s support to SOAP but while it´s not > there I´m > tetsing a COM object that will handle the SOAP communication > and will be > calling this component using win32com moudle with Python. In > fact that´s > what I´m testing right now but untill now this COM object is >

Re: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Jacques Exelrud
ROTECTED]> Sent: Tuesday, August 01, 2000 2:33 PM Subject: Re: [Zope-dev] [Zope] App isolation > I'm fairly sure there's already a Zope COM interface, and I know Zope > can > do xml-rpc. And SOAP support is coming. So I would suggest building it > as an XMLRPC > or SOAP s

Re: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Monty Taylor
I'm fairly sure there's already a Zope COM interface, and I know Zope can do xml-rpc. And SOAP support is coming. So I would suggest building it as an XMLRPC or SOAP server, and then use the Zope client functionality already there to connect to it. I wouldn't do COM because I'm an Open Source b