I assume you wish to provide a basic web based document management system where you have web pages that let you browse folders with documents and other folders in it. Then download documents and use a multipart form to upload new and new versions of documents, but you don't want to use WebDAV/ Aka Web Folders to do it (which is already there in slide).
That being the case Slide already has a working Struts application in the distribution for admin and I would expect it easy to build on that. I am also quite sure you would get participation from the community if you built it opensource for slide. I know I would participate if it were going to be part of slide. Ollie -----Original Message----- From: "francis Bernon" <[EMAIL PROTECTED]> Date: Wed, 13 Aug 2003 12:41:38 To:[EMAIL PROTECTED] Subject: WebDAVServlet enhancement ? Hi, I'm new to Slide, WebDAV and Tomcat and I'd like to develop a software which offers the following functions: - to manage documents with a navigator (platform independent and no specific installation) that is to say: - download, upload, delete, move, rename files - create, delete folders I don't understand very well the documentation from the Jakarta Project. I've found some interesting documents on the Net but I still don't know exactly which way to follow. - Does the Slide WebDAVServlet good for the job by itself ? - Should I extend the Slide WebDAVServlet ? - Should I develop an all new Servlet over the "Slide High-Level Repository API" ? - Should I develop a new Servlet, communicating with the Slide WebDAVServlet, and thus using the Slide Client API ? Any information is welcome. Thank you, Regards, Francis. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Sent using my BlackBerry 6510 from Nextel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
