Jon Scott Stevens <[EMAIL PROTECTED]> writes: > on 2002/10/9 10:40 AM, "Daniel Rall" <[EMAIL PROTECTED]> wrote: > > > mod_python is looking more and more attractive to me all the time, a > > clever balance between the two. > > Not really. This is about as good as plain servlets. > > http://www.modpython.org/live/mod_python-2.7.8/doc-html/tut-pub.html
The action invocation system reminds me of Turbine, actually. ;-) Using Apache's module API and soemthing to take care of sessions (I assume that mod_python provides something of the kind), you have a light-weight app server ready to go. > Notice the HTML embedded in the .py file? There really isn't anything > different between that and a servlet and isn't python slower than Java > anyway? So, now we just go down the path of re-implementing everything we > have spent years implementing in Java...I don't see the gain. Greg Stein's EZT or the Cheetah template system that James pointed out could be used in place of that inline crap. ... > -jon (who thinks Daniel is bitten by the python bug =) ) Yes, Python is excellent. -- Daniel Rall <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>