08-01-2018 12:18 PM
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
08-01-2018 02:31 PM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.