zope, python vs apache, perl
Andrew Kuchling
akuchlin at mems-exchange.org
Wed Jun 28 17:33:32 EDT 2000
John Mitchell <johnm at magnet.com> writes:
> cool stuff to steal:
> - easy persistent objects (no more stupid databases! woo!)
> - call any object through the web
> - rich multilayered, if odd, template library.
- The HTTPRequest and HTTPResponse classes, which are convenient,
though a bit convoluted. I hope to contribute back a test suite for
these classes some time.
We're following a similar approach with Quixote, keeping ZODB and the
above classes, but using our own, simpler, publisher and template
language.
--amk
More information about the Python-list
mailing list