Developing REST abstraction layer with NetBeans

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 02:37 PM
I am currently trying to write a RESTful service that will sit between a front end client and Alfresco. I know how to write a Restful service in NetBeans but I'm very confused as to how I get all of the necessary Java dependencies so that I can code using the Alfresco SDK. Can anyone point me in the right direction?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2011 06:03 AM
The AlfrescoRemove project is dedicated to contain all the dependencies to work with a SOAP Java client.
The AlfrescoEmbedded project is dedicated to extend Alfresco with new transformers, actions, behaviours and other Java stuff.
But if you need only to contact Alfresco remotely, you can use only an Apache HttpClient to call the REST api of Alfresco :wink:
The AlfrescoEmbedded project is dedicated to extend Alfresco with new transformers, actions, behaviours and other Java stuff.
But if you need only to contact Alfresco remotely, you can use only an Apache HttpClient to call the REST api of Alfresco :wink:
