28 Apr
2004
28 Apr
'04
2:16 p.m.
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