I am still new in CMIS
subject , and I am still searching learn about that, What I want to do is to create a Java client that upload report to any content management that support "The CMIS v1.0 OASIS Standard Specification".
such as Alfresco
, Documentum
or Microsoft SharePoint Server
I found that opencMIS
for Java
is a good choice ..
But I am still a bit confused about what is required to write such application the communicate with these CMSs ans repositories .
- Do I need to handle each one alone , or to create it once and it will deal with any CMSs that support this standards ?
- How the CMIS client will connect to the CMIS-based server. Do we will have authentication data and a communcation endpoint(URL)?
- Please if possible-briefly- what are the steps required to do to make a CMIS client using OpenCMIS, does it a hard work for who don't have any previous experience in this topic on has a knowledge about xml, http ..etc?
Thanks in advance