[mod_python] supporting modular mod_python extensionsvs."folding" mod_psp

Michael C. Neel neel at mediapulse.com
Sat Jun 7 19:22:32 EST 2003


     > what is the template/state problem?
     > 
     > Cheers,
     > Geert

The bane of my existance as a web programmer.  I need a template system
that works well with the output from design tools like Dreamweave so I
don't find myself spending hours vi'ng design tags to get it to work in
the app.

The other is the web is a stateless application.  The web browser and
server treat ever click as a completely separate action, and has no
knoweldge of what came before.  That's left as an exercise of the
programmer.  Tools like Albatross that provide me with a base
appliaction that appears stateful to me while behind the scenes coping
with the reality of the web let me focus on the "cool" parts of the
application.

Mike



More information about the Mod_python mailing list