[Interface-dev] Chain adaption?
Alexander J Smith
alex at zope.com
Fri Jul 11 17:43:56 EDT 2008
Whoops! You are correct, and thanks for clearing that up.
Still, the convention normally is to use `zope.component` for
registration and lookup, so that is what I would recommend to someone
who is just starting out with the component architecture.
-Alex
Alexander J Smith
Software Engineer
Zope Corporation
On Jul 11, 2008, at 4:35 PM, Stephan Richter wrote:
> On Friday 11 July 2008, Alexander J Smith wrote:
>> `zope.interface` provides what you'll need to define interfaces, but
>> to use component lookups, such as adaptation, you will need
>> `zope.component`.
>
> That is not true. The zope.interface package comes with the base
> implementation of the adapter registry; it is just a little bit more
> manual.
>
> Regards,
> Stephan
> --
> Stephan Richter
> Web Software Design, Development and Training
> Google me. "Zope Stephan Richter"
More information about the Interface-dev
mailing list