[Zope3-dev] Why this set of interfaces ?

2005-07-10 Thread Pupeno
I am reading http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/contentobject.html and I am wondering about the choice of interfaces. Why not just making an interface IMessage(IContainer) (instead of IMessage(Interface)) and avoid having to make IMessageContained(IConta

Re: [Zope3-dev] small problem in zc.page?

2005-07-10 Thread Jim Fulton
Jim Fulton wrote: Martijn Faassen wrote: Christian Theune wrote: [snip] I'm actually interested in what the plans/needs for zc.page are to move into core. Maybe I/we can spend some time on bug fixing ... Even if not in the core, it'd already help if this wasn't a one-time snapshot but a

Re: [Zope3-dev] ILocation vs IContained

2005-07-10 Thread Jim Fulton
Roger Ineichen wrote: Hi Jim Behalf Of Jim Fulton Sent: Sunday, July 10, 2005 2:23 PM To: Florent Guillaume Cc: zope3-dev@zope.org Subject: Re: [Zope3-dev] ILocation vs IContained Florent Guillaume wrote: I'm having a hard time grasping the reasons why we have both ILocation and ICont

RE: [Zope3-dev] ILocation vs IContained

2005-07-10 Thread Roger Ineichen
Hi Jim Behalf Of Jim Fulton > Sent: Sunday, July 10, 2005 2:23 PM > To: Florent Guillaume > Cc: zope3-dev@zope.org > Subject: Re: [Zope3-dev] ILocation vs IContained > > Florent Guillaume wrote: > > I'm having a hard time grasping the reasons why we have > both ILocation > > and IContained. >

Re: [Zope3-dev] ILocation vs IContained

2005-07-10 Thread Jim Fulton
Florent Guillaume wrote: I'm having a hard time grasping the reasons why we have both ILocation and IContained. Overdesign on my part. class IContained(ILocation): """Objects contained in containers.""" But ILocation provides a __parent__ already, which seems to imply that it's contai

Re: [Zope3-dev] Error doing "Chapter 13, Writing a new Content Object" of the zope 3 book.

2005-07-10 Thread Pupeno
On Saturday 09 July 2005 16:31, Pupeno wrote: > I've commented out > interface=".interfaces.IMessageContainer" /> > and Zope started, but I do not have the option to add a message board. I've added on conficure.zcml and it showed the option to add a MessageBoard and inside one a message, but add