On 5/9/09 11:45 AM, Chris Withers wrote:
> Chris McDonough wrote:
>> People are often confused about the duality of zope.interface
>> Interface objects being used as markers during adaptation as well as
>> being used as a mechanism to describe an API.
>
> I've found the use of interfaces as markers pretty limited.
> Most of the time now, I just register adapters directly against classes.
>
> Does repoze.plugin support this?

Since markers can be anything hashable, sure.

> I'm quite interested in:
>
> - persistent registries that aren't tied to ZODB (which is all that
> zope.component offers)
>
> - context-based registries (ie: different views for a folder in a site
> versus the root of a site)
>
> Would be great to know thoughts you have on both of those!

I have no thoughts in particular about either of those except that I usually 
use 
interfaces attached to the request to simulate the same sort of thing.

- C
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to