19 Mar
2003
19 Mar
'03
8:35 p.m.
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