[Zope3-Users] Accessing Annotations
Thierry Florac
tflorac at ulthar.net
Tue Sep 22 02:59:00 EDT 2009
______________________________________________________________________
Le lundi 21 septembre,
Paul Wilson <paulalexwilson at gmail.com> a écrit :
> I'm writing a web service that presents objects that additionally
> contain metadata in the form of annotations. I want clients to be able
> to manipulate (GET/PUT) this information without retrieving the whole
> item.
> I was wondering if Zope provides a method for traversing to the
> annotations on such an object, or if I will be required to write a
> custom traverser for my published objects that is aware of my
> annotations, instead?
______________________________________________________________________
I don't think that Zope3 provides such a traverser "out of the box".
But you can have a look at z3c.traverser package, which provides easy
ways to implement new traversing plugins.
Thierry
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Zope3-users
mailing list