SlideShare una empresa de Scribd logo
1 de 42
Building Content-Rich Java Apps in the
Cloud with the Alfresco API
Jeff Potts
Chief Community Officer
Apache Chemistry cmislib lead
Agenda
• What is Alfresco?
• Why You Shouldn’t Roll Your Own Repo
• Getting Started with the API (Demos)
  – Signing up for an API key
  – Hitting the API with a REST client
  – Doing something simple but useful with Java
• Brief Intro to CMIS
• Guidelines/Tips
• Re-cap and What You Should Do Next
What is Alfresco?
    enterprise content management platform
    across cloud, on-premise or both

    API for content apps that can run in the
    cloud, on-premise or both

    content hub for your enterprise tablets



     cloud        on-premise   hybrid cloud sync
2,200 enterprise customers
66 countries
6.6 million users
3.3 billion documents managed
Benefits

For users: Access
content on any device,
with any content tool, anywhere

For organizations: Manage and control company
content, with whatever level of security,
customization, integration or workflow is
required

For developers: Target 1 standards-based API
How do we deliver?
Open Source
free access to source code for developers

Open Standards
WebDAV, CIFS, SharePoint Protocol, CMIS

Choice
use any tool, any device, deploy in cloud, on-premise or both

Flexibility
customizable, extensible, easily integrated
A Few Random Examples
• Contract negotiation, creation, & review
• Press request/fulfillment
• Board room/B2B collaboration
• Field sales collateral creation &
  communication
• Customer file sharing
• University course guide
  authoring/publishing
Document-Related Pain




                        Source: eqqman
Not so fast,
Ryan Gosling!
DIY: Relational May Not Cut It
• Relational is good at text and numbers.
  Binary data? YMMV
• Size limits
• Random seek (streaming)
• Search: Some relational databases can
  index into blobs, but not all
And what about…
• Security framework        •   Versioning
• Search                    •   Check-in/Check-out
• Business                  •   Remote API
  Process/Workflow          •   Replication
  Engine                    •   Social features
• Transforms/Extractions/   •   Mobile access
  Renditions
                            •   Custom code to
• Scheduled jobs                integrate all of these
• WebDAV, CIFS, FTP or          subsystems
  other authoring
  integrations
Source: gobucks2
What Have We Done?
Alfresco Content Platform
• Our Apps, Your Apps,
  Third-Party Apps
• Any device
• One API                Alfresco API
• On-Premise, in the
  Cloud, or Both
• Open Source (LGPLv3)       Sync



     Repository +
      Services
Repository
• Hierarchical collection of typed nodes
  – Folders, Documents, Contracts, Resumes
• Nodes may have content associated with
  them
• Metadata
• Secured
• Searchable
Services
•   Embedded workflow (Activiti)
•   Transformations
•   Rules
•   Versioning
•   Many more
Alfresco API
API Options
• Alfresco’s “foundation” API is Java
• Server-side JavaScript is also an option
• Remote APIs
  – CMIS - Atom REST or SOAP
  – HTTP REST Webscripts - Java or JavaScript
• Alfresco Cloud API
  – Launched October 2!


                            Source: 96dpi
Alfresco API & SDK
• What are we announcing?
  – New public API for Alfresco in the Cloud
    • Based on CMIS (AtomPub) and Alfresco REST
      (JSON)
  – Alfresco Mobile SDK
    • iOS and Android client SDKs
    • Wrap the new Cloud API and the existing on-
      premise API
    • Coming soon!
Alfresco API Launch Partners
LET’S SEE HOW THIS WORKS!
Alfresco Cloud UI
Alfresco Mobile
Developer Portal   http://developer.alfresco.com




                   http://youtu.be/TdAFYy0QttU
How OAuth2 Authentication Works
   Application          Alfresco          End-User
    Sign up for an    Assigns you a
       API key        consumer key
                       and secret

   Invokes the
  Authorize URL      Asks the user for
                       permission
                                         User grants
                                           access
                     Redirects to your
    Grabs the         app’s callback
  returned code            URL

  Exchanges the
    code for an
   access token         Returns an
                     access token and
                        expiration
 Adds the token to
                                         Not shown: Refresh
   Authorization
      header
                                         after access token
                                         expiration
Example: Hitting the REST API




                 http://youtu.be/5QS0CNsPJEY
Alfresco REST API
• Sites
    – Members
    – Favorites
•   Networks        List will expand
•   People          over time
•   Containers
•   Activities
•   Ratings
•   Comments
•   Tags
So what is CMIS, anyway?
What is CMIS?
• Content Management Interoperability
  Services
• Language-independent, vendor-neutral API
  for content management
  –   CRUD functions for nodes
  –   Check-in/check-out
  –   Associations
  –   Permissions (Access Control Lists)
  –   Policies
  –   Queries
  –   Repository traversal
The Beauty of CMIS
 Presentation
     Tier

                 REST   SOAP




                               ?
   Content
 Services Tier




  Enterprise
  Apps Tier                        ?
• Open Source implementations of CMIS
• Apache Chemistry is the umbrella project
  for all CMIS related projects within the
  ASF
  –   OpenCMIS (Java, client and server)
  –   cmislib (Python, client)
  –   phpclient (PHP, client)
  –   DotCMIS (.NET, client)
CMIS & Apache Chemistry in
Action
• Everything you need
  to know about CMIS
  1.0 & 1.1
• Lots of Groovy and
  Java examples
• Also covers Python,
  Android, & iOS
• Now on MEAP!
• 37%-off: 12cmisal
Example: Create, Find and
Comment on a Document with
Java



         Screenshot, TBD




                           http://youtu.be/1ZtmoPdCKJI
Things to Consider
• Rate limits
    – 5 requests/second, 10,000 requests/day (Dev)
    – 50 requests/second, 100,000 requests/day (Prod)
•   No limit on # of applications
•   Alfresco Cloud users own their content
•   OpenCMIS 0.8.0-SNAPSHOT
•   cmislib 0.5.1dev
Where to Get Help
• Alfresco API forum
• #alfresco on freenode IRC
• Alfresco Technical Discussion Google Group
• http://code.google.com/p/alfresco-api-java-
  examples
• http://code.google.com/p/alfresco-api-python-
  examples
• Come by the booth!
RECAP
Alfresco as a Content Platform
• Alfresco is an open source ECM platform
  – Repository + Services + API
• Choice throughout the stack
• Flexibility in deployment options
• Standards-based API
  – CMIS AtomPub + Alfresco REST
• Register your application at
  developer.alfresco.com
Your Next Steps

Cloud Account           Register App            Participate
Sign up for a           Become a Registered     Join our community of
free 10GB Alfresco      Developer at            developers at
network in the cloud.   developer.alfresco.co   forums.alfresco.com,
                        m                       in IRC, and on Twitter

                        Grab your app key
                        and secret
Berlin, Germany   San Jose, California
November 6 & 7     November 14 & 15


http://www.alfresco.com/devcon
http://wiki.alfresco.com/wiki/Loc
Join Our Community   al_Communities
For More Information…
• Alfresco Developer Portal
  – http://developer.alfresco.com
• Alfresco Forums
  – http://forums.alfresco.com      My Contact Info…
• Alfresco Wiki                     Jeff Potts

  – http://wiki.alfresco.com        Email:
• Alfresco Blogroll                 jeff.potts@alfresco.c
                                    om
  – http://blogs.alfresco.com
• ECM Architect Blog                Twitter/Skype:
                                    jeffpotts01
  – http://ecmarchitect.com
Building Content-Rich Java Apps in the Cloud with the Alfresco API

Más contenido relacionado

La actualidad más candente

Intro To Alfresco Part 2
Intro To Alfresco Part 2Intro To Alfresco Part 2
Intro To Alfresco Part 2Jeff Potts
 
Losing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for SolutionLosing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for SolutionAcquia
 
CMIS: An Open API for Managing Content
CMIS: An Open API for Managing ContentCMIS: An Open API for Managing Content
CMIS: An Open API for Managing ContentJeff Potts
 
Load Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusionLoad Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusionColdFusionConference
 
BP-7 Share Customization Best Practices
BP-7 Share Customization Best PracticesBP-7 Share Customization Best Practices
BP-7 Share Customization Best PracticesAlfresco Software
 
A Microsoft primer for PHP devs
A Microsoft primer for PHP devsA Microsoft primer for PHP devs
A Microsoft primer for PHP devsguest0a62e8
 
Node.js to the rescue
Node.js to the rescueNode.js to the rescue
Node.js to the rescueMarko Heijnen
 
Introducing ASP.NET vNext - A tour of the new ASP.NET platform
Introducing ASP.NET vNext - A tour of the new ASP.NET platformIntroducing ASP.NET vNext - A tour of the new ASP.NET platform
Introducing ASP.NET vNext - A tour of the new ASP.NET platformJeffrey T. Fritz
 
Migration to ColdFusion 11 – making it seamless and easy anit
Migration to ColdFusion 11 – making it seamless and easy   anitMigration to ColdFusion 11 – making it seamless and easy   anit
Migration to ColdFusion 11 – making it seamless and easy anitColdFusionConference
 
0910 cagliari- spring surf and cmis - the dynamic duo
0910 cagliari- spring surf and cmis - the dynamic duo0910 cagliari- spring surf and cmis - the dynamic duo
0910 cagliari- spring surf and cmis - the dynamic duoSymphony Software Foundation
 
IIS for Developers
IIS for DevelopersIIS for Developers
IIS for DevelopersIdo Flatow
 
C# ASP.NET WEB API APPLICATION DEVELOPMENT
C# ASP.NET WEB API APPLICATION DEVELOPMENTC# ASP.NET WEB API APPLICATION DEVELOPMENT
C# ASP.NET WEB API APPLICATION DEVELOPMENTDr. Awase Khirni Syed
 
ITB2016 - Building ColdFusion RESTFul Services
ITB2016 - Building ColdFusion RESTFul ServicesITB2016 - Building ColdFusion RESTFul Services
ITB2016 - Building ColdFusion RESTFul ServicesOrtus Solutions, Corp
 
RESTful web APIs (build, document, manage)
RESTful web APIs (build, document, manage)RESTful web APIs (build, document, manage)
RESTful web APIs (build, document, manage)Cisco DevNet
 

La actualidad más candente (20)

Intro To Alfresco Part 2
Intro To Alfresco Part 2Intro To Alfresco Part 2
Intro To Alfresco Part 2
 
Alfresco 5.0 features
Alfresco 5.0 featuresAlfresco 5.0 features
Alfresco 5.0 features
 
Losing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for SolutionLosing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for Solution
 
CMIS: An Open API for Managing Content
CMIS: An Open API for Managing ContentCMIS: An Open API for Managing Content
CMIS: An Open API for Managing Content
 
Load Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusionLoad Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusion
 
Spring In Alfresco Ecm
Spring In Alfresco EcmSpring In Alfresco Ecm
Spring In Alfresco Ecm
 
BP-7 Share Customization Best Practices
BP-7 Share Customization Best PracticesBP-7 Share Customization Best Practices
BP-7 Share Customization Best Practices
 
A Microsoft primer for PHP devs
A Microsoft primer for PHP devsA Microsoft primer for PHP devs
A Microsoft primer for PHP devs
 
Node.js to the rescue
Node.js to the rescueNode.js to the rescue
Node.js to the rescue
 
Introducing ASP.NET vNext - A tour of the new ASP.NET platform
Introducing ASP.NET vNext - A tour of the new ASP.NET platformIntroducing ASP.NET vNext - A tour of the new ASP.NET platform
Introducing ASP.NET vNext - A tour of the new ASP.NET platform
 
Securing applications
Securing applicationsSecuring applications
Securing applications
 
Migration to ColdFusion 11 – making it seamless and easy anit
Migration to ColdFusion 11 – making it seamless and easy   anitMigration to ColdFusion 11 – making it seamless and easy   anit
Migration to ColdFusion 11 – making it seamless and easy anit
 
0910 cagliari- spring surf and cmis - the dynamic duo
0910 cagliari- spring surf and cmis - the dynamic duo0910 cagliari- spring surf and cmis - the dynamic duo
0910 cagliari- spring surf and cmis - the dynamic duo
 
Api manager preconference
Api manager preconferenceApi manager preconference
Api manager preconference
 
Bring api manager into your stack
Bring api manager into your stackBring api manager into your stack
Bring api manager into your stack
 
IIS for Developers
IIS for DevelopersIIS for Developers
IIS for Developers
 
Restful API's with ColdFusion
Restful API's with ColdFusionRestful API's with ColdFusion
Restful API's with ColdFusion
 
C# ASP.NET WEB API APPLICATION DEVELOPMENT
C# ASP.NET WEB API APPLICATION DEVELOPMENTC# ASP.NET WEB API APPLICATION DEVELOPMENT
C# ASP.NET WEB API APPLICATION DEVELOPMENT
 
ITB2016 - Building ColdFusion RESTFul Services
ITB2016 - Building ColdFusion RESTFul ServicesITB2016 - Building ColdFusion RESTFul Services
ITB2016 - Building ColdFusion RESTFul Services
 
RESTful web APIs (build, document, manage)
RESTful web APIs (build, document, manage)RESTful web APIs (build, document, manage)
RESTful web APIs (build, document, manage)
 

Similar a Building Content-Rich Java Apps in the Cloud with the Alfresco API

Tech talk live on new alfresco api
Tech talk live on new alfresco apiTech talk live on new alfresco api
Tech talk live on new alfresco apiAlfresco Software
 
Intro to the Alfresco Public API
Intro to the Alfresco Public APIIntro to the Alfresco Public API
Intro to the Alfresco Public APIJeff Potts
 
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Nicole Szigeti
 
Developer’s intro to the alfresco platform
Developer’s intro to the alfresco platformDeveloper’s intro to the alfresco platform
Developer’s intro to the alfresco platformAlfresco Software
 
API Gateways are going through an identity crisis
API Gateways are going through an identity crisisAPI Gateways are going through an identity crisis
API Gateways are going through an identity crisisChristian Posta
 
Aws Technical Day 2015 - Amazon API Gateway
Aws Technical Day 2015 - Amazon API GatewayAws Technical Day 2015 - Amazon API Gateway
Aws Technical Day 2015 - Amazon API Gatewayaws-marketing-il
 
Cloud Services Powered by IBM SoftLayer and NetflixOSS
Cloud Services Powered by IBM SoftLayer and NetflixOSSCloud Services Powered by IBM SoftLayer and NetflixOSS
Cloud Services Powered by IBM SoftLayer and NetflixOSSaspyker
 
Role of Rest vs. Web Services and EI
Role of Rest vs. Web Services and EIRole of Rest vs. Web Services and EI
Role of Rest vs. Web Services and EIWSO2
 
Introduction to Kong API Gateway
Introduction to Kong API GatewayIntroduction to Kong API Gateway
Introduction to Kong API GatewayYohann Ciurlik
 
Alfresco Day Vienna 2015 - Technical Track - REST API of the Future
Alfresco Day Vienna 2015 - Technical Track - REST API of the FutureAlfresco Day Vienna 2015 - Technical Track - REST API of the Future
Alfresco Day Vienna 2015 - Technical Track - REST API of the FutureAlfresco Software
 
London DevOps Meetup - PaaS as a platform for devops
London DevOps Meetup - PaaS as a platform for devopsLondon DevOps Meetup - PaaS as a platform for devops
London DevOps Meetup - PaaS as a platform for devopsJeremy Brown
 
Build and Manage Your APIs with Amazon API Gateway
Build and Manage Your APIs with Amazon API GatewayBuild and Manage Your APIs with Amazon API Gateway
Build and Manage Your APIs with Amazon API GatewayAmazon Web Services
 
Building a Great Web API - Evan Cooke - QCON 2011
Building a Great Web API - Evan Cooke - QCON 2011Building a Great Web API - Evan Cooke - QCON 2011
Building a Great Web API - Evan Cooke - QCON 2011Twilio Inc
 
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...Lucas Jellema
 
Building A Great API - Evan Cooke, Cloudstock, December 2010
Building A Great API - Evan Cooke, Cloudstock, December 2010Building A Great API - Evan Cooke, Cloudstock, December 2010
Building A Great API - Evan Cooke, Cloudstock, December 2010Twilio Inc
 
IBM Open Cloud Update XCITE Fall 2014
IBM Open Cloud Update   XCITE Fall 2014IBM Open Cloud Update   XCITE Fall 2014
IBM Open Cloud Update XCITE Fall 2014Christopher Ferris
 
Forced Evolution: Shopify's Journey to Kubernetes
Forced Evolution: Shopify's Journey to KubernetesForced Evolution: Shopify's Journey to Kubernetes
Forced Evolution: Shopify's Journey to KubernetesC4Media
 

Similar a Building Content-Rich Java Apps in the Cloud with the Alfresco API (20)

Tech talk live on new alfresco api
Tech talk live on new alfresco apiTech talk live on new alfresco api
Tech talk live on new alfresco api
 
Intro to the Alfresco Public API
Intro to the Alfresco Public APIIntro to the Alfresco Public API
Intro to the Alfresco Public API
 
M meijer api management - tech-days 2015
M meijer   api management - tech-days 2015M meijer   api management - tech-days 2015
M meijer api management - tech-days 2015
 
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
 
Developer’s intro to the alfresco platform
Developer’s intro to the alfresco platformDeveloper’s intro to the alfresco platform
Developer’s intro to the alfresco platform
 
API Gateways are going through an identity crisis
API Gateways are going through an identity crisisAPI Gateways are going through an identity crisis
API Gateways are going through an identity crisis
 
Operating your Production API
Operating your Production APIOperating your Production API
Operating your Production API
 
Aws Technical Day 2015 - Amazon API Gateway
Aws Technical Day 2015 - Amazon API GatewayAws Technical Day 2015 - Amazon API Gateway
Aws Technical Day 2015 - Amazon API Gateway
 
Amazon API Gateway
Amazon API GatewayAmazon API Gateway
Amazon API Gateway
 
Cloud Services Powered by IBM SoftLayer and NetflixOSS
Cloud Services Powered by IBM SoftLayer and NetflixOSSCloud Services Powered by IBM SoftLayer and NetflixOSS
Cloud Services Powered by IBM SoftLayer and NetflixOSS
 
Role of Rest vs. Web Services and EI
Role of Rest vs. Web Services and EIRole of Rest vs. Web Services and EI
Role of Rest vs. Web Services and EI
 
Introduction to Kong API Gateway
Introduction to Kong API GatewayIntroduction to Kong API Gateway
Introduction to Kong API Gateway
 
Alfresco Day Vienna 2015 - Technical Track - REST API of the Future
Alfresco Day Vienna 2015 - Technical Track - REST API of the FutureAlfresco Day Vienna 2015 - Technical Track - REST API of the Future
Alfresco Day Vienna 2015 - Technical Track - REST API of the Future
 
London DevOps Meetup - PaaS as a platform for devops
London DevOps Meetup - PaaS as a platform for devopsLondon DevOps Meetup - PaaS as a platform for devops
London DevOps Meetup - PaaS as a platform for devops
 
Build and Manage Your APIs with Amazon API Gateway
Build and Manage Your APIs with Amazon API GatewayBuild and Manage Your APIs with Amazon API Gateway
Build and Manage Your APIs with Amazon API Gateway
 
Building a Great Web API - Evan Cooke - QCON 2011
Building a Great Web API - Evan Cooke - QCON 2011Building a Great Web API - Evan Cooke - QCON 2011
Building a Great Web API - Evan Cooke - QCON 2011
 
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...
Event Bus as Backbone for Decoupled Microservice Choreography - Lecture and W...
 
Building A Great API - Evan Cooke, Cloudstock, December 2010
Building A Great API - Evan Cooke, Cloudstock, December 2010Building A Great API - Evan Cooke, Cloudstock, December 2010
Building A Great API - Evan Cooke, Cloudstock, December 2010
 
IBM Open Cloud Update XCITE Fall 2014
IBM Open Cloud Update   XCITE Fall 2014IBM Open Cloud Update   XCITE Fall 2014
IBM Open Cloud Update XCITE Fall 2014
 
Forced Evolution: Shopify's Journey to Kubernetes
Forced Evolution: Shopify's Journey to KubernetesForced Evolution: Shopify's Journey to Kubernetes
Forced Evolution: Shopify's Journey to Kubernetes
 

Más de Jeff Potts

No Docker? No Problem: Automating installation and config with Ansible
No Docker? No Problem: Automating installation and config with AnsibleNo Docker? No Problem: Automating installation and config with Ansible
No Docker? No Problem: Automating installation and config with AnsibleJeff Potts
 
Moving From Actions & Behaviors to Microservices
Moving From Actions & Behaviors to MicroservicesMoving From Actions & Behaviors to Microservices
Moving From Actions & Behaviors to MicroservicesJeff Potts
 
Flexible Permissions Management with ACL Templates
Flexible Permissions Management with ACL TemplatesFlexible Permissions Management with ACL Templates
Flexible Permissions Management with ACL TemplatesJeff Potts
 
Moving Gigantic Files Into and Out of the Alfresco Repository
Moving Gigantic Files Into and Out of the Alfresco RepositoryMoving Gigantic Files Into and Out of the Alfresco Repository
Moving Gigantic Files Into and Out of the Alfresco RepositoryJeff Potts
 
Could Alfresco Survive a Zombie Attack?
Could Alfresco Survive a Zombie Attack?Could Alfresco Survive a Zombie Attack?
Could Alfresco Survive a Zombie Attack?Jeff Potts
 
Connecting Content Management Apps with CMIS
Connecting Content Management Apps with CMISConnecting Content Management Apps with CMIS
Connecting Content Management Apps with CMISJeff Potts
 
The Challenges of Keeping Bees
The Challenges of Keeping BeesThe Challenges of Keeping Bees
The Challenges of Keeping BeesJeff Potts
 
Getting Started With CMIS
Getting Started With CMISGetting Started With CMIS
Getting Started With CMISJeff Potts
 
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...Jeff Potts
 
Join the Alfresco community
Join the Alfresco communityJoin the Alfresco community
Join the Alfresco communityJeff Potts
 
Apache Chemistry in Action
Apache Chemistry in ActionApache Chemistry in Action
Apache Chemistry in ActionJeff Potts
 
Alfresco Community Survey 2012 Results
Alfresco Community Survey 2012 ResultsAlfresco Community Survey 2012 Results
Alfresco Community Survey 2012 ResultsJeff Potts
 
Relational Won't Cut It: Architecting Content Centric Apps
Relational Won't Cut It: Architecting Content Centric AppsRelational Won't Cut It: Architecting Content Centric Apps
Relational Won't Cut It: Architecting Content Centric AppsJeff Potts
 
Alfresco SAUG: State of ECM
Alfresco SAUG: State of ECMAlfresco SAUG: State of ECM
Alfresco SAUG: State of ECMJeff Potts
 
Alfresco SAUG: CMIS & Integrations
Alfresco SAUG: CMIS & IntegrationsAlfresco SAUG: CMIS & Integrations
Alfresco SAUG: CMIS & IntegrationsJeff Potts
 
Should You Attend Alfresco Devcon 2011
Should You Attend Alfresco Devcon 2011Should You Attend Alfresco Devcon 2011
Should You Attend Alfresco Devcon 2011Jeff Potts
 
2011 Alfresco Community Survey Results
2011 Alfresco Community Survey Results2011 Alfresco Community Survey Results
2011 Alfresco Community Survey ResultsJeff Potts
 
Good Chemistry: Alfresco, JBoss and CMIS
Good Chemistry: Alfresco, JBoss and CMISGood Chemistry: Alfresco, JBoss and CMIS
Good Chemistry: Alfresco, JBoss and CMISJeff Potts
 
Co-Editing Complex Documents from Alfresco Share
Co-Editing Complex Documents from Alfresco ShareCo-Editing Complex Documents from Alfresco Share
Co-Editing Complex Documents from Alfresco ShareJeff Potts
 
Alfresco from an agile framework perspective
Alfresco from an agile framework perspectiveAlfresco from an agile framework perspective
Alfresco from an agile framework perspectiveJeff Potts
 

Más de Jeff Potts (20)

No Docker? No Problem: Automating installation and config with Ansible
No Docker? No Problem: Automating installation and config with AnsibleNo Docker? No Problem: Automating installation and config with Ansible
No Docker? No Problem: Automating installation and config with Ansible
 
Moving From Actions & Behaviors to Microservices
Moving From Actions & Behaviors to MicroservicesMoving From Actions & Behaviors to Microservices
Moving From Actions & Behaviors to Microservices
 
Flexible Permissions Management with ACL Templates
Flexible Permissions Management with ACL TemplatesFlexible Permissions Management with ACL Templates
Flexible Permissions Management with ACL Templates
 
Moving Gigantic Files Into and Out of the Alfresco Repository
Moving Gigantic Files Into and Out of the Alfresco RepositoryMoving Gigantic Files Into and Out of the Alfresco Repository
Moving Gigantic Files Into and Out of the Alfresco Repository
 
Could Alfresco Survive a Zombie Attack?
Could Alfresco Survive a Zombie Attack?Could Alfresco Survive a Zombie Attack?
Could Alfresco Survive a Zombie Attack?
 
Connecting Content Management Apps with CMIS
Connecting Content Management Apps with CMISConnecting Content Management Apps with CMIS
Connecting Content Management Apps with CMIS
 
The Challenges of Keeping Bees
The Challenges of Keeping BeesThe Challenges of Keeping Bees
The Challenges of Keeping Bees
 
Getting Started With CMIS
Getting Started With CMISGetting Started With CMIS
Getting Started With CMIS
 
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...
Apache Chemistry in Action: Using CMIS and your favorite language to unlock c...
 
Join the Alfresco community
Join the Alfresco communityJoin the Alfresco community
Join the Alfresco community
 
Apache Chemistry in Action
Apache Chemistry in ActionApache Chemistry in Action
Apache Chemistry in Action
 
Alfresco Community Survey 2012 Results
Alfresco Community Survey 2012 ResultsAlfresco Community Survey 2012 Results
Alfresco Community Survey 2012 Results
 
Relational Won't Cut It: Architecting Content Centric Apps
Relational Won't Cut It: Architecting Content Centric AppsRelational Won't Cut It: Architecting Content Centric Apps
Relational Won't Cut It: Architecting Content Centric Apps
 
Alfresco SAUG: State of ECM
Alfresco SAUG: State of ECMAlfresco SAUG: State of ECM
Alfresco SAUG: State of ECM
 
Alfresco SAUG: CMIS & Integrations
Alfresco SAUG: CMIS & IntegrationsAlfresco SAUG: CMIS & Integrations
Alfresco SAUG: CMIS & Integrations
 
Should You Attend Alfresco Devcon 2011
Should You Attend Alfresco Devcon 2011Should You Attend Alfresco Devcon 2011
Should You Attend Alfresco Devcon 2011
 
2011 Alfresco Community Survey Results
2011 Alfresco Community Survey Results2011 Alfresco Community Survey Results
2011 Alfresco Community Survey Results
 
Good Chemistry: Alfresco, JBoss and CMIS
Good Chemistry: Alfresco, JBoss and CMISGood Chemistry: Alfresco, JBoss and CMIS
Good Chemistry: Alfresco, JBoss and CMIS
 
Co-Editing Complex Documents from Alfresco Share
Co-Editing Complex Documents from Alfresco ShareCo-Editing Complex Documents from Alfresco Share
Co-Editing Complex Documents from Alfresco Share
 
Alfresco from an agile framework perspective
Alfresco from an agile framework perspectiveAlfresco from an agile framework perspective
Alfresco from an agile framework perspective
 

Último

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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 SolutionsEnterprise Knowledge
 
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...Martijn de Jong
 
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 interpreternaman860154
 
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 MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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...Neo4j
 
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 MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Último (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
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...
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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...
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

Building Content-Rich Java Apps in the Cloud with the Alfresco API

  • 1. Building Content-Rich Java Apps in the Cloud with the Alfresco API Jeff Potts Chief Community Officer Apache Chemistry cmislib lead
  • 2. Agenda • What is Alfresco? • Why You Shouldn’t Roll Your Own Repo • Getting Started with the API (Demos) – Signing up for an API key – Hitting the API with a REST client – Doing something simple but useful with Java • Brief Intro to CMIS • Guidelines/Tips • Re-cap and What You Should Do Next
  • 3. What is Alfresco? enterprise content management platform across cloud, on-premise or both API for content apps that can run in the cloud, on-premise or both content hub for your enterprise tablets cloud on-premise hybrid cloud sync
  • 4. 2,200 enterprise customers 66 countries 6.6 million users 3.3 billion documents managed
  • 5. Benefits For users: Access content on any device, with any content tool, anywhere For organizations: Manage and control company content, with whatever level of security, customization, integration or workflow is required For developers: Target 1 standards-based API
  • 6. How do we deliver? Open Source free access to source code for developers Open Standards WebDAV, CIFS, SharePoint Protocol, CMIS Choice use any tool, any device, deploy in cloud, on-premise or both Flexibility customizable, extensible, easily integrated
  • 7. A Few Random Examples • Contract negotiation, creation, & review • Press request/fulfillment • Board room/B2B collaboration • Field sales collateral creation & communication • Customer file sharing • University course guide authoring/publishing
  • 8. Document-Related Pain Source: eqqman
  • 9. Not so fast, Ryan Gosling!
  • 10. DIY: Relational May Not Cut It • Relational is good at text and numbers. Binary data? YMMV • Size limits • Random seek (streaming) • Search: Some relational databases can index into blobs, but not all
  • 11. And what about… • Security framework • Versioning • Search • Check-in/Check-out • Business • Remote API Process/Workflow • Replication Engine • Social features • Transforms/Extractions/ • Mobile access Renditions • Custom code to • Scheduled jobs integrate all of these • WebDAV, CIFS, FTP or subsystems other authoring integrations
  • 13. Alfresco Content Platform • Our Apps, Your Apps, Third-Party Apps • Any device • One API Alfresco API • On-Premise, in the Cloud, or Both • Open Source (LGPLv3) Sync Repository + Services
  • 14. Repository • Hierarchical collection of typed nodes – Folders, Documents, Contracts, Resumes • Nodes may have content associated with them • Metadata • Secured • Searchable
  • 15. Services • Embedded workflow (Activiti) • Transformations • Rules • Versioning • Many more
  • 16. Alfresco API API Options • Alfresco’s “foundation” API is Java • Server-side JavaScript is also an option • Remote APIs – CMIS - Atom REST or SOAP – HTTP REST Webscripts - Java or JavaScript • Alfresco Cloud API – Launched October 2! Source: 96dpi
  • 17. Alfresco API & SDK • What are we announcing? – New public API for Alfresco in the Cloud • Based on CMIS (AtomPub) and Alfresco REST (JSON) – Alfresco Mobile SDK • iOS and Android client SDKs • Wrap the new Cloud API and the existing on- premise API • Coming soon!
  • 18.
  • 20.
  • 21. LET’S SEE HOW THIS WORKS!
  • 24. Developer Portal http://developer.alfresco.com http://youtu.be/TdAFYy0QttU
  • 25. How OAuth2 Authentication Works Application Alfresco End-User Sign up for an Assigns you a API key consumer key and secret Invokes the Authorize URL Asks the user for permission User grants access Redirects to your Grabs the app’s callback returned code URL Exchanges the code for an access token Returns an access token and expiration Adds the token to Not shown: Refresh Authorization header after access token expiration
  • 26. Example: Hitting the REST API http://youtu.be/5QS0CNsPJEY
  • 27. Alfresco REST API • Sites – Members – Favorites • Networks List will expand • People over time • Containers • Activities • Ratings • Comments • Tags
  • 28. So what is CMIS, anyway?
  • 29. What is CMIS? • Content Management Interoperability Services • Language-independent, vendor-neutral API for content management – CRUD functions for nodes – Check-in/check-out – Associations – Permissions (Access Control Lists) – Policies – Queries – Repository traversal
  • 30. The Beauty of CMIS Presentation Tier REST SOAP ? Content Services Tier Enterprise Apps Tier ?
  • 31. • Open Source implementations of CMIS • Apache Chemistry is the umbrella project for all CMIS related projects within the ASF – OpenCMIS (Java, client and server) – cmislib (Python, client) – phpclient (PHP, client) – DotCMIS (.NET, client)
  • 32. CMIS & Apache Chemistry in Action • Everything you need to know about CMIS 1.0 & 1.1 • Lots of Groovy and Java examples • Also covers Python, Android, & iOS • Now on MEAP! • 37%-off: 12cmisal
  • 33. Example: Create, Find and Comment on a Document with Java Screenshot, TBD http://youtu.be/1ZtmoPdCKJI
  • 34. Things to Consider • Rate limits – 5 requests/second, 10,000 requests/day (Dev) – 50 requests/second, 100,000 requests/day (Prod) • No limit on # of applications • Alfresco Cloud users own their content • OpenCMIS 0.8.0-SNAPSHOT • cmislib 0.5.1dev
  • 35. Where to Get Help • Alfresco API forum • #alfresco on freenode IRC • Alfresco Technical Discussion Google Group • http://code.google.com/p/alfresco-api-java- examples • http://code.google.com/p/alfresco-api-python- examples • Come by the booth!
  • 36. RECAP
  • 37. Alfresco as a Content Platform • Alfresco is an open source ECM platform – Repository + Services + API • Choice throughout the stack • Flexibility in deployment options • Standards-based API – CMIS AtomPub + Alfresco REST • Register your application at developer.alfresco.com
  • 38. Your Next Steps Cloud Account Register App Participate Sign up for a Become a Registered Join our community of free 10GB Alfresco Developer at developers at network in the cloud. developer.alfresco.co forums.alfresco.com, m in IRC, and on Twitter Grab your app key and secret
  • 39. Berlin, Germany San Jose, California November 6 & 7 November 14 & 15 http://www.alfresco.com/devcon
  • 41. For More Information… • Alfresco Developer Portal – http://developer.alfresco.com • Alfresco Forums – http://forums.alfresco.com My Contact Info… • Alfresco Wiki Jeff Potts – http://wiki.alfresco.com Email: • Alfresco Blogroll jeff.potts@alfresco.c om – http://blogs.alfresco.com • ECM Architect Blog Twitter/Skype: jeffpotts01 – http://ecmarchitect.com

Notas del editor

  1. Alfresco is an open source Enterprise Content Management platformCan manage any kind of file, any sizeStores the file and metadataAll content and metadata is searchableFiles can be secured to specific users and groupsCMIS-compliantProvides versioning and check-in/check-outHas a built-in workflow engineCan be accessed through a browser or from desktop applications via CIFS, WebDAV, FTP, IMAP, SMTP, SharePointThree editionsCommunityEnterprise (On-Premise)Cloud
  2. I’ve got a ton of filesI’ve got people that produce them, sometimes collaboratively, and people that consume them.I want to somehow make it easier to deal with all of this.Inability to find important contentBlack hole processRe-creating the wheelProductivity lossHigher costsUsing outdated contentLegal/business riskLoss-of-life/injury
  3. Commons response: Let’s built it ourselves!
  4. You’ve built a system that’s pretty bad-ass, and it is customized to your specific needs, but at what cost? - Lots of custom code to maintain - More than likely not standards compliant - It meets today’s requirements, but what about tomorrow’s?
  5. Alfresco wants to be your content platform: - Open source - Choice throughout the stack - Your dev tools & frameworksThis problem has already been solved. Don’t build it yourself.Content Platform = Repository + ServicesFind a platform that meets your needsExtend the platform with your own business logicWrite your own front-end using whatever language or framework makes senseOr, customize the UI that the platform provides
  6. Alfresco have previously supported CMIS APIs, but these only provided access to a subset of the total functionality available within the Alfresco server. The new public API is much more comprehensive in the capabilities it offers to developers and has two components: CMIS (runs on AtomPub XML) is the standard defined by OASIS, and it is a good position to be in for Alfresco to be able to communicate our compliance with this recognised standard. The other part of the API offers additional integration capabilties via REST, which we will go into on the next slide, along with the Mobile SDK.
  7. The Alfresco API enables the developer community to unlock the power of the Alfresco platform to mutually compliment their own developments. We’ve built upon the CMIS standard API format, to provide additional development functionality via the REST element of the Alfresco API. These two elements combine to offer the most comprehensive integration options possible. The two ingredients in the Alfresco API.The CMIS part:Store, retrieve, search and query folder content, access metadata and thumbnails for documents and read and write data.The REST part:The REST element of the API adds in additional functionality, such as access to data on users, sites and the ability to read and write activity streams, and provides developers with extra depth in the options open to them when developing against the Alfresco platform.The two components – CMIS and REST – both run on HTTP and can be used either in combination, or independently, according to the needs/desires of the developer and their project, and provide support for numerous different coding languages.There is also the upcoming release of the Alfresco Mobile SDK, which is toolkit that sits as an additional extraction layer for developers working on iOS and Android apps, to make the process of integration even simpler still. The SDK is completely optional, so it is up to developers to decide whether it will be a benefit in the interface between their app and Alfresco.The Alfresco Mobile SDK is deployed alongside the Alfresco APIThe benefits of the Alfresco APIIt exposes the Alfresco platformAllows leverage of Alfresco as a document/data repository, workflow initiation platform and many other usesUnleashes strength and depth of Alfresco to augment 3rd party appsBenefits of Developing with Alfresco MobileThe Alfresco Mobile SDK in available for both iOS and Android developments, and is an optional extra interface layer to make building on the Alfresco platform for mobile applications even easier.Alfresco Mobile SDK provides the capability to connect to both on-premise and cloud-based servers.Supports Alfresco Enterprise versions 3.4.x and aboveThe Client API provides a library allowing quick incorporation of access to Alfresco servers within mobile applicationsWe provide an SDK Samples Application, an example of how the Client API can be deployed in a typical app integration
  8. Built on Spring Surf & YUIConfigurable, customizable
  9. Open SourceGet it from bitbucket
  10. When registering your app: - For “Scope”, enter “public_api” - For “Type”, enter “Confidential”
  11. Authorize URL: https://api.alfresco.com/auth/oauth/versions/2/authorizeToken URL: https://api.alfresco.com/auth/oauth/versions/2/token
  12. Development plan: 5 requests per second, 10,000 requests per dayProduction plan: 50 requests per second, 100,000 requests per dayThese may change over time