[Zope] asp request and response objects

Tino Wildenhain tino@wildenhain.de
Tue, 24 Apr 2001 11:48:59 +0200


Hi David,

its hard to give you step-by-step advice how to go from
ASP to zope in a simple mail.
The first helpful thing is to get the hands on python.
Its not really hard. (You could even used python with
win32 extensions with ASP already ;)

The next thing is to forget all - I mean all of the prevoius
code. Try to figure out how your site/application is meant to
work. What should happen when and where are the data (RDBMS
and such)
Then look whats common in tasks and presentation. If you are so far
you can go for implementation.

If well thought, developement "the zope way" gives you very rapide
the results you want. Dont try to make a 1:1 transformation from
ASP to Zope.

Things to look at:

ZClasses,
ZSQL-Methods,
ZPatterns (yes, very hard to learn, but very very powerful!)

Object-oriented developement in general.

However, the 1:1 approach could work. But its by far not optimal and
you give away all the advantages zope has.

HTH
Tino Wildenhain


--On Dienstag, 24. April 2001 01:38 -0500 David Kovach 
<davidkovach@hotmail.com> wrote:

> Hi -
>
> Just getting on board with Zope and Python...
> converting over from MS ASP web application
> development AND dont want to invest/waste time
> with JSP or servlets for that matter.
>
> I look forward to seeing how to further work
> with ZOPE with XML/XSLT - page templates cool!
>
> (end of my blah intro!)
>
> Can anyone share with me in simple terms - how
> ZOPE replicates or depracates the ASP object
> of REQUEST and RESPONSE to build dynamic pages??
>
> And I have read and seem to assume that keeping
> logic to add dynamic content should be kept to
> Python code thats called from a DTML method or
> something??? Set me straight...
>
> Thanks - and I look forward to interacting
> with you all more...
>
> Sincerely,
>
> David Kovach
> dave@kovach.com
> dave.kovach@sap.com
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> _______________________________________________
> 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 )