cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco webscripts

ashwinis
Champ in-the-making
Champ in-the-making
Can anyone please tell me, What is the difference between Alfresco RESTful service and CMIS service?

Thanks in Advance
2 REPLIES 2

abarisone
Star Contributor
Star Contributor
Hi,
here https://wiki.alfresco.com/wiki/RESTful_API#Alfresco_RESTful_API_Reference you can find all info you need.

Regards,
Andrea

romschn
Star Collaborator
Star Collaborator
Here is the difference between both in my view -

CMIS is a generic implementation and provides a common set of services to interact with any repository.
It does not provide implementation for all the services specific to one particular repository. It tries to cover all the basic common services required for interacting with any repository hence it could be used generically.

Webscripts are the RESTful API supported by powerful alfresco webscript framework to interact with alfresco repository. Javascript based webscript allows the Alfresco JavaScript APIs exposed by alfresco to interact with alfresco repository. Where as java backed webscript allows to access all the services provides by alfresco.

Hope this helps.