[Zope] Basic, conceptual help / advice?
Andy McKay
andy@agmweb.ca
Wed, 19 Mar 2003 12:35:27 -0800
> Right now, I am implementing what needs to be a prototype in DTML, but
> it's already getting to be spaghetti, with UI and logic code all
> intermingled. I am leaning toward creating big external methods for the
> encapsulation that I need, but it just *seems like I am missing
> something*.
Write a Product and put all your logic there in Python, use DTML or ZPT
to do your presentation.
http://www.zope.org/Documentation/Books/ZDG/current/Products.stx will help.
--
Andy McKay