[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting

nobody@nowhere.com nobody@nowhere.com
Thu, 19 Sep 2002 10:32:01 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#2-6

---------------

    Zope scripts are called from the web or from other scripts or
    objects. Almost any type of script can be called by any other type
    of object; you can call a Python-based Script from a DTML Method,
    or a built-in method from a Perl-based Script. In fact scripts can
    call scripts which call other scripts, and so on. As you saw in
    Chapter 4, "Dynamic Content with DTML", you can replace a script
    with a script implemented in another language transparently. For
    example if you're using Perl to perform a task, but later decide
    that it would be better done in Python, you can usually replace
    the script with a Python-based Script with the same id.

      % Anonymous User - Sep. 19, 2002 10:31 am:
       comment bis