Casey Duncan wrote:
On Tue, 10 Feb 2004 13:36:39 +0200 Etienne Labuschagne <elabuschagne@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
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
This looks interesting, howerver it does not look maintained to much. Many of the files are still in its "first cut" state. Is this in production use? Robert