SlideShare une entreprise Scribd logo
1  sur  40
Télécharger pour lire hors ligne
CMIS – Whatʼs coming next?"
  Ryan McVeigh, Director of Enterprise Integration - Zia Consulting"
Who am I?"

Ryan McVeigh
  •  Director @ Zia"
  •  Responsible for Ziaʼs ECM Practice"
  •  CMIS Secretary and Technical Editor"
    •    Represented BEA Systems and Oracle"
    •    Ziaʼs lead CMIS representative"
Who is Zia?

A firm with deep technical expertise & strategic insight, coupled with our Agile software methodology, provides numerous
benefits to our customers:"


                           Benefits"
                                 •    Achieve ROI by delivering improved operational efficiencies "
                                 •    Boost productivity by creating collaborative work environments"
 Our	
  Partners	
  
                                 •    Maintain access and control of information through the enterprise"
                                 •    Allow employees to find the information they need, when they need it"
                                 •    Increase end-user adoption!
                                 •    Agile training by using Zia methodology and Rally tools"
                                 •    Raving fan customers"


                           Professional Qualifications"
                                 •    Highly-experienced, accredited senior staff consisting of Business
                                      Analysts, Enterprise Architects, Software Engineers and Data Architects"
                                 •    Platinum Alfresco Professional Services & OEM Partner"
                                 •    Platinum Ephesoft Partner"
                                 •    Alfresco 2010 Implementation of the Year with Denver"
                                 •    MuleSoft Partner"
Agenda"

•    What’s Happened?
•    CMIS Refresher
•    Coming Soon – CMIS 1.1
•    What’s in the Future? – CMIS 2.0
•    Questions?
Whatʼs Happened?"

  Development	
                     CMIS	
  1.0	
     Plug-­‐Fest	
  in	
  May	
  
 started	
  by	
  EMC,	
          released	
  for	
    TC	
  working	
  on	
  
IBM	
  &	
  MicrosoC	
          public	
  comment	
        CMIS	
  1.1	
  

               2006	
        2008	
     2009	
     2010	
     2011	
  


           IniDal	
  Proposal	
  
                                               CMIS	
  1.0	
  
         SubmiFed	
  to	
  OASIS	
  
                                             RaDfied	
  in	
  May	
  
           and	
  TC	
  formed	
  
Whatʼs Happened?"

Original Goals and Scope
  •  Enable applications to target different ECM repositories uniformly"
  •  Provide a set of basic services enabling richer ECM applications
     and use cases"
  •  Allow for loose coupling of an ECM application and the underlying
     repository"
  •  Use popular protocol bindings"
    •    REST / AtomPub"
    •    Web Services / SOAP"


Were we successful?
Whatʼs Happened?"

Current State of the CMIS Ecosystem
  •  Implemented by every major ECM repository vendor"
  •  More than 50 CMIS applications"
Some CMIS Producers"

•  Adobe (Day Software)   •  Microsoft SharePoint 2010
   CRX)
                          •  Nuxeo
•  Alfresco!
                          •  O3spaces
•  Apache Chemistry"
                          •  OpenIMS
•  eXo Platform"
                          •  OpenText
•  Fabasoft"
                          •  OpenWGA
•  IBM FileNet, Lotus"
                          •  Seapine Surround SCM
•  ISIS Papyrus"
                          •  Sense/Net
•  KnowledgeTree"
                          •  TYPO3
Some CMIS Client Applications"

•  Adobe Drive"        •  Drupal 6.x!
•  Alfresco Mobile!    •  Hippo CMS"
•  Apache Chemistry"   •  Liferay"
•  cmislib"            •  Wordpress
•  cmis-php-client"    •  Papyrus
•  DotCMIS"
                       •  WeWebU
•  OpenCMIS"
                        •  Open Workdesk"
•  CMIS Spaces"         •  Zero-Install Desktop"
•  DITALabs"           •  Zia Fresh Docs
Whatʼs Happened?"

Apache Chemistry"
  •  Highlighted as an open source option for provider and consumer
     implementers"
  •  Top-level Apache project"
  •  Client libraries / APIʼs"
    •    Java (OpenCMIS)"
    •    .NET (DotCMIS)"
    •    PHP (CMIS PHP Client)"
    •    Python (cmislib)"

  •  CMIS Workbench: graphical client, groovy console"
  •  OpenCMIS Server – interfaces to implement for a java provider"
Whatʼs Happened?"

State of the CMIS TC"
  •  CMIS 1.0 errata – Any day now?"
  •  CMIS Technical Committee working on CMIS 1.1"
  •  Already talking about issues and ideas for CMIS 2.0"
CMIS Refresher"

Domain Model
  •  Data Model"
  •  Services"
Protocol Bindings
  •  RESTful AtomPub"
  •  Web Services"
CMIS Refresher"

Repository
  •  Contains folders, documents and other objects"
  •  Must provide all basic services in the CMIS specification"
  •  Must provide REST and SOAP bindings"
  •  Advertises capabilities through a service"
CMIS Refresher"

Object Types
  •  Stricly-typed data model"
  •  Each object has an object type"
  •  Four base object types:"
    •    Document, Folder, Relationship & Policy"
  •  Base types may have sub-types"
CMIS Refresher"

Properties
  •  All objects have properties"
  •  A property holds zero to many typed values"
  •  Property definitions have attributes"
    •    Common attributes e.g. ID, PropertyType, Cardinality"
    •    Property type specific attributes e.g. precision for decimals"
  •  Property data types"
    •    String, Boolean, Decimal, Integer, Datetime, Id, Uri and Html"
CMIS Refresher"

Documents
  •  Instance of the document base type or sub-type"
  •  Documents have properties and optionally a content stream and
     renditions"
    •    Content streams are normally set and retrieved in separate operations"
  •  Documents may be versionable"
CMIS Refresher"

Folders
  •  Folders can contain folders and documents"
    •    Any other kind of object that is declared to be fileable"
  •  Folders cannot have more than one parent folder"
  •  Folders can decide what types they contain"
    •    A folder can specify it may only contain document of a given content type"
  •  Documents may optionally be unfiled"
  •  Documents may optionally belong to multiple folders"
CMIS Refresher"

Relationships
  •  A directional relationship between any two objects"
  •  An object can have any number of relationships including with
     itself"
  •  A relationship has a source and target but this ʻdirectionʼ has no
     CMIS-defined semantics"
  •  Referential integrity is not enforced"
    •    When the relationship is created, both end-points must exist"
  •  Repository support for relationships is optional"
CMIS Refresher"

Policies
  •  An administrative policy that can be enforced by a repository"
  •  Used to manage objects in ways that are, by themselves, outside
     the scope of CMIS"
    •    Such as records retention"
  •  policyText property contains the details of the policy"
  •  Policy text is opaque to the CMIS repository"
  •  Repository support for policies is optional"
CMIS Refresher"

Access Control
  •  Permission"
    •    An allowed action (read, write, all)"
    •    Mapping to allowed actions is repository specific and discoverable"
  •  Principal – a user or a group"
  •  Access Control Entry (ACE)"
    •    One or more permissions granted to a Principal"
  •  Access Control List (ACL)"
    •    A collection of ACEʼs"
    •    Can be assigned to an object and can be propagated"
  •  Repository support for Access Control is optional"
CMIS Refresher"

Versioning
  •  A document may be versioned as indicated by the type definition"
  •  Versions represent the properties and content of a document at a
     given point in time"
  •  All versions of a document collectively define its Version Series"
  •  CheckOut creates a Private Working Copy which can be edited
     and checked in"
CMIS Refresher"

Query
  •  Based on well known standard – SQL-92"
    •    With ECM extensions added"
  •  Each type is treated as a logical relational table"
  •  Joins may be supported"
    •    Either inner, or both inner and outer joins"
    •    Repository specific behavior"
  •  Query supports metadata and/or full-text"
    •    Repository support for full-text search is optional"
CMIS Refresher"

Services
  •  Eight sets of services:"
    •    Repository, Object, Discovery, Navigation, Versioning, Relationship, Policy
         and ACL"
  •  Support for create, read, update and delete operations for various
     types"
  •  Some examples:"
    •    Repository Services: getRepositories, getRepository, getTypeDefinition"
    •    Navigation Services: getChildren, getFolderParent, getObjectParents"
    •    Object Services: createDocument, createFolder, getObject,
         getObjectByPath, getContentStream, deleteObject"
    •    Versioning Servcies: checkOut, cancelCheckOut, checkIn, getAllVersions"
CMIS Refresher"

Protocol Bindings
  •  Providers must implement RESTful AtomPub and SOAP"
RESTful AtomPub
  •  Feeds, entries & links"
  •  GET, POST, PUT, DELETE"
  •  Example: createDocument by POST to parent folderʼs collection"
  •  Recommend HTTP Basic Authentication"
Web Services
  •  SOAP"
  •  WSDL and XSD are defined in the specification"
  •  Recommend Basic Authentication and WS Security
     UsernameToken"
Coming Soon – CMIS 1.1"

Browser Binding – CMIS-719
  •  Designed to allow developers to build browser based applications"
  •  Use already understood technologies including"
    •    HTML, HTML Forms, JavaScript and JSON"
    •    Does not require a JavaScript library"
  •  Optimized for use in a browser, also useful for HTTP based
     bindings for other application types"
Coming Soon – CMIS 1.1"

Browser Binding – CMIS-719
  •  HTTP Protocol"
  •  Predictable URLʼs"
  •  JSON Data Representation"
    •             Described by orderly: http://orderly-json.org"
         CMIS	
                                   JSON	
  
         String	
                                 string	
  
         Boolean	
                                boolean	
  
         Decimal	
                                number	
  
         Integer	
                                number	
  
         DateDme	
                                number	
  (milliseconds	
  since	
  1970/01/01,	
  UTC)	
  
         Uri	
                                    string	
  
         Id	
                                     string	
  
         Html	
                                   string	
  
Coming Soon – CMIS 1.1"

Browser Binding – CMIS-719
  •  Uses HTTP GET and POST exclusively"
    •    HTML forms used to POST content must include “cmisaction” to describe
         the action to perform e.g. createDocument, createFolder, etc."
    •    Various controls specified per operation"
  •  Demo in a few minutes"
  •  Details here:"
    •    http://bit.ly/tlACld"
Coming Soon – CMIS 1.1"

Type Mutability – CMIS-669
Use Cases
  •  CMIS Application needs to install its own metadata and uninstall if
     removed"
  •  CMIS Repository migration application would not only migrate
     documents from one repository to another; but would be able to
     migrate and preserve the metadata as well"
  •  General purpose Administration applications that allow
     administrators to edit metadata for new systems"
Coming Soon – CMIS 1.1"

Type Mutability – CMIS-669
Requirements
  •  Must be optional and backward compatible with 1.0"
  •  Must be implemented in a way such that is it obvious to someone
     familiar with CMIS 1.0 how these operations would be
     implemented"
    •    POST to the ʻTypes Childrenʼ collection creates a new type, etc."
  •  Must allow an application to setup new types with associated new
     properties"
  •  Optionally allows an application to delete types it has created"
  •  Exposed schema changes will be confined to a small footprint"
  •  A Type Mutability aware CMIS 1.1 client MUST work fine with a
     CMIS 1.0 (non Type Mutability) aware server"
Coming Soon – CMIS 1.1"

Type Mutability – CMIS-669
  •  Discoverable Optional Capability exposed on a type"
    •    cmisTypeMutabilityCapabilitiesType enum"
    •    create (new child types), update, delete"
  •  New services: createType, updateType and deleteType"
  •  Details here:"
    •    http://bit.ly/v9zeYg"
Coming Soon – CMIS 1.1"

Secondary Object Types – CMIS-713
  •  Aspects!"
Use Cases
  •  Additional metadata has to be attached after the document has
     been created"
  •  Adding a new set of properties is necessary for some business
     cases"
  •  Some technical metadata derived from the content can only be
     added after the repository has analyzed the content"
  •  Some common and crosscutting concepts such as tags, comments
     and ratings can be implemented with secondary types."
  •  Secondary types and their properties can reveal and control the
     status of an object. Examples are legal holds, workflows, storage/
     archiving information, publishing information, etc."
Coming Soon – CMIS 1.1"

Secondary Object Types – CMIS-713
  •  New base type: cmis:secondary "
  •  Other base types have new attribute:
     cmis:secondaryObjectTypeIds "
  •  Added to updateProperties and checkIn services"
  •  Properties are returned via query operations"
    •    Can be filtered using property filter syntax"
  •  Details here:"
    •    http://bit.ly/syhlzW"
Coming Soon – CMIS 1.1"

Approved
  •  CMIS Repository Extensions (CMIS-693)"
  •  Allow Creation of Unfiled Documents with AtomPub (CMIS-711)"
  •  Description Property for all Base Types (CMIS-712)"
  •  Retention & Hold (CMIS-714)"
    •    Currently proposed to split these into separate proposals"
Coming Soon – CMIS 1.1"

Under Consideration
  •  External Content Reference (CMIS-705)"
  •  Batch Operations (CMIS-727)"
  •  Is PWC the latest version? (CMIS-728)"
  •  Query Wildcard Clarification (CMIS-729)"
Demo!"

Browser Binding in Alfresco
  •  More efficient than Web Services and the AtomPub binding"
  •  Florianʼs CMIS Webinar: http://bit.ly/tTW9ZX"
  •  Florianʼs Slides: http://slidesha.re/uL8IKI"
  •  Try it! http://cmis.alfresco.com/"
Whatʼs in the Future? – CMIS 2.0"

•    Pessimistic Locking (CMIS-196)
•    Multiple Content Streams on Documents (CMIS-432)
•    Remove base64 content stream encoding (CMIS-466)
•    Reconsider Renditions Implementation (CMIS-645)
•    Annotations (CMIS-722)
•    Tagging (CMIS-726)
CMIS Technical Committee Info"

All work publicly accessible
TC Wiki
  •  http://bit.ly/t1IUCw"
All OASIS JIRA Issues
  •  http://bit.ly/vEHttJ"
Contact Me"

Ryan McVeigh – ECM Business Owner:
  •  rmcveigh@ziaconsulting.com"
Q & A"

Contenu connexe

Tendances

Growing Adoption of Open Source in Enterprises
Growing Adoption of Open Source in EnterprisesGrowing Adoption of Open Source in Enterprises
Growing Adoption of Open Source in Enterprises
WSO2
 
Camel oneactivemq posta-final
Camel oneactivemq posta-finalCamel oneactivemq posta-final
Camel oneactivemq posta-final
Christian Posta
 
Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices
WSO2
 
ESB Evaluation Framework
ESB Evaluation FrameworkESB Evaluation Framework
ESB Evaluation Framework
WSO2
 

Tendances (20)

PLAT-16 Using Enterprise Content in Grails
PLAT-16 Using Enterprise Content in GrailsPLAT-16 Using Enterprise Content in Grails
PLAT-16 Using Enterprise Content in Grails
 
Building Content-Rich Java Apps in the Cloud with the Alfresco API
Building Content-Rich Java Apps in the Cloud with the Alfresco APIBuilding Content-Rich Java Apps in the Cloud with the Alfresco API
Building Content-Rich Java Apps in the Cloud with the Alfresco API
 
Growing Adoption of Open Source in Enterprises
Growing Adoption of Open Source in EnterprisesGrowing Adoption of Open Source in Enterprises
Growing Adoption of Open Source in Enterprises
 
Web Apps atop a Content Repository
Web Apps atop a Content RepositoryWeb Apps atop a Content Repository
Web Apps atop a Content Repository
 
Dev Con 2011
Dev Con 2011Dev Con 2011
Dev Con 2011
 
Camel oneactivemq posta-final
Camel oneactivemq posta-finalCamel oneactivemq posta-final
Camel oneactivemq posta-final
 
Developing Enterprise Applications for the Cloud, from Monolith to Microservices
Developing Enterprise Applications for the Cloud,from Monolith to MicroservicesDeveloping Enterprise Applications for the Cloud,from Monolith to Microservices
Developing Enterprise Applications for the Cloud, from Monolith to Microservices
 
CQ 5.4 Deep-Dive
CQ 5.4 Deep-DiveCQ 5.4 Deep-Dive
CQ 5.4 Deep-Dive
 
Integrating Drupal and Alfresco using CMIS
Integrating Drupal and Alfresco using CMISIntegrating Drupal and Alfresco using CMIS
Integrating Drupal and Alfresco using CMIS
 
Alfresco: The Story of How Open Source Disrupted the ECM Market
Alfresco: The Story of How Open Source Disrupted the ECM MarketAlfresco: The Story of How Open Source Disrupted the ECM Market
Alfresco: The Story of How Open Source Disrupted the ECM Market
 
Microservices: Where do they fit within a rapidly evolving integration archit...
Microservices: Where do they fit within a rapidly evolving integration archit...Microservices: Where do they fit within a rapidly evolving integration archit...
Microservices: Where do they fit within a rapidly evolving integration archit...
 
Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices
 
JBoss Fuse Service Works
JBoss Fuse Service WorksJBoss Fuse Service Works
JBoss Fuse Service Works
 
Microservices with Apache Camel, Docker and Fabric8 v2
Microservices with Apache Camel, Docker and Fabric8 v2Microservices with Apache Camel, Docker and Fabric8 v2
Microservices with Apache Camel, Docker and Fabric8 v2
 
On being RESTful
On being RESTfulOn being RESTful
On being RESTful
 
WCM-9 WCM Solutions with Drupal and Alfresco
WCM-9 WCM Solutions with Drupal and AlfrescoWCM-9 WCM Solutions with Drupal and Alfresco
WCM-9 WCM Solutions with Drupal and Alfresco
 
Crx 2.2 Deep-Dive
Crx 2.2 Deep-DiveCrx 2.2 Deep-Dive
Crx 2.2 Deep-Dive
 
Alfresco CMIS
Alfresco CMISAlfresco CMIS
Alfresco CMIS
 
ActiveMQ 5.9.x new features
ActiveMQ 5.9.x new featuresActiveMQ 5.9.x new features
ActiveMQ 5.9.x new features
 
ESB Evaluation Framework
ESB Evaluation FrameworkESB Evaluation Framework
ESB Evaluation Framework
 

Similaire à PLAT-2 CMIS - What’s coming next?

OpenStack Block Storage 101
OpenStack Block Storage 101OpenStack Block Storage 101
OpenStack Block Storage 101
NetApp
 
Alfresco iOS Mobile Application In Depth Details and Design
Alfresco iOS Mobile Application In Depth Details and DesignAlfresco iOS Mobile Application In Depth Details and Design
Alfresco iOS Mobile Application In Depth Details and Design
Alfresco Software
 
Alfresco mobile webinar 11 1-11
Alfresco mobile webinar 11 1-11Alfresco mobile webinar 11 1-11
Alfresco mobile webinar 11 1-11
Zia Consulting
 
API’s and Micro Services 0.5
API’s and Micro Services 0.5API’s and Micro Services 0.5
API’s and Micro Services 0.5
Richard Hudson
 

Similaire à PLAT-2 CMIS - What’s coming next? (20)

PLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and DesignPLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and Design
 
OpenStack Block Storage 101
OpenStack Block Storage 101OpenStack Block Storage 101
OpenStack Block Storage 101
 
PLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and DesignPLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and Design
 
Security on AWS, 2021 Edition Meetup
Security on AWS, 2021 Edition MeetupSecurity on AWS, 2021 Edition Meetup
Security on AWS, 2021 Edition Meetup
 
Security on AWS, 2021 Edition Meetup
Security on AWS, 2021 Edition MeetupSecurity on AWS, 2021 Edition Meetup
Security on AWS, 2021 Edition Meetup
 
ITB2016 - ContentBox Modular CMS
ITB2016 - ContentBox Modular CMSITB2016 - ContentBox Modular CMS
ITB2016 - ContentBox Modular CMS
 
Microservices Journey NYC
Microservices Journey NYCMicroservices Journey NYC
Microservices Journey NYC
 
Tech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupalTech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupal
 
SOA to Microservices
SOA to MicroservicesSOA to Microservices
SOA to Microservices
 
A Microservice Journey
A Microservice JourneyA Microservice Journey
A Microservice Journey
 
Microservices in Azure
Microservices in AzureMicroservices in Azure
Microservices in Azure
 
Microservices Journey Summer 2017
Microservices Journey Summer 2017Microservices Journey Summer 2017
Microservices Journey Summer 2017
 
Microservices in Azure
Microservices in AzureMicroservices in Azure
Microservices in Azure
 
Microservices: A developer's approach
Microservices: A developer's approachMicroservices: A developer's approach
Microservices: A developer's approach
 
Alfresco iOS Mobile Application In Depth Details and Design
Alfresco iOS Mobile Application In Depth Details and DesignAlfresco iOS Mobile Application In Depth Details and Design
Alfresco iOS Mobile Application In Depth Details and Design
 
Alfresco mobile webinar 11 1-11
Alfresco mobile webinar 11 1-11Alfresco mobile webinar 11 1-11
Alfresco mobile webinar 11 1-11
 
Getting Started with CMIS
Getting Started with CMISGetting Started with CMIS
Getting Started with CMIS
 
API’s and Micro Services 0.5
API’s and Micro Services 0.5API’s and Micro Services 0.5
API’s and Micro Services 0.5
 
CMIS Introduction
CMIS IntroductionCMIS Introduction
CMIS Introduction
 
NoSQL Simplified: Schema vs. Schema-less
NoSQL Simplified: Schema vs. Schema-lessNoSQL Simplified: Schema vs. Schema-less
NoSQL Simplified: Schema vs. Schema-less
 

Plus de Alfresco Software

Plus de Alfresco Software (20)

Alfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossierAlfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossier
 
Alfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management applicationAlfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management application
 
Alfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion HogescholenAlfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
 
Alfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente AmsterdamAlfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
 
Alfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of AlfrescoAlfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of Alfresco
 
Alfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo GroupAlfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo Group
 
Alfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About FlowAlfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About Flow
 
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
 
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
 
Alfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest APIAlfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest API
 
Alfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-KonsoleAlfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-Konsole
 
Alfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit AlfrescoAlfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit Alfresco
 
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
 
Alfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: WesternacherAlfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
 
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
 
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novumAlfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novum
 
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
 
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
 
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - SafranAlfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
 
Alfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital BusinessAlfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital Business
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Dernier (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

PLAT-2 CMIS - What’s coming next?

  • 1. CMIS – Whatʼs coming next?" Ryan McVeigh, Director of Enterprise Integration - Zia Consulting"
  • 2. Who am I?" Ryan McVeigh •  Director @ Zia" •  Responsible for Ziaʼs ECM Practice" •  CMIS Secretary and Technical Editor" •  Represented BEA Systems and Oracle" •  Ziaʼs lead CMIS representative"
  • 3. Who is Zia?
 A firm with deep technical expertise & strategic insight, coupled with our Agile software methodology, provides numerous benefits to our customers:" Benefits" •  Achieve ROI by delivering improved operational efficiencies " •  Boost productivity by creating collaborative work environments" Our  Partners   •  Maintain access and control of information through the enterprise" •  Allow employees to find the information they need, when they need it" •  Increase end-user adoption! •  Agile training by using Zia methodology and Rally tools" •  Raving fan customers" Professional Qualifications" •  Highly-experienced, accredited senior staff consisting of Business Analysts, Enterprise Architects, Software Engineers and Data Architects" •  Platinum Alfresco Professional Services & OEM Partner" •  Platinum Ephesoft Partner" •  Alfresco 2010 Implementation of the Year with Denver" •  MuleSoft Partner"
  • 4. Agenda" •  What’s Happened? •  CMIS Refresher •  Coming Soon – CMIS 1.1 •  What’s in the Future? – CMIS 2.0 •  Questions?
  • 5. Whatʼs Happened?" Development   CMIS  1.0   Plug-­‐Fest  in  May   started  by  EMC,   released  for   TC  working  on   IBM  &  MicrosoC   public  comment   CMIS  1.1   2006   2008   2009   2010   2011   IniDal  Proposal   CMIS  1.0   SubmiFed  to  OASIS   RaDfied  in  May   and  TC  formed  
  • 6. Whatʼs Happened?" Original Goals and Scope •  Enable applications to target different ECM repositories uniformly" •  Provide a set of basic services enabling richer ECM applications and use cases" •  Allow for loose coupling of an ECM application and the underlying repository" •  Use popular protocol bindings" •  REST / AtomPub" •  Web Services / SOAP" Were we successful?
  • 7.
  • 8. Whatʼs Happened?" Current State of the CMIS Ecosystem •  Implemented by every major ECM repository vendor" •  More than 50 CMIS applications"
  • 9. Some CMIS Producers" •  Adobe (Day Software) •  Microsoft SharePoint 2010 CRX) •  Nuxeo •  Alfresco! •  O3spaces •  Apache Chemistry" •  OpenIMS •  eXo Platform" •  OpenText •  Fabasoft" •  OpenWGA •  IBM FileNet, Lotus" •  Seapine Surround SCM •  ISIS Papyrus" •  Sense/Net •  KnowledgeTree" •  TYPO3
  • 10. Some CMIS Client Applications" •  Adobe Drive" •  Drupal 6.x! •  Alfresco Mobile! •  Hippo CMS" •  Apache Chemistry" •  Liferay" •  cmislib" •  Wordpress •  cmis-php-client" •  Papyrus •  DotCMIS" •  WeWebU •  OpenCMIS" •  Open Workdesk" •  CMIS Spaces" •  Zero-Install Desktop" •  DITALabs" •  Zia Fresh Docs
  • 11. Whatʼs Happened?" Apache Chemistry" •  Highlighted as an open source option for provider and consumer implementers" •  Top-level Apache project" •  Client libraries / APIʼs" •  Java (OpenCMIS)" •  .NET (DotCMIS)" •  PHP (CMIS PHP Client)" •  Python (cmislib)" •  CMIS Workbench: graphical client, groovy console" •  OpenCMIS Server – interfaces to implement for a java provider"
  • 12. Whatʼs Happened?" State of the CMIS TC" •  CMIS 1.0 errata – Any day now?" •  CMIS Technical Committee working on CMIS 1.1" •  Already talking about issues and ideas for CMIS 2.0"
  • 13. CMIS Refresher" Domain Model •  Data Model" •  Services" Protocol Bindings •  RESTful AtomPub" •  Web Services"
  • 14. CMIS Refresher" Repository •  Contains folders, documents and other objects" •  Must provide all basic services in the CMIS specification" •  Must provide REST and SOAP bindings" •  Advertises capabilities through a service"
  • 15. CMIS Refresher" Object Types •  Stricly-typed data model" •  Each object has an object type" •  Four base object types:" •  Document, Folder, Relationship & Policy" •  Base types may have sub-types"
  • 16. CMIS Refresher" Properties •  All objects have properties" •  A property holds zero to many typed values" •  Property definitions have attributes" •  Common attributes e.g. ID, PropertyType, Cardinality" •  Property type specific attributes e.g. precision for decimals" •  Property data types" •  String, Boolean, Decimal, Integer, Datetime, Id, Uri and Html"
  • 17. CMIS Refresher" Documents •  Instance of the document base type or sub-type" •  Documents have properties and optionally a content stream and renditions" •  Content streams are normally set and retrieved in separate operations" •  Documents may be versionable"
  • 18. CMIS Refresher" Folders •  Folders can contain folders and documents" •  Any other kind of object that is declared to be fileable" •  Folders cannot have more than one parent folder" •  Folders can decide what types they contain" •  A folder can specify it may only contain document of a given content type" •  Documents may optionally be unfiled" •  Documents may optionally belong to multiple folders"
  • 19. CMIS Refresher" Relationships •  A directional relationship between any two objects" •  An object can have any number of relationships including with itself" •  A relationship has a source and target but this ʻdirectionʼ has no CMIS-defined semantics" •  Referential integrity is not enforced" •  When the relationship is created, both end-points must exist" •  Repository support for relationships is optional"
  • 20. CMIS Refresher" Policies •  An administrative policy that can be enforced by a repository" •  Used to manage objects in ways that are, by themselves, outside the scope of CMIS" •  Such as records retention" •  policyText property contains the details of the policy" •  Policy text is opaque to the CMIS repository" •  Repository support for policies is optional"
  • 21. CMIS Refresher" Access Control •  Permission" •  An allowed action (read, write, all)" •  Mapping to allowed actions is repository specific and discoverable" •  Principal – a user or a group" •  Access Control Entry (ACE)" •  One or more permissions granted to a Principal" •  Access Control List (ACL)" •  A collection of ACEʼs" •  Can be assigned to an object and can be propagated" •  Repository support for Access Control is optional"
  • 22. CMIS Refresher" Versioning •  A document may be versioned as indicated by the type definition" •  Versions represent the properties and content of a document at a given point in time" •  All versions of a document collectively define its Version Series" •  CheckOut creates a Private Working Copy which can be edited and checked in"
  • 23. CMIS Refresher" Query •  Based on well known standard – SQL-92" •  With ECM extensions added" •  Each type is treated as a logical relational table" •  Joins may be supported" •  Either inner, or both inner and outer joins" •  Repository specific behavior" •  Query supports metadata and/or full-text" •  Repository support for full-text search is optional"
  • 24. CMIS Refresher" Services •  Eight sets of services:" •  Repository, Object, Discovery, Navigation, Versioning, Relationship, Policy and ACL" •  Support for create, read, update and delete operations for various types" •  Some examples:" •  Repository Services: getRepositories, getRepository, getTypeDefinition" •  Navigation Services: getChildren, getFolderParent, getObjectParents" •  Object Services: createDocument, createFolder, getObject, getObjectByPath, getContentStream, deleteObject" •  Versioning Servcies: checkOut, cancelCheckOut, checkIn, getAllVersions"
  • 25. CMIS Refresher" Protocol Bindings •  Providers must implement RESTful AtomPub and SOAP" RESTful AtomPub •  Feeds, entries & links" •  GET, POST, PUT, DELETE" •  Example: createDocument by POST to parent folderʼs collection" •  Recommend HTTP Basic Authentication" Web Services •  SOAP" •  WSDL and XSD are defined in the specification" •  Recommend Basic Authentication and WS Security UsernameToken"
  • 26. Coming Soon – CMIS 1.1" Browser Binding – CMIS-719 •  Designed to allow developers to build browser based applications" •  Use already understood technologies including" •  HTML, HTML Forms, JavaScript and JSON" •  Does not require a JavaScript library" •  Optimized for use in a browser, also useful for HTTP based bindings for other application types"
  • 27. Coming Soon – CMIS 1.1" Browser Binding – CMIS-719 •  HTTP Protocol" •  Predictable URLʼs" •  JSON Data Representation" •  Described by orderly: http://orderly-json.org" CMIS   JSON   String   string   Boolean   boolean   Decimal   number   Integer   number   DateDme   number  (milliseconds  since  1970/01/01,  UTC)   Uri   string   Id   string   Html   string  
  • 28. Coming Soon – CMIS 1.1" Browser Binding – CMIS-719 •  Uses HTTP GET and POST exclusively" •  HTML forms used to POST content must include “cmisaction” to describe the action to perform e.g. createDocument, createFolder, etc." •  Various controls specified per operation" •  Demo in a few minutes" •  Details here:" •  http://bit.ly/tlACld"
  • 29. Coming Soon – CMIS 1.1" Type Mutability – CMIS-669 Use Cases •  CMIS Application needs to install its own metadata and uninstall if removed" •  CMIS Repository migration application would not only migrate documents from one repository to another; but would be able to migrate and preserve the metadata as well" •  General purpose Administration applications that allow administrators to edit metadata for new systems"
  • 30. Coming Soon – CMIS 1.1" Type Mutability – CMIS-669 Requirements •  Must be optional and backward compatible with 1.0" •  Must be implemented in a way such that is it obvious to someone familiar with CMIS 1.0 how these operations would be implemented" •  POST to the ʻTypes Childrenʼ collection creates a new type, etc." •  Must allow an application to setup new types with associated new properties" •  Optionally allows an application to delete types it has created" •  Exposed schema changes will be confined to a small footprint" •  A Type Mutability aware CMIS 1.1 client MUST work fine with a CMIS 1.0 (non Type Mutability) aware server"
  • 31. Coming Soon – CMIS 1.1" Type Mutability – CMIS-669 •  Discoverable Optional Capability exposed on a type" •  cmisTypeMutabilityCapabilitiesType enum" •  create (new child types), update, delete" •  New services: createType, updateType and deleteType" •  Details here:" •  http://bit.ly/v9zeYg"
  • 32. Coming Soon – CMIS 1.1" Secondary Object Types – CMIS-713 •  Aspects!" Use Cases •  Additional metadata has to be attached after the document has been created" •  Adding a new set of properties is necessary for some business cases" •  Some technical metadata derived from the content can only be added after the repository has analyzed the content" •  Some common and crosscutting concepts such as tags, comments and ratings can be implemented with secondary types." •  Secondary types and their properties can reveal and control the status of an object. Examples are legal holds, workflows, storage/ archiving information, publishing information, etc."
  • 33. Coming Soon – CMIS 1.1" Secondary Object Types – CMIS-713 •  New base type: cmis:secondary " •  Other base types have new attribute: cmis:secondaryObjectTypeIds " •  Added to updateProperties and checkIn services" •  Properties are returned via query operations" •  Can be filtered using property filter syntax" •  Details here:" •  http://bit.ly/syhlzW"
  • 34. Coming Soon – CMIS 1.1" Approved •  CMIS Repository Extensions (CMIS-693)" •  Allow Creation of Unfiled Documents with AtomPub (CMIS-711)" •  Description Property for all Base Types (CMIS-712)" •  Retention & Hold (CMIS-714)" •  Currently proposed to split these into separate proposals"
  • 35. Coming Soon – CMIS 1.1" Under Consideration •  External Content Reference (CMIS-705)" •  Batch Operations (CMIS-727)" •  Is PWC the latest version? (CMIS-728)" •  Query Wildcard Clarification (CMIS-729)"
  • 36. Demo!" Browser Binding in Alfresco •  More efficient than Web Services and the AtomPub binding" •  Florianʼs CMIS Webinar: http://bit.ly/tTW9ZX" •  Florianʼs Slides: http://slidesha.re/uL8IKI" •  Try it! http://cmis.alfresco.com/"
  • 37. Whatʼs in the Future? – CMIS 2.0" •  Pessimistic Locking (CMIS-196) •  Multiple Content Streams on Documents (CMIS-432) •  Remove base64 content stream encoding (CMIS-466) •  Reconsider Renditions Implementation (CMIS-645) •  Annotations (CMIS-722) •  Tagging (CMIS-726)
  • 38. CMIS Technical Committee Info" All work publicly accessible TC Wiki •  http://bit.ly/t1IUCw" All OASIS JIRA Issues •  http://bit.ly/vEHttJ"
  • 39. Contact Me" Ryan McVeigh – ECM Business Owner: •  rmcveigh@ziaconsulting.com"