cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS & Collaboration features

imran
Champ on-the-rise
Champ on-the-rise
Hello Experts,
I am trying to build an application (Java) on the top alfresco. I need both repository features document, folder, acl etc. and also collaboration features comments,likes etc.
I plan to use CMIS; however, I see that CMIS does not support collaborative features. Could anyone guide me what to do? Is it possible to comment on a document with CMIS somehow? Or is it possible to extend CMIS and add new custom service and expose it as a new CMIS service? Any pointers are highly appreciated.

Thanks in advance
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Other option which you can explore is REST APIs. Any yes you can extend those CMIS services.

resplin
Elite Collaborator
Elite Collaborator
The relevant documentation in 4.0 is here:
http://docs.alfresco.com/4.0/references/RESTful-intro.html

But the documentation on this topic improved a lot in 5.0:
http://docs.alfresco.com/5.0/concepts/dev-for-developers.html

imran
Champ on-the-rise
Champ on-the-rise
Thank you very much for the helpful information.