Both of them do the same thing ?  Which one will be deprecated ?

Dominik Huber wrote:

Sakesun Roykiattisak wrote:

component.adapts or __used_for__
Which one is the current preferred method to declare adapter context interface ?

component.adapts, __used_for__ was just a 'makeshift' convention.
If you use component.adapts and the internface.implements methods serveral direvtives detect their for- and provides-attributes implicitely.
for example:
<adapter factory="bar.FooForBar" />
instead of
<adapter factory="bar.FooForBar" provides=".IFoo" for=".IBar" />


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to