Hello Mário,

 Slide implements most of the webdav protocol stack, which is defined in
various RFCs. The complete RFCs list, and more, is in
http://www.webdav.org/specs/ (slide implemented features list is in
http://jakarta.apache.org/slide/).

 If you don’t want to implement code that enforces access control lists on
resources (files, directories), you will need Slide. If you don’t need that,
that is, if you just need to browse/create/upload/download resources, which
seems your case, default Tomcat WebDAV servlet should be enough.
 WCK provides more features than Tomcat's dav servlet (like transactions),
but less than Slide - it could be used also.
 Of course, Slide is more complete than the other options.

Hope this helps,
Miguel Figueiredo

-----Original Message-----
From: Mario Becker-Reinhold [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 18 de Julho de 2007 13:39
To: slide-user@jakarta.apache.org
Subject: Newbee: Understanding question WebDAV-Protocoll


Hello everybody,
I have the following problem: Since beginning of this week -in the course of
a new project- I deal with WebDAV. I never heard something about it before,
so I startet to read up on this protocoll. However now I have still some
understanding problems. A goal of the project is that it should be possible
to store data (physical files) including their describing meta-data over
WebDAV on a fileserver which also supported WebDAV. That means we have a
webapplication running with Tomcat and is implemented in Java. So I am
discovered the Slide project ;-) But now, I dont understand, what I have to
download for this request. Do I need the complete Slide environment, or does
I need only the WCK? All possible errorhandling and user authorization will
be done by our webapplication.
Or is there a completely different way (without Slide/WCK) how I can solve
this?

best regards from munich/germany
Mario Becker-Reinhold
-- 
View this message in context:
http://www.nabble.com/Newbee%3A-Understanding-question-WebDAV-Protocoll-tf41
02995.html#a11667860
Sent from the Jakarta Slide - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to