[Zope-dev] zope connector

Tena Sakai tena.sakai.b@bayer.com
Tue, 18 Feb 2003 13:55:36 -0800


Folks,

I am interested in accessing resorcces from two or more
zope servers.  For example,

   <br>
   hahaha!
   <br>

   <dtml-var name=funny>

   <br>
   hohoho!
   <br>

The code snippet above will, when rendered, yield:

   hahaha!
   hehehe!
   hohoho!

provided that the entity funny ultamately returns hehehe! and
accessible within the name space.

But how could I do this if the object funny is on a different zope
server?  Ie., how can I connect two name spaces on different
zope servers in some not-so-caotic fasion?

Thanks in advance.

Regards,

Tena Sakai