Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Alfresco CMIS

You're reading from   Alfresco CMIS Learn how to build applications that talk to content management servers in a standardized way using this superb course on getting the best from Alfresco CMIS. This is a highly practical, step-by-step guide.

Arrow left icon
Product type Paperback
Published in Mar 2014
Publisher
ISBN-13 9781782163527
Length 272 pages
Edition Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Martin Bergljung Martin Bergljung
Author Profile Icon Martin Bergljung
Martin Bergljung
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Alfresco CMIS
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started with CMIS FREE CHAPTER 2. Basic CMIS Operations 3. Advanced CMIS Operations 4. Alfresco and CMIS 5. Accessing a CMIS Server with a Java Client 6. Accessing a CMIS Server Using Scripting Languages 7. System Integration with CMIS Index

Using CMIS in Groovy scripts


Using OpenCMIS to talk to a CMIS server via Java is quite easy compared to using basic protocol bindings such as the AtomPub binding. But by using the OpenCMIS API via the Groovy scripting language, we can also do the following:

  • Get less code, making the application more readable

  • Run the code without the need to compile it, making a round trip from code change to test quicker

  • Script content updates so we can easily run checks or updates, such as cron jobs

  • Use any Java library as Groovy runs on the JVM

Install Groovy using the following command:

$ sudo apt-get install groovy

If you are not familiar with Groovy, I recommend that you spend 1 to 2 hours reading a tutorial about it before coding anything in this section at http://groovy.codehaus.org/Beginners+Tutorial.

So to get started, create a file named testCMIS.groovy and add the following code to it to import the OpenCMIS classes that we need:

@Grab(group='org.apache.chemistry.opencmis', module='chemistry-opencmis...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime