cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Browser Binding - Any documentation?

shamblett
Champ in-the-making
Champ in-the-making
Hi,

I'm developing a CMIS web based client in Google's DART language and I am using the CMIS Browser Binding to test against as this gives me
data back in JSON format. I've got the repository info working but am running into problems on where to go next, all the available docs seem to refer to the Atom bindings. Are there any docs about this binding, no matter how unfinished?

Or, is better to not do this at the moment and use the Atom bindings?
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
The Browser binding is CMIS 1.1 and we do not currently have 1.1 in the product. We started shipping an experimental version of the browser binding a while back. But I'd personally be wary of relying on anything labeled experimental, though I have no hard data to say whether or not using the experimental browser binding is a bad idea.

So, for now, stick to the Atom Pub binding or the Web Services binding (which is slower than Atom Pub).

Now, if you want to play around and be ready for the browser binding when it comes, the Apache Chemistry InMemory repository has supported the browser binding since at least 0.9. We leverage Apache Chemistry so our browser binding should behave very similarly.

Jeff

shamblett
Champ in-the-making
Champ in-the-making
Ok, thanks, I'll switch to Atom for now and look at the browser binding later.