Posts Tagged CMIS FileShare
CMIS FileShare – Test repository for CMIS developers
Posted by admin in Architecture on 17. June 2009
A new test repository for CMIS developers is available in versoin 0.0.2
. It uses the file system as its data store and therefore just provides limited functionality (no versioning, no relationships, no query, etc.).
What is CMIS FileShare?
CMIS FileShare is lightweight server implementation of the “Content Management Interoperability Services” (CMIS) interface. (See http://xml.coverpages.org/cmis.html for details.)
CMIS FileShare is supposed to be a tool for CMIS client and server developers and it shouldn’t be used in productive environments.
CMIS FileShare exposes folders in a file system as repositories. It doesn’t require more than a Servlet container such as Tomcat to run.

Last Comments