项目 >> CMF >> Apache Slide

Apache Slide(java)

Apache SlideSlide can be seen as a low-level content management framework with a Java API. Conceptually, it provides a hierarchical organization of binary content which can be stored into arbitrary, heterogenous, distributed data stores. In addition, Slide integrates security, locking, versioning, as well as many other services. Slide also offers a WebDAV access module (implemented as a servlet). WebDAV is an IETF standard endorsed by companies like Microsoft, IBM, Novell, Adobe and many others. It makes Slide an ideal choice for web-based content management. All the data managed by Slide can be accessed through WebDAV, and enable remote administration and manipulation of the data managed by Slide using standard third party tools, along with the custom ones provided in the Slide distribution as additional tools.

Homepage: http://jakarta.apache.org/slide/

Loading...

Jakarta Slide 使用笔记

Jakarta slide主要模型是一个文件仓库管理系统,可以用来做CMS基础框架; 能达到网络硬盘共享或者ftp服务器相同的作用,通过WebDav,slide可以上传,下载,删除文件-- 基于web的文件管理系统. org.apache.slide.webdav.method.GetMethod  //处理请求的类 org.apache.slide.webdav.util.DirectoryIndexGenerator  //回复请求的类 所有的文件都通过这...