I know I may get down-voted for this trivial question...
In Javascript it is easy (even magical): remote.call("/api/...")
How do I get this in Java?
I read a lots of posts like this one, where the Alfresco (repository) URL is either hard coded http://localhost:8080/alfresco
, either undefined (exemple : REPO_WEB_SERVICE_URL
).
Is there a helper that could give me the URL of the repository? Is there a class that do the same as the remote
Javascript root object?
I’m sorry if the answer is obvious, I just can’t see it, I’m searching for hours already and I'm starting going crazy about it as it should be a no-brainer...