Re: CMIS and Transactions

2014-10-30 Thread Peter Monks
JCR is just a Java API, so it's technically easy to “integrate” it with any other Java API-based standard (including JTA for transaction management). In contrast CMIS is far less less platform dependent and is designed primarily for “out of process” clients, both of which makes this kind of thi

Re: CMIS and Transactions

2014-10-30 Thread Joshy Augustine
Thanks Peter. I was just considering the possibility of replacing a JSR 170 Compliant Repository with a CMIS Compliant one. From the documentation, it looks like JSR 170 Repository could potentially support transactions. Thanks, Joshy On Wed, Oct 29, 2014 at 3:03 PM, Peter Monks wrote: > G’day