I need a WebDAV library that will work on a BlackBerry, hence J2ME. Having a BSD like license (or other license that would allow use in proprietary applications) would be ideal, but if one can't be had for free, a proprietary pay-for one is fine too.
A:
I have no experience with WebDAV in J2ME but a quick Google seach turned up a product named PaderSyncDAV
Mark
2009-03-06 09:48:06
I found that, but it itself is an application, where as I need a library in order to build an application.
Daniel Huckstep
2009-03-07 07:39:39
Ok. The only WebDAV library I have used in Java is Slide but that is now a defunct project. I have no idea if it worked on J2ME.
Mark
2009-03-07 16:42:30
+1
A:
You can try with socket connections like I did: StackOverflow: WebDAV with J2ME
Max Gontar
2009-04-04 17:07:58