What Java CMIS client library should I use?
Posted
by Nicolas Raoul
on Stack Overflow
See other posts from Stack Overflow
or by Nicolas Raoul
Published on 2010-05-26T02:05:05Z
Indexed on
2010/05/26
2:11 UTC
Read the original article
Hit count: 377
I am starting a new project and must decide which CMIS client library we will use.
Our Java project just needs to connect an a CMIS server (actually Alfresco but it should not matter), in order to perform some read/write/search operations.
I am looking for a client library that:
- is already usable
- is not going to be abandoned soon
- has an active community of users
- is open source
Which one would you recommend and why?
Here are a few possibilities:
- Apache Chemistry's OpenCMIS
- chemistry-atompub-client
- chemistry-abdera
- Abdera
- Parse the XML manually
© Stack Overflow or respective owner