How to go about developing in zope

Peter Isselstijn this at is.invalid
Thu Sep 16 19:24:03 EDT 2004


john:
>What is the best way to develop such kinda application in zope?

I've found it helpful to forget about Zope, just design an object oriënted
solution for the problem, ignoring persistence for the time being (no
object-relational mapping), map clean URLs to objects and methods, use
plain HTML as templates, and so on. Then, when you're done, you'll have a
perfect Zope application.

-- 
Peter



More information about the Python-list mailing list