You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Bharath Kumar <bh...@gmail.com> on 2015/10/01 10:20:21 UTC

QUERY REGD CMIS CONNECTIVITY TO FILE SYSTEM

Hi Team,

Good Day!

Recently i have started reading the CMIS and like to implement the below
requirement which is useful in one of the component in my project.

Requirement:
"Need to create a CMIS webservice which connect to any File System".

I have downloaded cmis open source war and deployed into my local system
which connecting properly to my local system folders / files.

I like to extend that code to connect to the FileSystem which is apart from
my local machine.

Request your guidance to proceed further. Your help is highly appreciated.

with regards
Bharath Kumar K S
9962962020

Re: QUERY REGD CMIS CONNECTIVITY TO FILE SYSTEM

Posted by Florian Müller <fm...@apache.org>.
Hi Bharath,

To access a remote file system, you have to use some kind of protocol 
(CIFS, NFS, WebDAV, ...). Find a Java library that supports the protocol 
that fits in your environment and extend the the FileShare repository 
code. There is no code for something like this in Apache Chemistry.

Please note, that the FileShare repository is sample code and not 
intended for productive use. You should review the code and harden and 
keep only the pieces that you need for your use case.


- Florian



> Hi Team,
> 
> Good Day!
> 
> Recently i have started reading the CMIS and like to implement the 
> below
> requirement which is useful in one of the component in my project.
> 
> Requirement:
> "Need to create a CMIS webservice which connect to any File System".
> 
> I have downloaded cmis open source war and deployed into my local 
> system
> which connecting properly to my local system folders / files.
> 
> I like to extend that code to connect to the FileSystem which is apart 
> from
> my local machine.
> 
> Request your guidance to proceed further. Your help is highly 
> appreciated.
> 
> with regards
> Bharath Kumar K S
> 9962962020