09-10-2008 01:10 PM
09-11-2008 09:10 AM
09-11-2008 10:49 AM
09-12-2008 12:34 AM
09-12-2008 09:24 AM
How does CMIS realate to the SURF platform?CMIS is a set of REST URLs and web services that can be called to perform CRUD functions or query the repository. Surf is a web application development framework. You could call CMIS services from a Surf component.
When should I use CMIS and when to use SURF?Surf would be used to assemble a web application. You might or might not leverage CMIS from your Surf application. CMIS could be used by any application, not just Surf. For example, suppose you want to build a web site using Liferay Portal instead of Surf. You might choose to use CMIS instead of rolling your own REST URLs. That saves you some work on the REST API and makes your portlets interoperable with other CMIS-compliant back-ends. Or perhaps your portlets need to access information from Alfresco and another repository to aggregate or mash-up that data. CMIS allows you to do that.
Does Alfresco Share client use CMIS?I'll defer to Alfresco on this one. My hunch is that they will use it where they can.
Can CMIS be used just as Webscripts?CMIS provides SOAP-based services bindings as well as REST URLs. The spec actually requires that CMIS compliant implementations expose both. In Alfresco, the REST URLs are defined using the web script framework. So if you install the latest Alfresco Labs and go to http://localhost:8080/alfresco/service/ you'll be able to browse the CMIS webscripts.
09-12-2008 09:55 AM
Short answer: no, it doesn't. Share uses YUI heavily throughout the client-side, so we use JSON-based data webscripts for performance reasons (and the CMIS specs and implementation weren't ready to still release Share in the timeframe we wanted).Does Alfresco Share client use CMIS?I'll defer to Alfresco on this one. My hunch is that they will use it where they can.
Jeff
09-14-2008 03:34 PM
10-11-2008 01:41 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.