The quick answer is Yes. One method is described by
http://www.zope.org/Members/lstaffor/ZClientMethod. You can also use
XML-RPC.

On the other hand, Zope is an integrated programming environment for web
applications. It includes the capabilities offered by servlets within its
programming system; DTML methods, Script (Python), Script (Perl), SQL
Methods are all servlet-like functions. So you might ask yourself whether
you couldn't do better inside Zope what the servlets are doing for you
outside Zope.

-- Loren

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Brian Gorrie
Sent: Wednesday, June 13, 2001 18:01
To: [EMAIL PROTECTED]
Subject: [Zope-dev] a beginners question ...



Hi,

Forgive my lack of Zope knowledge I am fairly new to Zope.

Question:  From zope can I take a block of text returned by a web link ( say
some dhtml returned by a servlet ) and
include that in the source of a web page.  So I can build the sections of a
web page through successive calls to
Servlets ?

Cheers,

Brian.


_______________________________________________
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 )

Reply via email to