Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone using Milton webdav library?

I am looking at using the Milton java webdav library in a project I am working on and I was wondering if anyone had any experience with it. I am looking adding a webdav interface to my application.

like image 456
BillMan Avatar asked Apr 04 '11 12:04

BillMan


2 Answers

We have used the Milton library before and found it both easy to work with and well suited for adding a WebDAV interface to a web application.

I've written a blog article that goes over the details of exposing a scratchpad text file though WebDAV from a web application, which you may be able to use to extrapolate to your own needs.

Article: How To Write A Dead-Simple Online Network Drive using Java & WebDAV

like image 153
Kuhan Paramsothy Avatar answered Sep 20 '22 15:09

Kuhan Paramsothy


BTW, I'm the primary author of milton and I respond to one or two questions each day from different people using the library. And the milton website gets around 100 unique visitors per day, so there seems to be fairly active usage.

like image 29
Brad at Kademi Avatar answered Sep 23 '22 15:09

Brad at Kademi