[Zope] non-zope objects in zope
Robb Shecter
robb at acm.org
Wed Apr 28 10:16:35 EDT 2004
Sam Gendler said:
> <dtml-in...
Same story for me - coming back to Zope. And now DTML is deprecated.
I'm buying it. I did just what you need to do, and it was very fast:
front end pages with ZPT
made by back-end Python code into an XML-RPC server
connection with XMLRPC Method product.
The ZPT pages call Python Scripts, which call the XMLRPC methods, and
depending on the output, feed it into a difference ZPT template and
return that.
Beautiful architecture - Zope really lets you design things right.
Robb
More information about the Zope
mailing list