To keep things simple this example uses basic authentication – to see how to handle authentication in more detail see part 1 here This is a relatively straightforward example of how to upload a file into Alfresco from Orbeon using CMIS over REST. I’m not going to cover the details of how the REST interface […]
Monthly Archives: December 2011
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 […]
XForms select using an XML Schema (XSD)
As I’m using schema based validation for my XForms (using Orbeon) I thought it would be a nice idea to generate the select options from the xsd (as well as saving some work!). As an advanced feature we can also select the value for a second select based on the value of the first. This […]