Hi Sliver, Sliver schrieb:
[...] > in more specific: i've made a simple filter that intercept the action of > pubblication in lenya of a new document and save document id and uris in two > string. > Now i want to access to the repository with this parameter (id or uris) to > extract metadata of the document. > in future i'll put this metadata in a jackrabbit repository with a web > service (SOAP), but this is another story...for now i want to find an > "elegant" way to extract this metadata, using the proper methods (so maybe > not opening file xml and use standard java reading file methods). the main entry point to the DublinCore meta data is Document.getDublinCore() http://lenya.apache.org/apidocs/1.2/org/apache/lenya/cms/publication/Document.html#getDublinCore() -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
