[Zope] WebDAV Metadata

Holger Schmidt HolgerSchmidt <hs@keppler-it.de>
Wed, 11 Jun 2003 17:36:20 +0200


Hi,

---
Using WebDAV you are able to attach Metadata to a document by calling
PROPPATCH and you can get this Metadata by calling PROPFIND ...

Zope saves these Properties in the ZODB.

Properties are handled by OFS.PropertyManager.PropertyManager and for
the Presentation OFS.PropertySheets.PropertySheet is used ...
---

I think it should be possible to "redirect" this Metadata, so a
PROPPATCH would save the Metadata to 'MY' MySQL-DB and a PROPFIND
would get it from 'MY' MySQL-DB ...

Has anybody ever done something like this before?

Any ideas how to manage this (in a product ...)?


--
Thanks,
Holger