image folder for ZOPE?

Kapil Thangavelu kthangavelu at earthlink.net
Mon Sep 11 09:22:36 EDT 2000


Darrell Gallion wrote:
> 
> Zopes file system exists in the ZODB. An external application can place
> things in this file system, with some effort. I've done it by using ZEO from
> the external application.


A much easier way is to communicate via xml-rpc into zope. you can pass
along the data to zope for object creation. for transport of actual
objects you're SOL till SOAP support becomes a bit more finalized. i
generally communicate to an external method via xml-rpc and have it do
the actual alterations to the ZODB.


Kapil




More information about the Python-list mailing list