views:

77

answers:

1

I am starting a new project that needs to connect to a repository that offers JCR and CMIS APIs.

The project is in Java and both APIs offer every operation we need.
What API would you chose and why? JCR or CMIS?

+1  A: 

Hi Nicolaus, the JCR API is quite a bit more feature-rich than CMIS, so you should check if you need any features that are not covered by CMIS. You might also be interested in this post comparing CMIS and JCR http://dev.day.com/content/ddc/blog/2009/05/jcrcmiscomparison.html

Michael Marth