Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to upload some documents in Sharepoint using Java. I don't have any idea like how to achieve the same.

Please let me know about some of the well known API's available in market (only free-to-use) along with their pros and cons so that I can dig into their doc and proceed with it.

Regards,

share|improve this question

1 Answer

up vote 3 down vote accepted

Sharepoint supports webdav in writing/reading files.

So you can use any webdav libraries in writing/reading files.

I would recommend using Sardine from here

or using jackrabbit from apache.

share|improve this answer
Wow it really looks good; will love to use it. We don't need any license for using this right? I mean it is free-to-use right? – user182944 Jan 31 at 12:56
yeah both of them is free. – blitzen12 Feb 1 at 2:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.