OpenCMIS? API for rest and soap both?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2010 01:32 AM
Dear All,
I have been give a task to develop CMIS module to integrate with NetBeans platform based desktop application.
Our requirement is to give both implementations RESTFul and SOAP, so client can switch from one to another.
I see there is a new project OpenCMIS http://cwiki.apache.org/CMIS/opencmis.html
My question is can I use OpenCMIS for both RESTFul and SOAP so I don't have to implement both the options?
I mean can I use same client code for both RESTFul and SOAP?
How matured OpenCMIS is?
Thanks for any information.
I have been give a task to develop CMIS module to integrate with NetBeans platform based desktop application.
Our requirement is to give both implementations RESTFul and SOAP, so client can switch from one to another.
I see there is a new project OpenCMIS http://cwiki.apache.org/CMIS/opencmis.html
My question is can I use OpenCMIS for both RESTFul and SOAP so I don't have to implement both the options?
I mean can I use same client code for both RESTFul and SOAP?
How matured OpenCMIS is?
Thanks for any information.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2010 02:08 PM
The SOAP and AtomPub bindings are hidden behind the OpenCMIS client API. So yes, you can code to both protocols using the same code.
OpenCMIS is still in development, but most of the spec is implemented.
OpenCMIS is still in development, but most of the spec is implemented.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2010 12:43 AM
Thanks David,
Does that means we don't have to use any web service framework like Axis2 or Apache CXF?
Just include JARs provided and use in client code?
Where can I get JAR files for OpenCMIS?
Is there any example code showing use of both SOAP and REST in a single client ?
Thanks.
Does that means we don't have to use any web service framework like Axis2 or Apache CXF?
Just include JARs provided and use in client code?
Where can I get JAR files for OpenCMIS?
Is there any example code showing use of both SOAP and REST in a single client ?
Thanks.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2010 05:05 AM
You just include the opencmis jars (and dependant jars) and write to the api.
You can go to http://www.opencmis.org or http://incubator.apache.org/chemistry/
There are some small examples of how to use at the above sites.
You can go to http://www.opencmis.org or http://incubator.apache.org/chemistry/
There are some small examples of how to use at the above sites.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 06:06 AM
What would you recommend for production use? OpenCMIS or client generated stubs?
