I'm developing a Java based application that uses Alfresco 2.1 for document storage. The application will run in a separate JVM instance and not in the Alfresco repository JVM.
What are my options for programmatically accessing the document storage out-of-process?
Can the Foundation Services API be accessed remotely?
I've read about problems with the Alfresco JCR-RMI API in earlier releases but are these issues still present with 2.1?