-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi,
CMIS specification version 1.1 has now been approved by OASIS.
http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html
Does ActiveCMIS have a plan to correspond CMIS 1.1?
In fact, I'm developing a new light-weight CMIS server "NemakiWare", whose backend is NoSQL CouchDB.
I'm also going to develop its new client with Ruby on Rails and ActiveCMIS!
But as the same time, I want to enhance NemakiWare to be more CMIS compliant, I mean, I want to use CMIS1.1 new feature insrtead of CMIS Extension data. The new ActiveCMIS client has to deal with CMIS1.1 feature.
For example:
NemakiWare needs some user-customizable property, they can be implemented as cmis:secondary object type which is a new feature of CMIS1.1. In addiotion, the concept of user/group could be expressed by "Item" object type which also comes into CMIS1.1.
To version up ActiveCMIS for 1.1, some core scripts(type.rb, object.rb...) seem to have to be changed. It could not be impossible by us (as ActiveCMIS is OpenSource :-)), though, it would be good by the knowledgeable developer like you, I think. I'd like to adopt a workaround that changes the atom parser of object.rb to extract cmis:secondary properties.
Anyway, could you please tell me if you have a plan for version up to 1.1? I decided to my development plan depending on it.
Thanks you in advance.