Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-15 Thread Zachery Bir
On May 15, 2006, at 1:49 PM, Jeff Rush wrote: Benji York wrote: Zachery Bir wrote: I think Benji's commenting on the fact that you're creating a synchronous connection when you hold it open like that. Exactly. As Jean-Marc noted, Jeff's talking more about "streaming&q

Re: [Zope3-dev] Zope 3 lacks Ajax capability?

2006-05-15 Thread Zachery Bir
On May 15, 2006, at 1:23 PM, Jeff Rush wrote: Benji York wrote: Jeff Rush wrote: Just checking if I'm missing something -- with the removal of HTTP streaming/chunking in 3.2, this means that the async bi- directional persistent socket communications associated with Ajax is NOT possible at

Re: [Zope3-dev] what is ZCML?

2006-03-14 Thread Zachery Bir
On Mar 14, 2006, at 4:31 PM, Jean-Marc Orliaguet wrote: which is strictly equivalent to "Implicit is better than explicit, except when it's not." :-) and when it's not ... explicit is better. Clearly arbitraritude is better than claritization, except when it is. Or maybe: a desire to argue

[Zope3-dev] Proposal for zopectl extensions

2005-12-06 Thread Zachery Bir
I'd like to propose forward porting some behavior from the Zope2 world's zopectl implementation: - 'run' command ('run' for hysterical reasons, I'd prefer to call it 'exec'): take a filesystem python script and execute it on the instance, with access to the root container in locals. The c