cancel
Showing results for 
Search instead for 
Did you mean: 

Browser binding client in Dart

shamblett
Champ in-the-making
Champ in-the-making
I thought I'd just give a bit of feedback of what happened to this topic <a>https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/integration-other-...</a>.

I jumped the gun a bit with the documentation, its in the CMIS 1.1 spec Section 5 Browser binding, its pretty good, with a bit of interpretation its OK. Another reason I was having probs was that my proxy setup was wrong, this was confusing things.

So we now have a reasonably functional browser based CMIS client written in Dart. It only allows repository/root folder/type info, document and folder CRUD and queries but its all I need for now.

The test suite is interactive.

Code is here <a>https://github.com/shamblett/cmis</a>.

Pictures are in test/output/pictures, some attached.

Atom is for another day for the mo.
1 REPLY 1

r_kubiak
Champ in-the-making
Champ in-the-making
Hi,

so it is actually possible to write something for the browser binding. Thanks for sharing your code. Sadly I'm not into the Dart-language, so I will ask two questions directly.

I'm searching the whole day to find the the described javascript file for creating a token (http://docs.oasis-open.org/cmis/CMIS/v1.1/os/CMIS-v1.1-os.html#x1-5470009 section: 5.2.9.2.2 Login and Tokens).
I also don't understand, where the root path is in alfresco. For example for the call of getRepositories (see http://docs.oasis-open.org/cmis/CMIS/v1.1/os/CMIS-v1.1-os.html#x1-5600001).
Maybe you can help me with that two?

Regards
Robert