You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by "Mr. Amin" <ka...@yahoo.com> on 2002/08/14 18:02:31 UTC

Client Development with Slide Client APIs

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Client Development with Slide Client APIs

Posted by Andreas Probst <an...@gmx.net>.
Hi,

read between the lines...

> 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.

For me the class org.apache.webdav.cmd.Slide, which can be found in 
jakarta-slide-1.0.16\src\webdav\client\src\org\apache\webdav\cmd
helped a lot.


> 
> Thanks
> Kaizar
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Client Development with Slide Client APIs

Posted by A Felix <te...@yahoo.com>.
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" <ka...@yahoo.com> 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:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>