[Zope] Not like ASP complaint - any good answers
Luciano Ramalho
luciano@hiper.com.br
Thu, 24 Aug 2000 21:35:19 -0300
Intermingling application logic with HTML code is a good idea if these
conditions are met:
1) your website logic and its graphic design always change in sync;
2) you have more real programmers than HTML coders;
3) your programmers´ workload is so light that you don´t care about
reusing code;
Unfortunately, in the real world it seems these conditions never exist.
Best regards,
Luciano Ramalho
Sean McGrath wrote:
>
> All,
>
> I have had a number of e-mails from developers
> using Microsoft ASP in recent days. The paraphrased consensus
> in the e-mails is that the external
> methods/python methods approach to mixing markup
> with code in Zope is more clunky than in ASP where
> you can intermingle the two at will.
>
> Has anyone written anything on this topic I could
> point them to?
>
> regards,
> Sean
>
> http://www.pyxie.org - an Open Source XML Processing library for Python
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )