Jason van Zyl wrote:
> On 7/20/01 5:30 PM, "Dan Diephouse" <[EMAIL PROTECTED]> wrote:
>
>
>>I have (attempted to) create a WebDAV service for Turbine. I would
>>appreciate comments and suggestions as I am a novice coder, so please
>>don't take it to hard on me if it sucks. You can find the three files
>>at <http://www.eastnode.com>. Hopefully the javadoc explains it a
>>little... But heres what I'm doing with it (A lot more can be done, I
>>think).
>>
>
> Did you use slide? Or did you roll your own? We have talked about having
> webdav support by making a wrapper around service wrapper around slide.
> Slide is very comprehensive and I would suggest using that instead
> of rolling your own.
>
I used the slide client code to create the service to access my slide
webdav server. I do realize that I could directly interface with the
slide server, but this was a nice simple first stab at things...
Dan Diephouse