cancel
Showing results for 
Search instead for 
Did you mean: 

HowTo: Interface Java to Alfresco

sstrickland
Champ in-the-making
Champ in-the-making
I have a browser application (html, jsp. json, ajax, etc) that needs to access the CM repository.  Does Alfresco have a Java interface for adding, updating, viewing, and deleting nodes and properties?

We need full locking, checkin, checkout, and versioning so I think Alfresco is the way to go…I just don't want to lose the work we have completed on the user's browser interface.
1 REPLY 1

rivarola
Champ on-the-rise
Champ on-the-rise
All the operations you need can be performed through the web service API provided by Alfresco (but I'm not sure you can really remove a property this way). It is probably the best solution if you don't want to embed the repository in your application.