RE: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Miguel Figueiredo
). Hope this helps, Miguel Figueiredo -Original Message- From: pk_jsp [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 13 de Setembro de 2007 22:16 To: slide-user@jakarta.apache.org Subject: RE: Newbee: Understanding question WebDAV-Protocoll Hi Miguel, I was wandering into this list and read

Re: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Julian Reschke
Miguel Figueiredo wrote: Hello mate, If you need to do change the lastModified time of a resource, I would consider that an hacker wish ;) No way you're going to be able to that, especially if you are using the client API. You would need to change server behavior, and in a way that the server

RE: Newbee: Understanding question WebDAV-Protocoll

2007-09-13 Thread pk_jsp
Hi Miguel, I was wandering into this list and read this thread in whole. A very brief introduction: I am using Webdav to programatically (Java) bulk import text files from local drive into EMC eRoom Server. This line explains all my environment. I am using Slide client library. Can you help

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-26 Thread Mario Becker-Reinhold
Hello Miguel, thanks, this hint helps me very much. Now it is all a little bit clear to me. So I have downloaded the client api and tried to send data from the pdm-system to the centera and also from the pdm-system to a simple filesystem - it works all very fine and like expected. So now I can

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-23 Thread Mario Becker-Reinhold
Hello once again Miguel, so I prefer to use the webdav protocol as interface to the repository, okay, I understand there is no other way excepting slide. So what I have tried: I followed the steps to install Slide at http://wiki.apache.org/jakarta-slide/WckQuickStart

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-23 Thread Miguel Figueiredo
-feira, 23 de Julho de 2007 8:07 To: slide-user@jakarta.apache.org Subject: RE: Newbee: Understanding question WebDAV-Protocoll Hello once again Miguel, so I prefer to use the webdav protocol as interface to the repository, okay, I understand there is no other way excepting slide. So what I have

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Mario Becker-Reinhold
Hello Miguel, thanks for you answer, but if I understood you correctly then there are 3 ways to use WebDAV. 1st) using it with the Slide (complexest way) 2nd) using it with the wck framework 3rd) using it directly (simplest way) So the 3rd alternative is the best for me, that means that I can

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Miguel Figueiredo
no such error occurs. Hope this helps, Miguel Figueiredo -Original Message- From: Mario Becker-Reinhold [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 20 de Julho de 2007 8:00 To: slide-user@jakarta.apache.org Subject: RE: Newbee: Understanding question WebDAV-Protocoll Hello Miguel

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Mario Becker-Reinhold
Hello Miguel, it does'nt matter, let me explain it in a little bit more detail: the goal of the project should be, that we are able to store engineering data from an pdm-system in an archive (save + find). The simplest way we wanne start is that a user of the pdm-system push a button (label like

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Miguel Figueiredo
@jakarta.apache.org Subject: RE: Newbee: Understanding question WebDAV-Protocoll Hello Miguel, it does'nt matter, let me explain it in a little bit more detail: the goal of the project should be, that we are able to store engineering data from an pdm-system in an archive (save + find). The simplest way we

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-19 Thread Mario Becker-Reinhold
Hi Miguel, thanks for the quick respopnse. Actually I think that the webdav-servlet which comes with tomcat is the best method of resolution for my problem too. So I try starting more to deal with this one. But, does anybody knows a simple example, how to use/how to access this webdav