SlideShare une entreprise Scribd logo
1  sur  24
Scalable Agile Web Development
  REST meets JCR meets OSGi




       Michael Marth       Technology Evangelist   Michael Dürig        Senior Developer
       michael.marth@day.com                       michael.duerig@day.com




Monday, June 29, 2009
Jazoon - Agenda

                        JCR in 3 minutes
                        Meet Apache Sling
                        demo & code


Monday, June 29, 2009
What’s JCR?
                        “The API should be a standard,
                        implementation independent, way to
                        access content bi-directionally on a
                        granular level within a
                        content repository.” ?

Monday, June 29, 2009
Best of both worlds.
                                             data base                   file s ys te m
                                                                                  hier-
                                                                                archi
                                 integ
                                      rity                 re                        es
                                                    structu
                                                                  read                    streams


                                 tx                             write                       access
                                                  query                         locking    control



                        multi-
                        value
                                                                                                ning
                                                                             obser-       versio
                                  un-structured
                                                  “full-text”   sort         vation
                                                                order

                                                          content reposit or y
Monday, June 29, 2009
“Data First!”
                               JCR s
                           “stru upports
                                      cturef
                                            irst”         as
                        (but t
                               h
                                        well.
                                   at’s m
                                         issing
                                                  the p
                                                       oint)




Monday, June 29, 2009
Known compliant Repositories
                                                                       * using third party connector

                                                                               *                   *

                                                  Exo              Microsoft
     Apache Jackrabbit      Oracle XML DB     ECMS Platform       Sharepoint       OpenText Livelink

                                                                                                   *

            Day CRX         IBM FileNet P8   Xythos Repository   Alfresco ECM        Vignette V7

                        *                                 *
                                                                                             any ors
                                                                                        ow mvendd?
                                                                                       H S e
           Interwoven                                       +hund                      DBMou ne
                                                                                      R do y
                                                                 r s
           Repository          IBM CM        EMC Documentum    regiede of TCKs
                                                                   st red
Monday, June 29, 2009
Some known JCR Applications

                                                                                           Fast
            BEA Portal        Sun                            Oracle Portal          Enterprise Search
                                         JBoss Portal                        Interface 21
                         OpenPortal
                                                       Day Communique Spring Framework
            magnolia WCMS                                    DAM
                                    Apache Sling                                   Day Communique
                         Alfresco ECMS                 Mindquarry                        Collab
                                                     Collaboration         Apache Tapestry
                              QSLabs
            Apache          Compliance        Day Communiqué
            Cocoon                                 WCMS                                  IBM FileNet
                                           Artifactory             medic-2-medic      WebSiteManager
                    Apache James         Maven Proxy              mapofmedicine
                                     Exo
                                ECMS Platform               TYPO3
           GX WebManager                                  v5.0 WCM
                                            InfoQ                 Hippo                      Liferay
                       Nuxeo ECM Online Community                 CMS                   Enterprise Portal
                                                        Jahia                   Sakai
               Percussion                            Framework               E-learning
               Rhythmix             QuickWCM                                          Sourcemix
                                      WCMS                     Lutece                 Sourcemix
Monday, June 29, 2009
                                                               Portal
JCR - Weatherforcast
             2009
                        -5°   2010
                                     -8°   2011
                                                  -12°

Monday, June 29, 2009
The Problem:

                                                                                        JCR


                                                                       the other side
             de
                  ve
                       lop
                             er
                                  ha
                                       t
                                           “i want to build webapps”


                  me




Monday, June 29, 2009
Jazoon - Agenda

                        JCR in 3 minutes
                        Meet Apache Sling
                        demo & code


Monday, June 29, 2009
What’s Sling?

                   “Apache Sling is a web framework that
                   uses a Java Content Repository to
                   store and manage content.”just
                                                g radu ate d
                                                in Apache
                                               incubator



Monday, June 29, 2009
What’s Sling?

  exten                     REST                                                archi
                                                                                      web
       sible
                                       ri pt i n g                                   tectu
                                                                                          re
                                  sc
                                        OSGi
                                                                                scaleable

 manageable                                          JCR

                                                                                Resources

      no ts
    reboo
                        JSR 223                       JS, Groo       rapid
                                                      Python,vy,
                                                               ...     devapp
Monday, June 29, 2009
A node is a resource

  GET /cars/audi/s4.txt



  User-agent
  Repository




Monday, June 29, 2009
A node is a resource

      POST /cars/audi/s48
                             write




  User-agent                         Your content
  Repository                          is your web
                                         server




Monday, June 29, 2009
What’s Sling?

                        REST
                               ri pt i n g
                          sc


                                             JCR




Monday, June 29, 2009
Web apps and Sling scripting

                         /cars/audi/s4.details.html



  User-agent
  Repository
                                                                    d
                                                          file neede
                                                      1


                                                  Convention ove
                                                   configuration r


Monday, June 29, 2009
Web apps and Sling scripting

                         /cars/audi/s4.details.html



  User-agent
  Repository
                                                         .esp



                                                        .erb


                                                       .scala
Monday, June 29, 2009
Web apps and Sling scripting
                        URLs do matter!


                              /cars/audi/s4.details.html

                                                          vs.

                                /product.jsp?id=/audi/s4

                                                          .jsp? This is HTM
                                Addressing the                             L
                                               “ cript”
                                               s                               Passing in “this”




Monday, June 29, 2009
What’s Sling?

                        REST
                               ri pt i n g
                          sc
                                OSGi

                                             JCR




Monday, June 29, 2009
Sling is OSGi-based


                                     My App


                                      Sling


                                        JCR


Monday, June 29, 2009
Sling is OSGi-based
                                       Apache Felix
                                     OSGi container
                                   my                my
                                 bundles           scripts


                         Sling             Sling             Sling


                                           JCR


Monday, June 29, 2009
Sling is OSGi-based
                                                             e
                                                   (not just “ nabled”)

                                    Apache Felix
                                  OSGi container
       extensible         my                              my
                                       my
                        bundles      bundles            scripts

       modular            Sling        Sling           Sling


                                       JCR
     hot deploy


Monday, June 29, 2009
S EE
Monday, June 29, 2009
DEMO


Monday, June 29, 2009

Contenu connexe

Similaire à Jazoon 2009

Web Content Management And Agile
Web Content Management And AgileWeb Content Management And Agile
Web Content Management And AgileValtech UK
 
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5David Nuescheler
 
Eb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnEb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnValtech
 
JBoye Presentation: WCM Trends for 2010
JBoye Presentation: WCM Trends for 2010JBoye Presentation: WCM Trends for 2010
JBoye Presentation: WCM Trends for 2010David Nuescheler
 
µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)guestf67bc2
 
µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)Lars Trieloff
 
Closing the DevOps gaps
Closing the DevOps gapsClosing the DevOps gaps
Closing the DevOps gapsdev2ops
 
Compatibleone @ OpenStack In Action
Compatibleone @ OpenStack In Action Compatibleone @ OpenStack In Action
Compatibleone @ OpenStack In Action CompatibleOne
 
Open stackinaction compatibleone 09212011
Open stackinaction compatibleone  09212011Open stackinaction compatibleone  09212011
Open stackinaction compatibleone 09212011CompatibleOne
 
Getting Connected And Trusting The Connection
Getting Connected And Trusting The ConnectionGetting Connected And Trusting The Connection
Getting Connected And Trusting The ConnectionSuhaimi Nordin
 
CompatibleOne @ OpenWorldForum 2011
CompatibleOne @ OpenWorldForum 2011CompatibleOne @ OpenWorldForum 2011
CompatibleOne @ OpenWorldForum 2011CompatibleOne
 
F-Script
F-ScriptF-Script
F-ScriptESUG
 
Compatible One - Open Cloud
Compatible One - Open CloudCompatible One - Open Cloud
Compatible One - Open CloudeNovance
 
CMIS overview
CMIS overviewCMIS overview
CMIS overviewNuxeo
 
Systems Integration in the Cloud Era, Kai Wähner MaibornWolff
Systems Integration in the Cloud Era, Kai Wähner MaibornWolffSystems Integration in the Cloud Era, Kai Wähner MaibornWolff
Systems Integration in the Cloud Era, Kai Wähner MaibornWolffCloudOps Summit
 
Supercharging Cassandra - GOTO Amsterdam
Supercharging Cassandra - GOTO AmsterdamSupercharging Cassandra - GOTO Amsterdam
Supercharging Cassandra - GOTO AmsterdamAcunu
 
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...Tim55Ehrler
 

Similaire à Jazoon 2009 (20)

Web Content Management And Agile
Web Content Management And AgileWeb Content Management And Agile
Web Content Management And Agile
 
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5
Valtech Days 2009 Paris Presentation: WCM in 2010 and an intro to CQ5
 
Eb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnEb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management En
 
JBoye Presentation: WCM Trends for 2010
JBoye Presentation: WCM Trends for 2010JBoye Presentation: WCM Trends for 2010
JBoye Presentation: WCM Trends for 2010
 
µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)
 
µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)µjax in 30 minutes (for Stockholm)
µjax in 30 minutes (for Stockholm)
 
µjax in 30 minutes
µjax in 30 minutesµjax in 30 minutes
µjax in 30 minutes
 
Introducing JSR-283
Introducing JSR-283Introducing JSR-283
Introducing JSR-283
 
Closing the DevOps gaps
Closing the DevOps gapsClosing the DevOps gaps
Closing the DevOps gaps
 
Compatibleone @ OpenStack In Action
Compatibleone @ OpenStack In Action Compatibleone @ OpenStack In Action
Compatibleone @ OpenStack In Action
 
Open stackinaction compatibleone 09212011
Open stackinaction compatibleone  09212011Open stackinaction compatibleone  09212011
Open stackinaction compatibleone 09212011
 
Getting Connected And Trusting The Connection
Getting Connected And Trusting The ConnectionGetting Connected And Trusting The Connection
Getting Connected And Trusting The Connection
 
CompatibleOne @ OpenWorldForum 2011
CompatibleOne @ OpenWorldForum 2011CompatibleOne @ OpenWorldForum 2011
CompatibleOne @ OpenWorldForum 2011
 
F-Script
F-ScriptF-Script
F-Script
 
Compatible One - Open Cloud
Compatible One - Open CloudCompatible One - Open Cloud
Compatible One - Open Cloud
 
Intro to Cloudstack
Intro to CloudstackIntro to Cloudstack
Intro to Cloudstack
 
CMIS overview
CMIS overviewCMIS overview
CMIS overview
 
Systems Integration in the Cloud Era, Kai Wähner MaibornWolff
Systems Integration in the Cloud Era, Kai Wähner MaibornWolffSystems Integration in the Cloud Era, Kai Wähner MaibornWolff
Systems Integration in the Cloud Era, Kai Wähner MaibornWolff
 
Supercharging Cassandra - GOTO Amsterdam
Supercharging Cassandra - GOTO AmsterdamSupercharging Cassandra - GOTO Amsterdam
Supercharging Cassandra - GOTO Amsterdam
 
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...
7th OA Conference - Nov 2005 - Opening Library Access - Standard Data Interfa...
 

Dernier

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
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 AutomationSafe Software
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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
 
🐬 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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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
 
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
 
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
 
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.pdfEnterprise Knowledge
 
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 RobisonAnna Loughnan Colquhoun
 
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
 
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 Scriptwesley chun
 
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 WorkerThousandEyes
 

Dernier (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
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
 
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
 
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
 
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
 
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
 

Jazoon 2009

  • 1. Scalable Agile Web Development REST meets JCR meets OSGi Michael Marth Technology Evangelist Michael Dürig Senior Developer michael.marth@day.com michael.duerig@day.com Monday, June 29, 2009
  • 2. Jazoon - Agenda JCR in 3 minutes Meet Apache Sling demo & code Monday, June 29, 2009
  • 3. What’s JCR? “The API should be a standard, implementation independent, way to access content bi-directionally on a granular level within a content repository.” ? Monday, June 29, 2009
  • 4. Best of both worlds. data base file s ys te m hier- archi integ rity re es structu read streams tx write access query locking control multi- value ning obser- versio un-structured “full-text” sort vation order content reposit or y Monday, June 29, 2009
  • 5. “Data First!” JCR s “stru upports cturef irst” as (but t h well. at’s m issing the p oint) Monday, June 29, 2009
  • 6. Known compliant Repositories * using third party connector * * Exo Microsoft Apache Jackrabbit Oracle XML DB ECMS Platform Sharepoint OpenText Livelink * Day CRX IBM FileNet P8 Xythos Repository Alfresco ECM Vignette V7 * * any ors ow mvendd? H S e Interwoven +hund DBMou ne R do y r s Repository IBM CM EMC Documentum regiede of TCKs st red Monday, June 29, 2009
  • 7. Some known JCR Applications Fast BEA Portal Sun Oracle Portal Enterprise Search JBoss Portal Interface 21 OpenPortal Day Communique Spring Framework magnolia WCMS DAM Apache Sling Day Communique Alfresco ECMS Mindquarry Collab Collaboration Apache Tapestry QSLabs Apache Compliance Day Communiqué Cocoon WCMS IBM FileNet Artifactory medic-2-medic WebSiteManager Apache James Maven Proxy mapofmedicine Exo ECMS Platform TYPO3 GX WebManager v5.0 WCM InfoQ Hippo Liferay Nuxeo ECM Online Community CMS Enterprise Portal Jahia Sakai Percussion Framework E-learning Rhythmix QuickWCM Sourcemix WCMS Lutece Sourcemix Monday, June 29, 2009 Portal
  • 8. JCR - Weatherforcast 2009 -5° 2010 -8° 2011 -12° Monday, June 29, 2009
  • 9. The Problem: JCR the other side de ve lop er ha t “i want to build webapps” me Monday, June 29, 2009
  • 10. Jazoon - Agenda JCR in 3 minutes Meet Apache Sling demo & code Monday, June 29, 2009
  • 11. What’s Sling? “Apache Sling is a web framework that uses a Java Content Repository to store and manage content.”just g radu ate d in Apache incubator Monday, June 29, 2009
  • 12. What’s Sling? exten REST archi web sible ri pt i n g tectu re sc OSGi scaleable manageable JCR Resources no ts reboo JSR 223 JS, Groo rapid Python,vy, ... devapp Monday, June 29, 2009
  • 13. A node is a resource GET /cars/audi/s4.txt User-agent Repository Monday, June 29, 2009
  • 14. A node is a resource POST /cars/audi/s48 write User-agent Your content Repository is your web server Monday, June 29, 2009
  • 15. What’s Sling? REST ri pt i n g sc JCR Monday, June 29, 2009
  • 16. Web apps and Sling scripting /cars/audi/s4.details.html User-agent Repository d file neede 1 Convention ove configuration r Monday, June 29, 2009
  • 17. Web apps and Sling scripting /cars/audi/s4.details.html User-agent Repository .esp .erb .scala Monday, June 29, 2009
  • 18. Web apps and Sling scripting URLs do matter! /cars/audi/s4.details.html vs. /product.jsp?id=/audi/s4 .jsp? This is HTM Addressing the L “ cript” s Passing in “this” Monday, June 29, 2009
  • 19. What’s Sling? REST ri pt i n g sc OSGi JCR Monday, June 29, 2009
  • 20. Sling is OSGi-based My App Sling JCR Monday, June 29, 2009
  • 21. Sling is OSGi-based Apache Felix OSGi container my my bundles scripts Sling Sling Sling JCR Monday, June 29, 2009
  • 22. Sling is OSGi-based e (not just “ nabled”) Apache Felix OSGi container extensible my my my bundles bundles scripts modular Sling Sling Sling JCR hot deploy Monday, June 29, 2009
  • 23. S EE Monday, June 29, 2009