11 Jun
2003
11 Jun
'03
3:36 p.m.
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