Thanks Andy for your reply! I have looked at src\webdav\server\org\apache\slide\webdav\method java files, these methods extends AbstractWebdavMethod which in turn takes httpservletrequest and httpservletresponse.
In your portal integration, did you have to pass httpservletrequest and httpservletresponse to the Slide API, or you bypassed them? thanks again! Bin Andy Bowes <[EMAIL PROTECTED]> wrote: Hi I have been using the Slide API directly to integrate it with a portal application. The best place to look for examples is the source code of the WebDav methods in the webdav/server folder of the Slide source code. The choice of using either the WebDav API or the Slide server API directly needs to be taken carefully. If you write your application to act as a WebDav client rather than use the Server API directly then you can switch between WebDav repositories, we decided to use the Server API directly as our application has been designed to use a variety of CMS repositories not all of which provide support for WebDav. HTH regards Andy Bowes -----Original Message----- From: Bin Liu To: [EMAIL PROTECTED] Sent: 14/11/2004 19:50 Subject: Server API Hi, Has anybody use called Slide Server API directly instead of going through Slide client for the Slide operation? Any examples? thanks --------------------------------- Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
