I am a newbie in Alfresco. My requirement wants me to connect to Alfresco Repository and export its contents as XML. I read the arteicle http://wiki.alfresco.com/wiki/Introducing_the_Alfresco_Java_Content_Repository_API. which says methods to connect to Alfresco Repository. I followed the same process as told in the above link.
Initially i was getting error: FileNotFound as no classpath was set. then i set the classpath in eclipse and then there was propertyValue Error.
How can I connect to Alfresco Repository through Java program? Can anyone please specify step by step process. Pardon for my bad english.
Hi thanks for your reply. I refered to this link also: http://wiki.alfresco.com/wiki/Alfresco_SDK. I am not able to findout What is use of global properties file, classpath: alfresco/application-context.xml etc.
alfresco-global.properties is used to identify the location of alf_data folder of your alfresco instance. webserviceclient.properties is for pointing out the alfresco instance which you want to connect to. It is similar to the endpoint in the webservices which will indicate which alfresco instance to be communicated with.