[Zope] Best Event system for Zope?
Casey Duncan
casey at zope.com
Tue Feb 10 10:25:43 EST 2004
On Tue, 10 Feb 2004 13:36:39 +0200
Etienne Labuschagne <elabuschagne at gmsonline.co.za> wrote:
> Hi all,
>
> I need an Event system for my latest project and have looked at
> EventChannel
> (http://www.zope.org/Members/k_vertigo/Products/EventChannel), and
> although it seems like exactly what I need, it seems like the project
> is dormant (last change 2002).
>
> Is there a "best of breed" event system for Zope that I can use?
Have a look at:
http://cvs.zope.org/Products/Event
http://cvs.zope.org/Products/Scheduler
http://cvs.zope.org/Products/EventListenerTool
The latter two depend on the first one. The listener tool is a TTW
interface for configuring event handlers. The bare event product does
this purely from Python.
hth,
-Casey
More information about the Zope
mailing list