05-03-2018 10:01 AM
I was working on a Java application with Alfresco Java Client (https://github.com/Alfresco/alfresco-client-sdk) but I have seen that it is no longer supported:
- THIS PROJECT IS UNSUPPORTED AND NO LONGER UNDER ACTIVE DEVELOPMENT -
I want to jump and use the current Java API (https://docs.alfresco.com/5.2/concepts/dev-services.html) but I do not know where to start. I have not found any tutorials or examples ...
For example, something simple: log in to alfresco and get a node by his id. Before, it was easy following this tutorial: https://community.alfresco.com/community/ecm/blog/2016/11/17/alfresco-java-client-sdk-usage-part-3
Where should I start?
Thanks.
05-03-2018 10:54 AM
Probably you can create your own API Client with Swagger Codegen.
I think there is a sample at this document: http://beecon.buzz/2017/assets/files/H04/keensoft%20-%20Alfresco%20Learning%20-%20EN.pdf
05-04-2018 09:06 AM
Also, do not confuse the alfresco-client-sdk with the in-process Java services API. The alfresco-client-sdk is using the public v1 ReST API, exposing only a subset of services, whereas the actual Java API (detailed in the documentation page you linked to) is the core Java API available only for in-process extensions deployed as addons to the Repository.
Explore our Alfresco products with the links below. Use labels to filter content by product module.