HowTo: Interface Java to Alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 02:50 PM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:59 AM
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.
