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 bigot.

Monty

Jacques Exelrud wrote:
 
 Not sure if this list is the best place to put such question but here it
 is...
 I need to develop what would be a product if only Zope was the target.
 As it´s not I was thinking what could I do to not need to build such app
 twice:
 I came to 2 options both involving building a server of some kind and
 using Python to connect to this server.
 
 1st
 Build the app as a COM server (the target OS is Windows) and using
 Python support build an interface to this COM server as a Zope
 product
 
 2nd
 Build the app as a XMLRPC server and using Python support build an
 interface to this XMLRPC server
 
 The second options is better because I´m not attached to any platform
 but, as I said, that´s not an issue right now.
 
 Good options would be having a JVM running "inside" Zope so that jave
 objects could be accessed by it or SOAP Zope support beeing ready...
 
 Any sugestions on any of those or a 3rd option ?
 
 Thanks in advance,
 Jacques
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




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

2000-08-01 Thread Jacques Exelrud

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 not building
the right SOAP message and based on that it´s not working.
Do you know when we are supposed to have SOAP support on Zope ?

Jacques

- Original Message -
From: "Monty Taylor" [EMAIL PROTECTED]
To: "Jacques Exelrud" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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 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 bigot.

 Monty




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




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 
 not building
 the right SOAP message and based on that it´s not working.
 Do you know when we are supposed to have SOAP support on Zope ?

While it is something that we definitely want to see, 
SOAP support is currently not actively being worked on 
so I can't give any kind of timeframe. It is really a 
resource issue - the best way to give this priority is 
for those interested and motivated is to get together and 
start this as a project on dev.zope.org. I'll be happy to 
help out in any way I can as well.

Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909  
Digital Creations  http://www.digicool.com 




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




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

2000-08-01 Thread Phil Harris

I'd second the vote for xml-rpc/SOAP.

You probably want to take a look at Medusa for your xml-rpc server, it's a
piece of the proverbial piss, (Welsh slang for "it's easy").

I verified Zope and Medusa some time back against Dave Winer's validation
tests, and both came out well.  Zope seems to be one of the more valid
xml-rpc servers/clients.

The results of the validation tests are available on,
http://validator.xmlrpc.com.  My machine is http://www.zweb.co.uk.  It's
been running for quite a while now, with no hiccups at all (at least on the
xml-rpc 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, 2000 6: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 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 bigot.

 Monty

 Jacques Exelrud wrote:
 
  Not sure if this list is the best place to put such question but
here it
  is...
  I need to develop what would be a product if only Zope was the
target.
  As it´s not I was thinking what could I do to not need to build such app
  twice:
  I came to 2 options both involving building a server of some kind
and
  using Python to connect to this server.
 
  1st
  Build the app as a COM server (the target OS is Windows) and
using
  Python support build an interface to this COM server as a Zope
  product
 
  2nd
  Build the app as a XMLRPC server and using Python support build
an
  interface to this XMLRPC server
 
  The second options is better because I´m not attached to any
platform
  but, as I said, that´s not an issue right now.
 
  Good options would be having a JVM running "inside" Zope so that
jave
  objects could be accessed by it or SOAP Zope support beeing ready...
 
  Any sugestions on any of those or a 3rd option ?
 
  Thanks in advance,
  Jacques
 
  ___
  Zope-Dev maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope-dev
  **  No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope )

 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




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

2000-08-01 Thread Phil Harris



Hi Steve,The page you see is basically just 
crap. In fact it's pretty much an unusedserver, (well at least by me it 
is).The point of this is the http://validator.xmlrpc.com tests. 
That site hasbeen testing the zweb machine for sometime and it validates 
OK.Looking at zweb itself will tell you nothing unless you are using an 
xmlrpcclient to do the looking.hthPhil Harris[EMAIL PROTECTED][EMAIL PROTECTED]- 
Original Message -From: Steve Alexander [EMAIL PROTECTED]To: Phil Harris 
[EMAIL PROTECTED]Sent: 
Tuesday, August 01, 2000 9:45 PMSubject: Re: [Zope-dev] [Zope] App 
isolation Phil Harris wrote:   My 
machine is http://www.zweb.co.uk. I can't 
see anything beyond the front page on my browser -- and the front page 
looks pretty empty. Netscape 4.6.something, 
Linux. Also Mozilla latest nightly, Linux. I can 
make the roll-over links go interesting colours, though. 
-- Steve Alexander Software Engineer Cat-Box 
limited http://www.cat-box.net


[Zope-dev] [Zope] App isolation

2000-07-27 Thread Jacques Exelrud

Not sure if this list is the best place to put such question but here it
is...
I need to develop what would be a product if only Zope was the target.
As it´s not I was thinking what could I do to not need to build such app
twice:
I came to 2 options both involving building a server of some kind and
using Python to connect to this server.

1st
Build the app as a COM server (the target OS is Windows) and using
Python support build an interface to this COM server as a Zope
product

2nd
Build the app as a XMLRPC server and using Python support build an
interface to this XMLRPC server

The second options is better because I´m not attached to any platform
but, as I said, that´s not an issue right now.

Good options would be having a JVM running "inside" Zope so that jave
objects could be accessed by it or SOAP Zope support beeing ready...

Any sugestions on any of those or a 3rd option ?

Thanks in advance,
Jacques


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope] App isolation

2000-07-25 Thread Jacques Exelrud

Not sure if this list is the best place to put such question but here it
is...

I need to develop what would be a product if only Zope was the target.
As it´s not I was thinking what could I do to not need to build such app
twice:
I came to 2 options both involving building a server of some kind and
using Python to connect to this server.

1st
Build the app as a COM server (the target OS is Windows) and using
Python support build an interface to this COM server as a Zope product

2nd
Build the app as a XMLRPC server and using Python support build an
interface to this XMLRPC server

The second options is better because I´m not attached to any platform
but, as I said, that´s not an issue right now.

Any sugestions on any of those or a 3rd option ?

Thanks in advance,

Jacques



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )