cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing repository from a remote application

andy777
Champ in-the-making
Champ in-the-making
I would like to write a small piece of code to merely show interaction with Al Fresco. I've added some documents using the web client but would now like to view those documents from a remote application perhaps by passing the UUID ?

I'm not sure if I'll be returned with a binary stream or a 'web client window' - not really bothered, or if the code uses the JCR or the native API (or even Java Script). Just whatever is the easiest.

Sorry if this exists already - I have looked around.

Hope the question makes sense !

Thanks
Andy
3 REPLIES 3

rwetherall
Confirmed Champ
Confirmed Champ
Hi Andy,

The web services API may be what you are after .. have a look here for some details ..http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services.

Cheers,
Roy

andy777
Champ in-the-making
Champ in-the-making
Yes please, that's exactly what I'm after but it talks of an examples package in the source which I can't find - could you point me to its location please ?

Thanks
Andy

doblek
Champ in-the-making
Champ in-the-making
Hi,

maybe you find it yet, but if don't, take a look at Alfresco repository:
svn://www.alfresco.org/alfresco/HEAD

and then
root>projects>repository>source>java>org>alfresco>example>SimpleExampleWithContent.java

Hope that helps.