I set up Alfresco on Linux Server.I want to access the documents and content of Alfresco from my Window Application. How can i access it and can it be OK? And Also which way is the best approach?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Alfresco provides several APIs to access your content. In your case you need a remote API that can access Alfresco from the Windows machine. The Alfresco Java Foundation API is a Java API that can only be used on the Alfresco Repository Machine (same Java VM).
You could either use the REST API or the CMIS standard (which I would suggest).
If you are developing the Client in Java you can use the OpenCMIS client library for example to access Alfresco. There are probably also CMIS clients libraries for other languages.
You should evaluate if CMIS has all the capabilities you need, because since it is a common standard it does not support the complete feature set of Alfresco.