What you're wanting to do is very possible. The architecture will look
something like this.
WebBrowser
|
v
Servlet Container (jsp and Slide client)
|
v
Slide Server
So your jsp is both a client *and* a server. What you have to do is map
the different methods in the Slide client api to the browser
interactions your webapp provides.
One thing I'd recommend is using the WebdavResource class directly,
rather than using the Client class. You'll find things a lot easier that
way.
-James
>>> [EMAIL PROTECTED] 7/13/2004 1:53:29 AM >>>
hi,
I have tried to use the webdav client api to write client application.
now I
want to use the webdav client api in jsp. However, as I know, the jsp
page
works in server side, it means if I use the putmethod of webdavsource
class
to download a file, the file would only downlaod to some place of
server!
I think there may be many people have used the webdav client api in
jsp,
could someone tell me how to use it??
thanks very much.
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]