[Zope] The events based programming model for Zope ?

John Morton jwm@plain.co.nz
Thu, 24 May 2001 12:05:18 +1200


On Wednesday 23 May 2001 23:48, Oleg Broytmann wrote:
>  On Wed, 23 May 2001, Bobby Mathew wrote:
>  > great if a web server would include triggers internally like - page
>  > closed
>
>     What do you mean? How server can know about it at all? This is done=
 on
>  client side, and client doesn't notify server about it. It seems you
>  completely messed client-side and server-side things.
>     On the client side you can use JavaScript. There are triggers onLoa=
d,
>  onUnload, etc.

These guys have done something along the lines of building web apps along=
 an
event model:

http://openthought.net/

It looks as though the communications components could be integrated with=
 Zope
to do the same thing; it's probably just a matter of using the ParsedXML=20
product, as well.

John.