Alternative for Alfresco Java Client?

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

Alternative for Alfresco Java Client?

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.

2 Replies
angelborroy
Alfresco Employee

Re: Alternative for Alfresco Java Client?

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

Hyland Developer Evangelist
afaust
Master

Re: Alternative for Alfresco Java Client?

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.