Create a webdav resource on the server side

2005-03-04 Thread David Courtin
Hello, Like many others I'm new on Slide/Webdav, so I discover his fabulous capabilities step by step. We are trying to do a content management system for JPeg images. While putting a new file on the server I would like to extract metadata information contained in the image file and store this in

Re: Create a webdav resource on the server side

2005-03-04 Thread Thomas Bellembois
Hello, It does not seem to be an easy task, but you could perhaps do that modifying the store you have choosen to store your content. What is the final goal of your project ? Thomas -- BELLEMBOIS Thomas CRI, Université de Rennes 1 Campus de beaulieu Avenue du Général Leclerc 35042 RENNES Cedex

RE: Create a webdav resource on the server side

2005-03-04 Thread Miguel Figueiredo
Hello David, That is an interesting question. In response I ask you other questions ;) : * Do you have software that produces that desired Jpeg metainformation? * If so, does it produce XML data? * If so, is it ok to save that XML data WITH the Jpeg file? If these entire questions are

Re: Create a webdav resource on the server side

2005-03-04 Thread David Courtin
Hello Miguel, Thanks for the quick replies. I can reply yes certainly to the 2 first questions. I think the reply of the third question is yes also. By WITH you mean store the XML data in a property associated with this Webdav JPEG resource ? The reply is yes if this property could be modified

RE: Create a webdav resource on the server side

2005-03-04 Thread Miguel Figueiredo
Hello David, From your response I believe that you can use my suggestion. The property can be modified, of course. You can't index the property using only slide, but there are some initiatives to integrate Lucene. I didn't tried it yet, but from what I've listened it's not trivial: you must get