[Zope] DTML vs ZTP
Garito
garito at sistes.net
Tue Dec 7 10:05:57 EST 2004
Ian Nunn wrote:
> I'm a third of the way through the Zope Book and understand the
> difference as it is written. As you can appreciate, in learning a new
> technology, what is missing is the experience that would guide your
> focus. What I would like is an idea of how real world developers use
> these in the following senses. Do you use one exclusively (in
> conjunction with Python)? Do you use primarily one or the other? Do
> you use both roughly equally? Are there classes of applications where
> you have found one is preferred? Your advice would be welcome.
>
> Best Regards
> Ian Nunn
> School of Computer Science
> Carleton University, Ottawa, ON, CA
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Zope maillist - Zope at zope.org
>http://mail.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
Hi
I can't say to you what to do but I can say what I use
I use Products, python scripts and ZPT
Why?
Because, in my opinion dtml is to create both logic an presentantion but
I prefer to separate the logic and the presentation (python scripts + ZPT)
Cheers
More information about the Zope
mailing list