OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: Vinothkumar_ve on July 30, 2015, 12:35:31 PM

Title: can CMIS work without help of ODWEK API
Post by: Vinothkumar_ve on July 30, 2015, 12:35:31 PM
Hi All,

We are trying to deploy CMIS for CMOD by using IBM CMIS component which is written on top of the ODWEK java api. is there possiblity where we can make CMIS talk directly to the CMOD without help of ODWEK client API or can we make CMIS directly call the native method of the CMOD.
Title: Re: can CMIS work without help of ODWEK API
Post by: Justin Derrick on July 31, 2015, 10:57:08 AM
Why is the ODWEK requirement a problem?

-JD.
Title: Re: can CMIS work without help of ODWEK API
Post by: Vinothkumar_ve on July 31, 2015, 02:12:39 PM
Yeah, Don't have any issues in the requirement of ODWek. Just curious whether CMIS/IBM provides such a feature to eliminate intermediate layer between the CMIS and the repositories..
Title: Re: can CMIS work without help of ODWEK API
Post by: Justin Derrick on July 31, 2015, 04:03:31 PM
Nope, the Java API through ODWEK is the only supported 'pipe' into CMOD.  (The CGI and Servlet components exist, but are deprecated.)

-JD.
Title: Re: can CMIS work without help of ODWEK API
Post by: Vinothkumar_ve on August 03, 2015, 09:37:03 AM
Thanks a lot :)