Is there a better alternative to alfresco-client-sdk APIs?

cancel
Showing results for 
Search instead for 
Did you mean: 
kartech11
Active Member II

Is there a better alternative to alfresco-client-sdk APIs?

Hi, 

I found the alfresco client sdk quite well documented and easy to use. Tried a few samples to test the API. 

But, I do see that a comment has been made that the project is not longer support and under active development.

GitHub - Alfresco/alfresco-client-sdk: Alfresco Java Client SDK 

Has alfresco come up with any new approach? What is the better alternative to the alfresco-client-sdk APIs?

Thanks

1 Reply
sepgs2004
Established Member

Re: Is there a better alternative to alfresco-client-sdk APIs?

I have not used Alfresco SDK. I have read about it.

However, I chose to use Open CMIS API. It was good for our purpose. Mostly we do index, edit, delete documents through our UI system. Also we do versioning. These are all supported by CMIS.

Recently, we have to bring the comments feature of documents to our UI, then I saw that Open CMIS does not support accessing comments of a document. Since there are preexisting web scripts, I am going to use REST API, probably Apache HttpClient, to get the comments of a given document.

I also read that CMIS API does not support transaction outside of a single statement/call.

Gnanasekaran Sakthivel