I am trying to connect to remote Alfresco repository from my local box. I am not sure how to get started. I need to get or create ServiceRegistry so I can use NodeService for my tasks. I have access to all the information from remote Alfresco server.
Is there anyway I can do this without using Spring injection?
You can get service registry by injecting in fallowing way property name="serviceRegistry" ref bean="ServiceRegistry"/ /property and in your bean class just use setter and getter method's to access that service registry.