cancel
Showing results for 
Search instead for 
Did you mean: 

How to embed alfresco repository in existing spring app?

mazloumi
Champ in-the-making
Champ in-the-making
Hello,

can someone kindly post some snippet code to embed the alfreso repository in an existing spring application? We would like to use
it as our document repository. Which libraries are required and
how do we have to change the application context to use the
repository?

Many thanks
2 REPLIES 2

minirich
Champ in-the-making
Champ in-the-making
Hi!

We are using Alfresco as a documentstore for various spring projects.
We didn't include it, we are accessing it through web services, because of infrastructural rules, we have to put every service (application, db, documentstore) on an own machine Smiley Surprisedops: .

KR
Mike

mazloumi
Champ in-the-making
Champ in-the-making
What about performance?
What web service client do you use to do the actual service calls?
How did you solve the authentication?
Can you kindly explain in more detail on how to configure alfresco to work as a web service?

Many thanks.