cmis apache jackrabbit sandbox

10
CMIS Implementations Show & Tell 26-jan-2009 / CMIS F2F - Redmond David Nuescheler

Upload: david-nuescheler

Post on 10-May-2015

4.684 views

Category:

Technology


4 download

DESCRIPTION

Introduction of the Apache Jackrabbit CMIS Sandbox project to the CMIS Technical Committee

TRANSCRIPT

Page 1: CMIS Apache Jackrabbit Sandbox

CMIS ImplementationsShow & Tell

26-jan-2009 / CMIS F2F - RedmondDavid Nuescheler

Page 2: CMIS Apache Jackrabbit Sandbox

Changing hats...

Page 3: CMIS Apache Jackrabbit Sandbox

Introducing the Apache Software Foundation

Non-Profit Organization

Vendor neutral

Open Community

Apache License

IP Clearance Process

(Almost) every vendor is already licensing software from the ASF

Page 4: CMIS Apache Jackrabbit Sandbox

Your Host: Jackrabbit PMC

Jackrabbit is an Apache Project.

CMIS Sandbox, Hosted in the Apache SVN by the Jackrabbit PMC

+2000 Apache committers have commit access

(Probably) all large CMIS TC Members are represented in current committer base.

Everybody is invited to contribute and/or use

Page 5: CMIS Apache Jackrabbit Sandbox

Goal: Re-usability for implementors and users

No Strings attached ;)

License & IP

No proprietary Content Repository dependency

No Framework dependency (servlet)

Not even a JCR dependency ;)

Page 6: CMIS Apache Jackrabbit Sandbox

CMIS Sandbox @ Jackrabbit

API(java bindings)

Client(exposing API)

Server(exposing CMIS)

CMIS Sandbox

Page 7: CMIS Apache Jackrabbit Sandbox

Client Architecture

CMIS API(java bindings)

CMIS Server

Client

AtomClient

SOAPClient

Atom SOAP

Target Audienceany Java based

CMIS Application

Page 8: CMIS Apache Jackrabbit Sandbox

Server Architecture

JCR Bindings

Any JCR repository

CMIS Clients

SOAPAtom

CMIS API(java bindings)

AtomServer

SOAPServer

Target Audienceany JCR repository

drop-in CMIS compliance

Target Audienceany Java based CMIS implementation

Page 9: CMIS Apache Jackrabbit Sandbox

Show!