Thanks for the tip. I'd prefer not to be dependant on CMF as this project does not use CMF (it uses a thick client that uses Zope purely as an app. server). Thanks anyway. Etienne At 10:25 AM 10/2/2004 -0500, 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