[ZODB-Dev] Zope naming hierarchy?
Shane Hathaway
shane@zope.com
Fri, 14 Sep 2001 14:27:23 -0400
Christian Robottom Reis wrote:
> On Thu, 13 Sep 2001, Jim Fulton wrote:
>
>
>>In Zope, most objects are named and exist in named containers
>>that are arranged in a hierarchy. You can thus use paths to
>>reference other objects if you want a loose (name-based) coupling
>>between objects.
>>
>
> So you can look up an object using "/foo/bar/baz/object" ? That is a quite
> uncommon scheme outside of web services :)
If you spell it "root.foo.bar.baz.object" instead, it probably looks a
little more familiar. :-)
Shane