arifsaha has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

Do you know whether there are any work of Content Management Interoperability Services (CMIS) implementation in Perl?

There seems to be implementation in Python, Java, PHP, JavaScript, but not Perl.

Thanks!

-- 
S P Arif Sahari Wibowo
http://www.arifsaha.com/
  • Comment on Content Management Interoperability Services Implementation?

Replies are listed 'Best First'.
Re: Content Management Interoperability Services Implementation?
by Khen1950fx (Canon) on Jun 12, 2010 at 19:24 UTC
    I couldn't find any modules in a CMIS namespace, but you might find that CatalystX::CMS is useful. You could substitute "CMIS" instead of "CMS" for the model and view. Here's a CXCMS tutorial. It's worth a try.
Re: Content Management Interoperability Services Implementation?
by SilasTheMonk (Chaplain) on Jun 12, 2010 at 22:26 UTC
    I suppose after a large corporation has solved all the problems of security, performance, standards compliance, usability and gobbled up a number of smaller firms with incompatible IT systems then the issue of interoperability becomes really pressing. In my current state of self employment I think I can safely deny any interest in the topic. However the notion did remind me of WSGI and PSGI etc. However those concepts all seem to be confined to a single language.