[Twisted-web] DOM manipulation in an athena widget

Phil Mayers p.mayers at imperial.ac.uk
Sun Oct 1 07:13:11 CDT 2006


glyph at divmod.com wrote:
> Some parts of the Divmod infrastructure still use MochiKit.  We're 
> trying to remove this dependency in the future to allow Nevow users to 
> use whatever version of MochiKit they like, but at least for the time 

Would you expect that to work completely? How will the two kits interact 
with regards things like e.g. addLoadEvent, addToCallStack, connct() and 
so forth?

Also, I'm not an expert, but don't many browsers limit you to 2 HTTP 
requests outstanding to a given server at once, meaning it's likely 
you'd run into problems running e.g. the Mochikit xmlhttp and the Athena 
one?

What I'm trying to get a feel for with the Athena stuff is what parts of 
the javascript runtime, if any, are supposed to be used, and which parts 
are private and just for implementing callRemote and friends.



More information about the Twisted-web mailing list