[Zope3-dev] Adaptergeddon status and milestone plans

Jim Fulton jim at zope.com
Thu Nov 13 15:26:29 EST 2003


Sidnei da Silva wrote:
> |   Here's what still needs to be done:
> | 
> |   - Local view and adapter services
> | 
> |   - Add support for mult-adapters and multi-views (views of multiple
> |     objects) to the component architecture APIs.
> 
> I was thinking of adding composite views (a view composed by multiple
> small views).

I'm not sure what you mean. We already have this. A form is a view composed
of many smaller views.

 > Is this the same as a multi-view, or a completely separate thing?

No, a multiview is a vew on many objects simultaneously.  It should be
viewed when a presention really depends on multiple objecst simultaneously.
Without this, you have to multiply dispatch among multiple views.

> |   - Change view registrations and use by bogus view names
> |     (e.g. _traverse) to use provided interfaces rather than bogus
> |     names.
> 
> Same to 'absolute_url'?

Not really. While absolute_url might be given a provided interface, it's
still helpful for it to have a name so that it can be named in paths.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org




More information about the Zope3-dev mailing list