This is still a work in progress but now has a released version and, with a small amount of testing seems work, do please feel free to try it out and feedback either via the blog or as an issue on github. The post was originally published in order to help with jira 21647. Following […]
Category Archives: cmis
A dojo store for the cmis browser binding
First of all why am I doing this? Dojo is a popular javascript library which is used extensively and, of particular interest, is coming to more prominence within Alfresco. dojo.store is based on HTML5/W3C’s IndexedDB object store API and is useful because stores can be used to provide the data access methods for a wide […]
CMIS using perl
I’ve had a requirement to get some document details out of Alfresco using perl. CMIS seems to be the obvious answer and a little bit of googling gives us the WebService::Cmis package. This seems to do the job nicely but the documentation isn’t great (hint: use the pod) so here is a trival example to […]
Alfresco CMIS host name
The problem we’ve been having is to do with our Alfresco server name when using CMIS. We are running our Alfresco instance behind an Apache server (on a different box) and the default configuration means that when we make a call to the CMIS server all the links returned have the link to the Alfresco […]
XForms (Orbeon), CAS and CMIS (Alfresco) – Part 1 – Authentication
I thought I’d write about my experience of using the Alfresco CMIS interface as a backend to a custom XForms application. There’s a natural fit here as the atom based syntax of CMIS fits very nicely with XForms however there are a few little wrinkles to work through. Authentication The first issue to decide on […]