SlideShare a Scribd company logo
1 of 29
Download to read offline
Nuxeo, an open source platform
                   for content-centric
                 business applications
                               Stéfane Fermigier, Nuxeo
                                Laurent Doguin, Nuxeo



Wednesday, November 23, 2011
Nuxeo, the Company
         • Providing an Open Source Content Management Platform for
           Business Applications

         • 11 years old, 40+ employees, 500+ customers, 5000+
           installations

         • Sells Nuxeo Connect, a Service Subscription providing added
           value software and services

         • Dual HQ Paris & Boston, VC backed

         • Global Partner Network

         • On the forefront of innovation, with a dedicated research lab
           contributing to several industry initiatives, consortiums and open
           source foundations (OW2, Eclipse, Apache, Systematic, Cap
           Digital, PLOSS...)

                                                                                2

Wednesday, November 23, 2011
The Nuxeo Solution Portfolio
                                                                                         Life
                           Construction          Publishing       Government
                                                                                       Sciences
     Vertical                                                                                        Marketplace
                                                                                                    Solution Catalog
   Applications
                          Correspondence        Contracts            Invoice          Records
                           Management          Management          Processing        Management

                                                                                                        Studio
                                                                                                    Customization &
                                                                                                     Configuration
   Read-to-use                                                                    Case
                            Document                 Digital Asset
                                                                              Management
   Applications            Management                Management
                                                                               Framework
                                                                                                       Support
                                                                                                       with SLAs


    Technical                            Content Application Platform
                                 A packaged development framework for building content-centric       Maintenance
   Applications                    applications, is designed for java developers and architects.    Patches & upgrades




                                           Nuxeo Platform Technology                                Nuxeo Connect
   Technology                  Complete set of components covering all aspects of ECM. Extensible       Subscription
                                modular architecture designed for content application development

                                                                                                                         16 3

Wednesday, November 23, 2011
The Nuxeo Platform




                                              4


Wednesday, November 23, 2011
Nuxeo Platform is
  a set of building blocks




                               mainly ECM related




                                                    5


Wednesday, November 23, 2011
Nuxeo Platform is
  a set of building blocks
              for deploying customized Content Applications




                                                         6


Wednesday, November 23, 2011
What the Platform provides

       Extensible and configurable ECM services
        (Document storage, workflow, indexing, security,
        relation management, …)

       UI building blocks and frameworks
        (Web, RIA, Mobile …)

       High level frameworks
        (Nuxeo CAP, Nuxeo Case Management Framework …)

       Ready to use pre-packaged applications
        (Nuxeo DM, Nuxeo DAM ...)




                                                          7


Wednesday, November 23, 2011
What’s in it for me?
      For the Java developer
           A rich set Java services API for ECM features
           Support for several client technologies
           A plugin model, OSGi support (Eclipse Apricot)
           Unit testing framework
      For the system integrator
           An extensible Web Services API
           CMIS support
           OpenSocial

                                                             8


Wednesday, November 23, 2011
Tools
      Build and assembly tools
           Maven based build
           nuxeo-distribution-tools
      Customization and development tools
           Nuxeo Studio (web based)
           Nuxeo IDE (Eclipse based)
      Testing tools
           Non-regression testing
           Performance testing

                                             9


Wednesday, November 23, 2011
The Nuxeo Content Repository




                               10


Wednesday, November 23, 2011
Nuxeo Document




                               11


Wednesday, November 23, 2011
Documents in Nuxeo
      In Nuxeo, a “Document” is not just a simple file
           One document = a set of fields
            (String, Date, File, Complex types ...)
      Document types
           A document type is defined by XSD schemas
           Inheritance is supported
      Life cycle
           A document type is associated with a life cycle (ex:
            draft, published, obsolete...)

                                                         12


Wednesday, November 23, 2011
Documents in Nuxeo
      Facets can be used to qualify documents
       (Folderish, Hidden, Commentable …)
      Facets can be associated
           With a schema
           With a Business Object adapter
      Mixins
        
            Facets and Schemas can be added on a per-instance
            basis


                                                        13


Wednesday, November 23, 2011
Security
      Security in always on
      ACL-based default security policy
           Multiple-ACL support
           Ordered ACL support
           Grant / deny support
           ACL inheritance
      Additional pluggable security policies
           Implement custom security (ex: meta-data based)


                                                       14


Wednesday, November 23, 2011
Other Core features
      Query system
           NXQL or CMISQL: SQL-like query support
              −   Keyword search
              −   Full-text search
      Reporting (using, e.g., BIRT)
      Versioning in Nuxeo
           Configurable versioning policy
           Configurable versioning storage

                                                     15


Wednesday, November 23, 2011
Repository backend
      Nuxeo Visible Content Store (VCS)
           Dedicated native SQL storage
           Provides clean SQL mapping
            (ie: usable by a DBA or a BI tool)
           Multiple database vendor support
            (PostgreSQL, Oracle, MySQL, MS SQL, H2, Derby)
        
            Storage adapters
              −   Metadata and structure: SQL DB
              −   Binaries: Filesystem, SQL DB, S3 ...


                                                             16


Wednesday, November 23, 2011
Advanced features
      Built for performance
           Lazy-loading, pre-fetching, cache, blob streaming...
      Transaction management
           Exposes JCA connector
           Support for operations and manual tx management
      Pluggable event system
      Efficient storage
           Snapshotable, automatic deduplication…
           Support for hot backup and GC

                                                                   17


Wednesday, November 23, 2011
Nuxeo as a service platform




                                  18


Wednesday, November 23, 2011
Java API
   
       All Nuxeo services are exposed via Java Interfaces
        
            Access to services is simple
            Framework.getService(ServiceInterface.class)
        
            In addition you can also access the underlying
            components
            Framework.getRuntime().getComponent(name)
   
       In Java EE servers, Java services can be exposed via RMI




                                                             19


Wednesday, November 23, 2011
Service APIs
      Services can also be exposed via Web Services (with
       different granularity)




                                                     20


Wednesday, November 23, 2011
Content Oriented APIs
      Access Nuxeo Repository
           Via CMIS (uses Apache Chemistry)
           Via MS Windows SharePoint Services
           Via WebDAV




                                                 21


Wednesday, November 23, 2011
Automation APIs
      Flexible and pluggable REST API
        
            Contribute custom operation
        
            Assemble custom chains via Studio / XML
        
            Generic marshaling




                                                      22


Wednesday, November 23, 2011
Using the Nuxeo Platform




                                    23


Wednesday, November 23, 2011
Nuxeo EP use cases
      Turn-key ECM applications (DM, DAM...)
           Pre-packaged application
           Add configuration via Nuxeo Studio
      Vertical or bespoke business ECM application
           Extension and configuration Nuxeo platform
           OEM or SI integration
   
       Embedding Nuxeo Services in third party apps
           Configuration and Nuxeo service stack usage
           OEM or ISV providers

                                                         24


Wednesday, November 23, 2011
Nuxeo on the Cloud




                                              25


Wednesday, November 23, 2011
Nuxeo on the Cloud
       VM deployment (IaaS)
           Leverage services like EC2 and S3, or OpenStack /
            OpenNebula
       Java Cloud (PaaS)
           Leverage existing Java PaaS (ex: Cloudbees)
            (issues about storage and dynamic plugin system)
       Pure OSGi deployment on Cloud (via JOnAS?)
           Requires Nuxeo to run in full OSGi Mode
       See the Compatible One project (OW2)

                                                       26


Wednesday, November 23, 2011
Roadmap for 2012




                                              27


Wednesday, November 23, 2011
Nuxeo 2012 Roadmap
      Extend OSGi support for all platform
           Extend the subset that is already full OSGi
           Deploy Nuxeo as embedded OSGi app
      Provide support for Java EE 6
           CDI / JSF2
      Use Nuxeo Platform as a PaaS
           Work in progress on OSGi and CompatibleOne (OW2
            project)

                                                          28


Wednesday, November 23, 2011
Thanks!
Wednesday, November 23, 2011

More Related Content

Similar to Nuxeo, an open source platform for content-centric business applications

Nuxeo EP 5 2
Nuxeo EP 5 2Nuxeo EP 5 2
Nuxeo EP 5 2Nuxeo
 
Nuxeo Enterprise Platform (Nuxeo EP) - Technical Overview
Nuxeo Enterprise Platform (Nuxeo EP) - Technical OverviewNuxeo Enterprise Platform (Nuxeo EP) - Technical Overview
Nuxeo Enterprise Platform (Nuxeo EP) - Technical OverviewNuxeo
 
The Nuxeo vision for 2009 and beyond
The Nuxeo vision for 2009 and beyondThe Nuxeo vision for 2009 and beyond
The Nuxeo vision for 2009 and beyondNuxeo
 
Nuxeo ECM Platform - Technical Overview
Nuxeo ECM Platform - Technical OverviewNuxeo ECM Platform - Technical Overview
Nuxeo ECM Platform - Technical OverviewNuxeo
 
Nuxeo Business and Technical Roadmap - Dec 2007
Nuxeo Business and Technical Roadmap - Dec 2007Nuxeo Business and Technical Roadmap - Dec 2007
Nuxeo Business and Technical Roadmap - Dec 2007Stefane Fermigier
 
[Webinar] Introduction to the Nuxeo Platform
[Webinar] Introduction to the Nuxeo Platform[Webinar] Introduction to the Nuxeo Platform
[Webinar] Introduction to the Nuxeo PlatformNuxeo
 
Nuxeo platform in 15mn
Nuxeo platform in 15mnNuxeo platform in 15mn
Nuxeo platform in 15mnNuxeo
 
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applicationsNuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applicationsNuxeo
 
Open World Forum 2012 - Nuxeo
Open World Forum 2012 - NuxeoOpen World Forum 2012 - Nuxeo
Open World Forum 2012 - NuxeoNuxeo
 
Introduction to the Nuxeo Platform
Introduction to the Nuxeo PlatformIntroduction to the Nuxeo Platform
Introduction to the Nuxeo PlatformNuxeo
 
Slide deck roadmap webinar 2013
Slide deck   roadmap webinar 2013Slide deck   roadmap webinar 2013
Slide deck roadmap webinar 2013Nuxeo
 
OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?mestery
 
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saas
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saasOWF12/Open source Web Applications on the cloudNuxeo, cloud and saas
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saasParis Open Source Summit
 
Nuxeo Corporate Update (Sep 2008)
Nuxeo Corporate Update (Sep 2008)Nuxeo Corporate Update (Sep 2008)
Nuxeo Corporate Update (Sep 2008)Nuxeo
 
What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009Stefane Fermigier
 
Nuxeo Corporate Overview November 2009
Nuxeo Corporate Overview November 2009Nuxeo Corporate Overview November 2009
Nuxeo Corporate Overview November 2009Nuxeo
 
Open nebula leading innovation in cloud computing management
Open nebula   leading innovation in cloud computing managementOpen nebula   leading innovation in cloud computing management
Open nebula leading innovation in cloud computing managementIgnacio M. Llorente
 
The full picture of Openstack in real-time
The full picture of Openstack in real-timeThe full picture of Openstack in real-time
The full picture of Openstack in real-timeDynatrace
 

Similar to Nuxeo, an open source platform for content-centric business applications (20)

Nuxeo EP 5 2
Nuxeo EP 5 2Nuxeo EP 5 2
Nuxeo EP 5 2
 
Nuxeo Enterprise Platform (Nuxeo EP) - Technical Overview
Nuxeo Enterprise Platform (Nuxeo EP) - Technical OverviewNuxeo Enterprise Platform (Nuxeo EP) - Technical Overview
Nuxeo Enterprise Platform (Nuxeo EP) - Technical Overview
 
The Nuxeo vision for 2009 and beyond
The Nuxeo vision for 2009 and beyondThe Nuxeo vision for 2009 and beyond
The Nuxeo vision for 2009 and beyond
 
Nuxeo ECM Platform - Technical Overview
Nuxeo ECM Platform - Technical OverviewNuxeo ECM Platform - Technical Overview
Nuxeo ECM Platform - Technical Overview
 
Framework
FrameworkFramework
Framework
 
Nuxeo Business and Technical Roadmap - Dec 2007
Nuxeo Business and Technical Roadmap - Dec 2007Nuxeo Business and Technical Roadmap - Dec 2007
Nuxeo Business and Technical Roadmap - Dec 2007
 
[Webinar] Introduction to the Nuxeo Platform
[Webinar] Introduction to the Nuxeo Platform[Webinar] Introduction to the Nuxeo Platform
[Webinar] Introduction to the Nuxeo Platform
 
Nuxeo platform in 15mn
Nuxeo platform in 15mnNuxeo platform in 15mn
Nuxeo platform in 15mn
 
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applicationsNuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
 
Open World Forum 2012 - Nuxeo
Open World Forum 2012 - NuxeoOpen World Forum 2012 - Nuxeo
Open World Forum 2012 - Nuxeo
 
Introduction to the Nuxeo Platform
Introduction to the Nuxeo PlatformIntroduction to the Nuxeo Platform
Introduction to the Nuxeo Platform
 
Slide deck roadmap webinar 2013
Slide deck   roadmap webinar 2013Slide deck   roadmap webinar 2013
Slide deck roadmap webinar 2013
 
OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?
 
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saas
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saasOWF12/Open source Web Applications on the cloudNuxeo, cloud and saas
OWF12/Open source Web Applications on the cloudNuxeo, cloud and saas
 
Nuxeo Corporate Update (Sep 2008)
Nuxeo Corporate Update (Sep 2008)Nuxeo Corporate Update (Sep 2008)
Nuxeo Corporate Update (Sep 2008)
 
What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009
 
Nuxeo Corporate Overview November 2009
Nuxeo Corporate Overview November 2009Nuxeo Corporate Overview November 2009
Nuxeo Corporate Overview November 2009
 
Open nebula leading innovation in cloud computing management
Open nebula   leading innovation in cloud computing managementOpen nebula   leading innovation in cloud computing management
Open nebula leading innovation in cloud computing management
 
The full picture of Openstack in real-time
The full picture of Openstack in real-timeThe full picture of Openstack in real-time
The full picture of Openstack in real-time
 
Nuxeo at 10
Nuxeo at 10Nuxeo at 10
Nuxeo at 10
 

More from Stefane Fermigier

Pitch Abilian - Paris Open Source Summit 2015
Pitch Abilian - Paris Open Source Summit 2015Pitch Abilian - Paris Open Source Summit 2015
Pitch Abilian - Paris Open Source Summit 2015Stefane Fermigier
 
15 ans de politiques publiques du logiciel libre en France
15 ans de politiques publiques du logiciel libre en France15 ans de politiques publiques du logiciel libre en France
15 ans de politiques publiques du logiciel libre en FranceStefane Fermigier
 
Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Stefane Fermigier
 
L'open source professionnel - un business model open source
L'open source professionnel - un business model open sourceL'open source professionnel - un business model open source
L'open source professionnel - un business model open sourceStefane Fermigier
 
Roadmap du GT Logiciel Libre 2013-2020
Roadmap du GT Logiciel Libre 2013-2020Roadmap du GT Logiciel Libre 2013-2020
Roadmap du GT Logiciel Libre 2013-2020Stefane Fermigier
 
Le MOOC powered by Abilian - Plateforme open source de MOOC
Le MOOC powered by Abilian - Plateforme open source de MOOCLe MOOC powered by Abilian - Plateforme open source de MOOC
Le MOOC powered by Abilian - Plateforme open source de MOOCStefane Fermigier
 
Pourquoi le big data open source ?
Pourquoi le big data open source ?Pourquoi le big data open source ?
Pourquoi le big data open source ?Stefane Fermigier
 
Pleniere du GT Logiciel Libre, janvier 2013
Pleniere du GT Logiciel Libre, janvier 2013Pleniere du GT Logiciel Libre, janvier 2013
Pleniere du GT Logiciel Libre, janvier 2013Stefane Fermigier
 
Nuxeo on the Cloud - Nuxeo World 2011
Nuxeo on the Cloud - Nuxeo World 2011Nuxeo on the Cloud - Nuxeo World 2011
Nuxeo on the Cloud - Nuxeo World 2011Stefane Fermigier
 
ECM Meets the Semantic Web - Nuxeo World 2011
ECM Meets the Semantic Web - Nuxeo World 2011ECM Meets the Semantic Web - Nuxeo World 2011
ECM Meets the Semantic Web - Nuxeo World 2011Stefane Fermigier
 
GT Logiciel Libre - Convention Systematic 2011
GT Logiciel Libre - Convention Systematic 2011GT Logiciel Libre - Convention Systematic 2011
GT Logiciel Libre - Convention Systematic 2011Stefane Fermigier
 
Challenges du recrutement pour un editeur de logiciel libre
Challenges du recrutement pour un editeur de logiciel libreChallenges du recrutement pour un editeur de logiciel libre
Challenges du recrutement pour un editeur de logiciel libreStefane Fermigier
 

More from Stefane Fermigier (20)

Pitch Abilian - Paris Open Source Summit 2015
Pitch Abilian - Paris Open Source Summit 2015Pitch Abilian - Paris Open Source Summit 2015
Pitch Abilian - Paris Open Source Summit 2015
 
15 ans de politiques publiques du logiciel libre en France
15 ans de politiques publiques du logiciel libre en France15 ans de politiques publiques du logiciel libre en France
15 ans de politiques publiques du logiciel libre en France
 
Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?
 
L'open source professionnel - un business model open source
L'open source professionnel - un business model open sourceL'open source professionnel - un business model open source
L'open source professionnel - un business model open source
 
Roadmap du GT Logiciel Libre 2013-2020
Roadmap du GT Logiciel Libre 2013-2020Roadmap du GT Logiciel Libre 2013-2020
Roadmap du GT Logiciel Libre 2013-2020
 
Le MOOC powered by Abilian - Plateforme open source de MOOC
Le MOOC powered by Abilian - Plateforme open source de MOOCLe MOOC powered by Abilian - Plateforme open source de MOOC
Le MOOC powered by Abilian - Plateforme open source de MOOC
 
Pitch Abilian mai 2013
Pitch Abilian mai 2013Pitch Abilian mai 2013
Pitch Abilian mai 2013
 
Open Innovation in Action
Open Innovation in ActionOpen Innovation in Action
Open Innovation in Action
 
Pourquoi le big data open source ?
Pourquoi le big data open source ?Pourquoi le big data open source ?
Pourquoi le big data open source ?
 
Save the date OWF 2013
Save the date OWF 2013Save the date OWF 2013
Save the date OWF 2013
 
Ecosystemes logiciel libre
Ecosystemes logiciel libreEcosystemes logiciel libre
Ecosystemes logiciel libre
 
Pleniere du GT Logiciel Libre, janvier 2013
Pleniere du GT Logiciel Libre, janvier 2013Pleniere du GT Logiciel Libre, janvier 2013
Pleniere du GT Logiciel Libre, janvier 2013
 
OWF 2012 Outcome
OWF 2012 OutcomeOWF 2012 Outcome
OWF 2012 Outcome
 
Demo Cup 2012
Demo Cup 2012Demo Cup 2012
Demo Cup 2012
 
Four Python Pains
Four Python PainsFour Python Pains
Four Python Pains
 
Cours ECM à l'EPITA
Cours ECM à l'EPITACours ECM à l'EPITA
Cours ECM à l'EPITA
 
Nuxeo on the Cloud - Nuxeo World 2011
Nuxeo on the Cloud - Nuxeo World 2011Nuxeo on the Cloud - Nuxeo World 2011
Nuxeo on the Cloud - Nuxeo World 2011
 
ECM Meets the Semantic Web - Nuxeo World 2011
ECM Meets the Semantic Web - Nuxeo World 2011ECM Meets the Semantic Web - Nuxeo World 2011
ECM Meets the Semantic Web - Nuxeo World 2011
 
GT Logiciel Libre - Convention Systematic 2011
GT Logiciel Libre - Convention Systematic 2011GT Logiciel Libre - Convention Systematic 2011
GT Logiciel Libre - Convention Systematic 2011
 
Challenges du recrutement pour un editeur de logiciel libre
Challenges du recrutement pour un editeur de logiciel libreChallenges du recrutement pour un editeur de logiciel libre
Challenges du recrutement pour un editeur de logiciel libre
 

Recently uploaded

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

Nuxeo, an open source platform for content-centric business applications

  • 1. Nuxeo, an open source platform for content-centric business applications Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo Wednesday, November 23, 2011
  • 2. Nuxeo, the Company • Providing an Open Source Content Management Platform for Business Applications • 11 years old, 40+ employees, 500+ customers, 5000+ installations • Sells Nuxeo Connect, a Service Subscription providing added value software and services • Dual HQ Paris & Boston, VC backed • Global Partner Network • On the forefront of innovation, with a dedicated research lab contributing to several industry initiatives, consortiums and open source foundations (OW2, Eclipse, Apache, Systematic, Cap Digital, PLOSS...) 2 Wednesday, November 23, 2011
  • 3. The Nuxeo Solution Portfolio Life Construction Publishing Government Sciences Vertical Marketplace Solution Catalog Applications Correspondence Contracts Invoice Records Management Management Processing Management Studio Customization & Configuration Read-to-use Case Document Digital Asset Management Applications Management Management Framework Support with SLAs Technical Content Application Platform A packaged development framework for building content-centric Maintenance Applications applications, is designed for java developers and architects. Patches & upgrades Nuxeo Platform Technology Nuxeo Connect Technology Complete set of components covering all aspects of ECM. Extensible Subscription modular architecture designed for content application development 16 3 Wednesday, November 23, 2011
  • 4. The Nuxeo Platform 4 Wednesday, November 23, 2011
  • 5. Nuxeo Platform is a set of building blocks mainly ECM related 5 Wednesday, November 23, 2011
  • 6. Nuxeo Platform is a set of building blocks for deploying customized Content Applications 6 Wednesday, November 23, 2011
  • 7. What the Platform provides  Extensible and configurable ECM services (Document storage, workflow, indexing, security, relation management, …)  UI building blocks and frameworks (Web, RIA, Mobile …)  High level frameworks (Nuxeo CAP, Nuxeo Case Management Framework …)  Ready to use pre-packaged applications (Nuxeo DM, Nuxeo DAM ...) 7 Wednesday, November 23, 2011
  • 8. What’s in it for me?  For the Java developer  A rich set Java services API for ECM features  Support for several client technologies  A plugin model, OSGi support (Eclipse Apricot)  Unit testing framework  For the system integrator  An extensible Web Services API  CMIS support  OpenSocial 8 Wednesday, November 23, 2011
  • 9. Tools  Build and assembly tools  Maven based build  nuxeo-distribution-tools  Customization and development tools  Nuxeo Studio (web based)  Nuxeo IDE (Eclipse based)  Testing tools  Non-regression testing  Performance testing 9 Wednesday, November 23, 2011
  • 10. The Nuxeo Content Repository 10 Wednesday, November 23, 2011
  • 11. Nuxeo Document 11 Wednesday, November 23, 2011
  • 12. Documents in Nuxeo  In Nuxeo, a “Document” is not just a simple file  One document = a set of fields (String, Date, File, Complex types ...)  Document types  A document type is defined by XSD schemas  Inheritance is supported  Life cycle  A document type is associated with a life cycle (ex: draft, published, obsolete...) 12 Wednesday, November 23, 2011
  • 13. Documents in Nuxeo  Facets can be used to qualify documents (Folderish, Hidden, Commentable …)  Facets can be associated  With a schema  With a Business Object adapter  Mixins  Facets and Schemas can be added on a per-instance basis 13 Wednesday, November 23, 2011
  • 14. Security  Security in always on  ACL-based default security policy  Multiple-ACL support  Ordered ACL support  Grant / deny support  ACL inheritance  Additional pluggable security policies  Implement custom security (ex: meta-data based) 14 Wednesday, November 23, 2011
  • 15. Other Core features  Query system  NXQL or CMISQL: SQL-like query support − Keyword search − Full-text search  Reporting (using, e.g., BIRT)  Versioning in Nuxeo  Configurable versioning policy  Configurable versioning storage 15 Wednesday, November 23, 2011
  • 16. Repository backend  Nuxeo Visible Content Store (VCS)  Dedicated native SQL storage  Provides clean SQL mapping (ie: usable by a DBA or a BI tool)  Multiple database vendor support (PostgreSQL, Oracle, MySQL, MS SQL, H2, Derby)  Storage adapters − Metadata and structure: SQL DB − Binaries: Filesystem, SQL DB, S3 ... 16 Wednesday, November 23, 2011
  • 17. Advanced features  Built for performance  Lazy-loading, pre-fetching, cache, blob streaming...  Transaction management  Exposes JCA connector  Support for operations and manual tx management  Pluggable event system  Efficient storage  Snapshotable, automatic deduplication…  Support for hot backup and GC 17 Wednesday, November 23, 2011
  • 18. Nuxeo as a service platform 18 Wednesday, November 23, 2011
  • 19. Java API  All Nuxeo services are exposed via Java Interfaces  Access to services is simple Framework.getService(ServiceInterface.class)  In addition you can also access the underlying components Framework.getRuntime().getComponent(name)  In Java EE servers, Java services can be exposed via RMI 19 Wednesday, November 23, 2011
  • 20. Service APIs  Services can also be exposed via Web Services (with different granularity) 20 Wednesday, November 23, 2011
  • 21. Content Oriented APIs  Access Nuxeo Repository  Via CMIS (uses Apache Chemistry)  Via MS Windows SharePoint Services  Via WebDAV 21 Wednesday, November 23, 2011
  • 22. Automation APIs  Flexible and pluggable REST API  Contribute custom operation  Assemble custom chains via Studio / XML  Generic marshaling 22 Wednesday, November 23, 2011
  • 23. Using the Nuxeo Platform 23 Wednesday, November 23, 2011
  • 24. Nuxeo EP use cases  Turn-key ECM applications (DM, DAM...)  Pre-packaged application  Add configuration via Nuxeo Studio  Vertical or bespoke business ECM application  Extension and configuration Nuxeo platform  OEM or SI integration  Embedding Nuxeo Services in third party apps  Configuration and Nuxeo service stack usage  OEM or ISV providers 24 Wednesday, November 23, 2011
  • 25. Nuxeo on the Cloud 25 Wednesday, November 23, 2011
  • 26. Nuxeo on the Cloud  VM deployment (IaaS)  Leverage services like EC2 and S3, or OpenStack / OpenNebula  Java Cloud (PaaS)  Leverage existing Java PaaS (ex: Cloudbees) (issues about storage and dynamic plugin system)  Pure OSGi deployment on Cloud (via JOnAS?)  Requires Nuxeo to run in full OSGi Mode  See the Compatible One project (OW2) 26 Wednesday, November 23, 2011
  • 27. Roadmap for 2012 27 Wednesday, November 23, 2011
  • 28. Nuxeo 2012 Roadmap  Extend OSGi support for all platform  Extend the subset that is already full OSGi  Deploy Nuxeo as embedded OSGi app  Provide support for Java EE 6  CDI / JSF2  Use Nuxeo Platform as a PaaS  Work in progress on OSGi and CompatibleOne (OW2 project) 28 Wednesday, November 23, 2011