I would like to do basic CRUD operations on a standalone install of Alfresco from an external (Java) program. I see there is an API for the cloud version of Alfresco, but is there an API for the standalone version as well? If not is there a way to set up the standalone version to act like the cloud version in this regard?
I am guessing that I would need to use the Alfresco SDK to implement a service to do this and then deploy this service to Alfresco's Tomcat server. Or perhaps some of the Sample services that come with the SDK would provide this basic functionality.
I am hoping that I am wrong and that there is an easy way to call Alfresco and get/put my content without all this brain-damage. 🙂
Would love some help 🙂