Philipp von Weitershausen wrote:
Marius Gedminas wrote:
and which causes registration as an adapter without the need for ZCML.

I am not sure I like that.  When does the registration take effect?  On
module import?

No, that would be quite terrible. It would mean you could never import anything without having registration going on.

The registration happens during "grok time", in other words, when you explicitly grok something. E.g.:

  <grok:grok package="foobar" />

or:

  >>> grok.grok('foobar')

Grok-time means we are able to support ZCML style actions and anything you can do with ZCML overrides. We intend to think that set of features through at some point and support it in Grok somehow, though aren't there yet.

The idea in Grok is to keep the benefits of ZCML without ZCML actually being there. :)

Regards,

Martijn

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to