Hi,
Can anyone tell me a way to get Zope Objects from the first Zope-Installation to the second. I need this because i have to program a Product to putting data into different Zope Installations from one point of the Web. My boss want this way because he want a central point for data input, where the data are of different type and therefore they have to stored in different locations( different Zope Installations) My idea is to use ZPublisher.Client, but i don't find a way to use it.
thanks as
if you need to copy the actual objects verbatim you might want to investigate exporting to zexp and using file transfer between the hosts and (using Client to faciltate calling into zope) importing them on the second server.
The Client/Server Product is probably doing exactly what you want. It uses the Zope Export/Import facility to transfer whole objects from one Zope to another. You find it at www.zope.org/Members/MacGregor/Client_Server maybe you give it a try :) Cheers, Gregor!