Showing posts with label cmis java. Show all posts
Showing posts with label cmis java. Show all posts

Friday, 22 March 2019

Working with CMIS Java API


In chapter1 of this tutorial series, I explained how to setup in memory repository, setup workbench and connect to the in memory and alfresco repositories. In this chapter, I am going to explain, how can we use CMIS Java client library to connect to the repository and perform CRUD operations against the repository.

I am going to use following maven dependency throughout the tutorial series.

<!-- https://mvnrepository.com/artifact/org.apache.chemistry.opencmis/chemistry-opencmis-client-impl -->
<dependency>
    <groupId>org.apache.chemistry.opencmis</groupId>
    <artifactId>chemistry-opencmis-client-impl</artifactId>
    <version>1.1.0</version>
</dependency>


Previous                                                 Next                                                 Home