Hi, You can start with WebdavResource class. Instantiate it for a particular url, which points to a resource sitting on a WebDAV server. Once you instantiate this class, you get plenty of methods (almost whole functionality of WebDAV protocol) implemented by this object. You can juat call these as per the required operation your application needs to perform.
Just an idea, I think you can directly use Slide client in your application. I don't see any advantage that you are going to get by implementing another client on top of the Slide client :) Hope it helps! - af --- "Mr. Amin" <[EMAIL PROTECTED]> wrote: > Hi, > I am new to webDAV and Slide. I spent some time > reading the online documentation. I have a good idea > of the design and architecture. Most of the > documentation is for developing Slide servers. > However, I am interesetd in developing a client (in > Java) that can call the client side APIs and > manipulate the files. > > So far I have not found any documentation that tells > me exactly what are the sequence of API calls to > make > in order to access the files. > > Can anyone help me find any documentation or a > trivial > example that explains the client side function > calls. > > Thanks > Kaizar > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
