[Zope3-Users] Re: Zope eggification - impressions

2008-02-08 Thread Kai Diefenbach
Hi, Hermann Himmelbauer [EMAIL PROTECTED] wrote: But I appreciate a lot that the zope.org website will be overhauled, giving Zope3 more focus +100 Btw., I very nice addition would be to point out applications people created with Zope3. The only ones I am aware of is schooltool and (I

[Zope3-Users] Override subscribers

2008-02-17 Thread Kai Diefenbach
Hi, is there a way to override subscriber? I only found this in the web: http://wiki.zope.org/zope3/ZCMLFilteringSupport My scenario is as follows: There is an object. If it has been initialized some subscribers are called (via IObjectInitializedEvent). class SomeObject:

[Zope3-Users] IIntIds in test environment

2008-06-04 Thread Kai Diefenbach
Hi, to register a IntIds utility by startup I'm using following subscriber: snip def bootStrapSubscriber(event): Subscriber to the IDataBaseOpenedEvent Create local utilities if not yet present db, connection, root, root_folder = getInformationFromEvent(event)