cancel
Showing results for 
Search instead for 
Did you mean: 

cant find SomeCo java examples from webinar

aweber1nj
Champ in-the-making
Champ in-the-making
@Jeff:
You probably should've told me to RTFM (or WTFW = watch the…webinar), because your January CMIS intro webinar was great.

Is the java source available that you were using?  I scoured the ecmarchitect site and didn't find it, but the web is a big place, and I may have missed it.

You make a really important point at the end of the webinar (IMHO) about modifying ACLs and ACEs, but I guess you ran out of time to demo any of that.  Have you put anything on paper or further-recorded to illustrate how to update ACLs on objects via CMIS?  I have a high-security scenario that I'm trying to implement, and having very precise ACLs on objects is of great importance.  I guess since I can't explicitly just set an ACL (by name or by reading-in an ACE-template of sorts), I'm going to need to read-through the object's assigned ACL and then make changes to suit.

Thanks again for all the great work.
-AJ
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
I kinda forgot I did that webinar until someone else reminded me of it recently. Glad you found it and that it was useful.

I'd have to look for the source but when I did the second edition of the content types tutorial, I swapped out the Web Services examples for OpenCMIS examples. That code lives here.

The only thing I can point you to regarding ACLs and ACEs at this point is the docs page for cmislib. The documentation for the ACL object has some inline Python examples.

There is a CMIS book in the works. When it comes out later this year or early next it will clear up a lot of this stuff.

Jeff