Author Topic: can CMIS work without help of ODWEK API  (Read 2236 times)

Vinothkumar_ve

  • Guest
can CMIS work without help of ODWEK API
« on: July 30, 2015, 05:35:31 AM »
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.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • Tenacious Consulting
Re: can CMIS work without help of ODWEK API
« Reply #1 on: July 31, 2015, 03:57:08 AM »
Why is the ODWEK requirement a problem?

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Vinothkumar_ve

  • Guest
Re: can CMIS work without help of ODWEK API
« Reply #2 on: July 31, 2015, 07:12:39 AM »
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..

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • Tenacious Consulting
Re: can CMIS work without help of ODWEK API
« Reply #3 on: July 31, 2015, 09:03:31 AM »
Nope, the Java API through ODWEK is the only supported 'pipe' into CMOD.  (The CGI and Servlet components exist, but are deprecated.)

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Vinothkumar_ve

  • Guest
Re: can CMIS work without help of ODWEK API
« Reply #4 on: August 03, 2015, 02:37:03 AM »
Thanks a lot :)