Python and "Ajax technology collaboration"

Dave Brueck dave at pythonapocrypha.com
Wed Feb 23 17:35:14 EST 2005


John Willems wrote:
> Interesting GUI developments, it seems. Anyone developed a "Ajax"
> application using Python? Very curious....
> 
> thx
> 
> (Ajax stands for:
> XHTML and CSS;
> dynamic display and interaction using the Document Object Model;
> data interchange and manipulation using XML and XSLT;
> asynchronous data retrieval using XMLHttpRequest;
> and JavaScript binding everything together

We're using it in a couple of projects with Zope as the backend and it works 
really well - the web applications are way more responsive now (I'm hoping 
someone with lots of Zope knowledge will redo the ZMI itself using this approach).

-Dave



More information about the Python-list mailing list