SlideShare uma empresa Scribd logo
1 de 29
Papyrus:
  Advent of an Open Source IME at Eclipse


Kenn Hussey             Patrick Tessier

Raphaël Faodou          Cedric Dumoulin
A “Perfect Storm” for Tools
          Core technologies like MOF™ and UML® are
           evolving
                  Microsoft a member of Object Management Group™ (OMG™);
                   revision of MOF (SMOF); UML RFP and roadmap working group

          Vendors have largely failed to provide consumable
           tools
                  time to question the status quo (some already are)

          Software industry is shifting
                  enterprises preferring use over buy over build

          Opportunity to organize and provide industrial
           strength alternative to proprietary tools

Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Overview
          Introduction
          Past - How Did Papyrus Get Here?
          Present - Where is Papyrus?
          Future - Where is Papyrus Going?
          Next Steps




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Papyrus I
          Based on Eclipse and the Eclipse UML2 project (now a
           subproject of MDT)
                  uses de facto reference implementation of OMG’s Unified Modeling
                   Language™ (UML) metamodel at Eclipse

          Developed as an open source project, primarily by the
           LISE team of the Commissariat à l’Énergie Atomique
           (CEA) in France
                  to support development of real-time embedded systems
                  also led the definition of OMG’s MARTE profile

          Strong focus on customizability
                  powerful profile definition capability
                  support for key UML diagram types (using DI2 standard)



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
TOPCASED
                  TOPCASED is Model Based Engineering Platform initiated by a
                   consortium of 30 industrial and research institutions including
                   Airbus, Continental, Thales, Telecom Paris, and Rockwell Collins
                  It targets safety-critical system design and is soundly based on
                   Eclipse frameworks



                                                        TOPCASED
  TOPCASED                                           Simulator Engines
 Model editors


                                                                                         Source code,
                                                                                         Test code,
                                                                                         Documentation,
                   TOPCASED                             TOPCASED                         …
                  Model to Model                       Model to Text
                 Transformations                      Transformations




                                                         TOPCASED
                                                       Formal Checking
                             Configuration, Change and Requirements management
                                             tools communication



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0         10/29/2009
MOSKitt
          Valencian Ministry of Infrastructure and Transport
          Offers support for generation and use of CASE tools
          Composed of different modules, including UML
           diagram editors, model explorer, transformation
           manager, reports generator, form editors, etc.
          Based on Eclipse UML2 format and reuses/extends
           UML2 Tools diagram editors
          UML2 and model explorer modules to be replaced
           with Papyrus



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Papyrus at Eclipse
          Consolidation of several free open source UML
           tooling initiatives - Papyrus I, TOPCASED editor,
           and MOSKitt
          Integrated as an official subproject of Eclipse
           MDT
                  leverages infrastructure from Modeling project
                  shares strategic direction and release planning with other MDT
                   subprojects
                  expands the field of contributors to Eclipse




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Papyrus as a Subproject of MDT
                                                                                                    Atos Origin
                                                                                                    Integranova
                                                 MST                                                LIFL
                                                                                                    Prodevelop
                                              Papyrus                                               XML Modeling


                     GMF                                                                              IMM


                                     OCL         UML2                                                 XSD   SBVR   BPMN2
                  VF      MT                                   Compare         Search       Index


     GEF                                                                      EMF


                                                                     Platform



   Papyrus


Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0                   10/29/2009
Overview
          Introduction
          Past - How Did Papyrus Get Here?
          Present - Where is Papyrus?
          Future - Where is Papyrus Going?
          Next Steps




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Milestones To Date
              0.7.0 M1
                     Use case diagram
                     Class diagram
                     Preferences
                     Model explorer
                     Backbone
                            Multi-window manager
                            Multi-editor manager (tabs)
                            GMF editor adapter

              0.7.0 M2
                     Sequence diagram (partial)
                     Composite diagram (partial)
                     Control command to split models (prototype)
                     Hyperlinks
                     Model explorer refactoring (to remove UML dependencies)



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
DEMO TIME!
                  diagrams, model explorer, model/diagram
                        synchronization, preferences

Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Overview
          Introduction
          Past - How Did Papyrus Get Here?
          Present - Where is Papyrus?
          Future - Where is Papyrus Going?
          Next Steps




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Model-Based Engineering (MBE)
          An approach to system and software development in
           which models play an indispensable role; based on two
           time-proven concepts
                              (1) ABSTRACTION                                       (2) AUTOMATION
                                        S1       e3/action3                                    S1   e3/action3




       Realm of                                    S3                                                 S3
                                                                                                                        Realm of
       modeling
                                e1/action1                                             e1/action1
                                                        e2/action2                                         e2/action2   tools
       languages
                                        S2                                                     S2



                            switch (state) {                                         switch (state) {
                               case‘1:action1;                                          case‘1:action1;
                                      newState(‘2’);                                           newState(‘2’);
                                      break;                                                   break;
                               case‘2:action2;                                          case‘2:action2;
                                      newState(‘3’);                                           newState(‘3’);
                                      break;                                                   break;
                               case’3:action3;                                          case’3:action3;
                                      newState(‘1’);                                           newState(‘1’);
                                      break;}                                                  break;}




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0                            10/29/2009
Integrated Modeling Environment
          Industry demand for open source MBE tools is
           growing
                  prompted creation of Eclipse Modeling project and its
                   subproject, Model Development Tools (MDT)

          Papyrus is intended to respond to that demand by
           providing an industrial quality, integrated toolset
           (IME) that supports MBE
                  key principles driving Papyrus development include
                   customizability, extensibility, scalability, usability,
                   interoperability, and interactivity




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Papyrus Architecture

                                             Papyrus                    GMF-based
                                             diagram                                                 GEF Editors
                  EMF editor                                            editors
                  or others                  editors


                                                     GMF Connector                                  GEF Connector


                                                         Papyrus Backbone


                                                                   Eclipse




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0                   10/29/2009
Customizability
          It should be possible to use Papyrus and its
           existing facilities in ways that are best suited to
           the task at hand
                  provide extensive preferences for user defined settings
                  support form-based editing via highly customizable Properties
                   view

          Bugs 249777, 257049, 269660, 271057, 290237,
           290257




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Extensibility
          It should be possible to extend Papyrus with new
           capabilities (tools, processes, languages, methods),
           including those that may not have been anticipated
           during inception
                  provide extension points for key points of variability
                  support tool specialization via OMG SysML™, MARTE, and other
                   profiles
                  facilitate the development of domain specific languages (DSLs)

          Bugs 269490, 269492, 269494, 277478




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Scalability
          Papyrus should be able to efficiently cover a broad
           range of differently sized problems, scaling not
           only in the complexity of the system being
           developed, but also in the size of development
           teams and environments involved
                  leverage EMF CDO for more scalable Ecore, UML, notation
                   models
                  use RESTful resources API from e4 to support arbitrary
                   repositories
                  support binary EMF resource implementations

          Bugs 275666, 290937, 290939, 290941


Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Usability
          Papyrus should minimize the cognitive load on users;
           this should extend beyond good UI design to include
           aspects such as adapting to specific models and
           (individualized) modes of usage
                  provide comprehensive documentation for both users and developers
                  introduce custom widgets (e.g., ribbons and Chrome-like navigation bar)
                  apply UI styling from e4
                  leverage Eclipse UDC and/or heuristics to personalize UI
                  integrate with Mylyn to support task-focused modeling

          Bugs 273415, 273416, 273417, 273418, 273419,
           282857, 288362, 290246, 290943, 290944, 290945,
           290946


Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Interoperability
          Wherever possible, Papyrus should favor industry
           standards over custom solutions so as to facilitate
           interworking with external toolsets
                  provide full support for important UML and OMG SysML
                   diagram types
                  maintain compliance with latest standards, i.e., OCL, UML, OMG
                   SysML
                  participate in the model interchange working group at the OMG

          Bugs 281320, 290725, 290948, 290949, 290954




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Interactivity
          Papyrus should provide users with the ability to
           interact and share artifacts in real time, as well as
           monitor each others’ progress via social media
           facilities
                  expose resource partitioning functionality provided by EMF
                  leverage EMF Compare for concurrent modeling
                  support CDO model repository as a backing store for models
                  utilize Google Wave protocol to facilitate real-time
                   communication

          Bugs 275628, 277680, 290951, 290952, 290953



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Overview
          Introduction
          Past - How Did Papyrus Get Here?
          Present - Where is Papyrus?
          Future - Where is Papyrus Going?
          Next Steps




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Helios Development Plan (1/3)




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Helios Development Plan (2/3)




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Helios Development Plan (1/3)




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Reintegration of Papyrus into TOPCASED
                                                                                                                        traceability
                 UML2       SysML      SAM       XXX        simulation        Rules             Doc          code          engine
     Ecore       Editor     Editor     Editor    Editor       engine         checker         generator     generator

     Editor                                                           TOPCASED SDK
               UML2 search compare                    Acceleo/oAW                ATL/QVT
                                                                                                            templates
                              Eclipse Modeling Framework                                            Graphical Editor Framework

                                                     Eclipse RCP 3.5 (Galileo)
                                                                                           Formal
                                                                                                             safety
                                                                                            Proof
                                                                                            tools
   Ecore       UML2       SysML SAM XXX simulation Rules                                                 Doc      code    traceability
  Editor       Editor     Editor Editor Editor engine checker                                         generator generator    engine

              MDT Papyrus backbone                                                TOPCASED SDK and templates
           GMF                    UML2          search         compare         Acceleo/oAW            ATL/QVT

                                       Eclipse Modeling Framework                                                          GEF

                                                     Eclipse RCP 3.6 (Helios)


Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0                              10/29/2009
How Can You Help?
          As a developer...
                  write documentation
                  participate in mailing list discussions
                  become a Papyrus contributor!

          As a vendor/consumer...
                  build extensions for Papyrus
                  participate in industry working groups

          As a user...
                  use Papyrus
                  participate in forum discussions
                  report bugs



Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
More Information
          For developers...
                  http://wiki.eclipse.org/Papyrus_Developer_Guide
                  http://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev

          For vendors/consumers...
                  http://www.eclipse.org/papyrus

          For users...
                  news://news.eclipse.org/eclipse.papyrus




Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009
Legal Notices
          MOF, Object Management Group, OMG, OMG
           SysML, and Unified Modeling Language are
           trademarks of the Object Management Group
          UML is a registered trademark of the Object
           Management Group
          Java and all Java-based trademarks are
           trademarks of Sun Microsystems, Inc. in the
           United States, other countries, or both
          Other company, product, or service names may be
           trademarks or service marks of others


Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0   10/29/2009

Mais conteúdo relacionado

Destaque

Value Co-Creation in Incubation Process
Value Co-Creation in Incubation ProcessValue Co-Creation in Incubation Process
Value Co-Creation in Incubation Processlodziko
 
Microsoft Office SpellCheck as an Assistive Technology
Microsoft Office SpellCheck as an Assistive TechnologyMicrosoft Office SpellCheck as an Assistive Technology
Microsoft Office SpellCheck as an Assistive Technologygueste114ea82
 
Architettura Di Reti Sicure
Architettura Di Reti SicureArchitettura Di Reti Sicure
Architettura Di Reti SicureRoberto Maggiora
 
Longlife
LonglifeLonglife
LonglifeDonchan
 
Social Networking CONFR NH May 8, 2009
Social Networking CONFR NH May 8, 2009Social Networking CONFR NH May 8, 2009
Social Networking CONFR NH May 8, 2009Kelley-Sue LeBlanc
 
Space, Time and Space-Time. Where, When and How should we use them? Considera...
Space, Time and Space-Time. Where, When and How should we use them? Considera...Space, Time and Space-Time. Where, When and How should we use them? Considera...
Space, Time and Space-Time. Where, When and How should we use them? Considera...Keith.May
 
Who Is Christiaan Balje?
Who Is Christiaan Balje?Who Is Christiaan Balje?
Who Is Christiaan Balje?guest15bb25
 
Ξαστερια
ΞαστεριαΞαστερια
Ξαστεριαguest913466
 
20110618_Andalucía_Pedro_Moneo_Opinno
20110618_Andalucía_Pedro_Moneo_Opinno20110618_Andalucía_Pedro_Moneo_Opinno
20110618_Andalucía_Pedro_Moneo_OpinnoPedro Moneo
 
From Lab to Market. Lessons learned from Breaking Bad
From Lab to Market. Lessons learned from Breaking BadFrom Lab to Market. Lessons learned from Breaking Bad
From Lab to Market. Lessons learned from Breaking BadPedro Moneo
 
Tech Review's Top Ten Emerging Technologies 2012
Tech Review's Top Ten Emerging Technologies 2012Tech Review's Top Ten Emerging Technologies 2012
Tech Review's Top Ten Emerging Technologies 2012Pedro Moneo
 
Ricordanze Leopardiane
Ricordanze LeopardianeRicordanze Leopardiane
Ricordanze Leopardianeandrea.multari
 
10 Breakthrough Technologies 2013, MIT Technology Review
10 Breakthrough Technologies 2013, MIT Technology Review10 Breakthrough Technologies 2013, MIT Technology Review
10 Breakthrough Technologies 2013, MIT Technology ReviewPedro Moneo
 
Autostimafemminile
AutostimafemminileAutostimafemminile
Autostimafemminileguesta7f3b2
 
Social Media for the Social Sector
Social Media for the Social SectorSocial Media for the Social Sector
Social Media for the Social SectorKelley-Sue LeBlanc
 

Destaque (20)

Value Co-Creation in Incubation Process
Value Co-Creation in Incubation ProcessValue Co-Creation in Incubation Process
Value Co-Creation in Incubation Process
 
Microsoft Office SpellCheck as an Assistive Technology
Microsoft Office SpellCheck as an Assistive TechnologyMicrosoft Office SpellCheck as an Assistive Technology
Microsoft Office SpellCheck as an Assistive Technology
 
Architettura Di Reti Sicure
Architettura Di Reti SicureArchitettura Di Reti Sicure
Architettura Di Reti Sicure
 
Longlife
LonglifeLonglife
Longlife
 
Social Networking CONFR NH May 8, 2009
Social Networking CONFR NH May 8, 2009Social Networking CONFR NH May 8, 2009
Social Networking CONFR NH May 8, 2009
 
Graphicast Sales
Graphicast SalesGraphicast Sales
Graphicast Sales
 
Space, Time and Space-Time. Where, When and How should we use them? Considera...
Space, Time and Space-Time. Where, When and How should we use them? Considera...Space, Time and Space-Time. Where, When and How should we use them? Considera...
Space, Time and Space-Time. Where, When and How should we use them? Considera...
 
Who Is Christiaan Balje?
Who Is Christiaan Balje?Who Is Christiaan Balje?
Who Is Christiaan Balje?
 
Ξαστερια
ΞαστεριαΞαστερια
Ξαστερια
 
20110618_Andalucía_Pedro_Moneo_Opinno
20110618_Andalucía_Pedro_Moneo_Opinno20110618_Andalucía_Pedro_Moneo_Opinno
20110618_Andalucía_Pedro_Moneo_Opinno
 
Web20forprofessionals
Web20forprofessionalsWeb20forprofessionals
Web20forprofessionals
 
Marvia preso Milan 2009
Marvia preso Milan 2009Marvia preso Milan 2009
Marvia preso Milan 2009
 
Soffer CollectIve Master
Soffer CollectIve MasterSoffer CollectIve Master
Soffer CollectIve Master
 
Tarea 4
Tarea 4Tarea 4
Tarea 4
 
From Lab to Market. Lessons learned from Breaking Bad
From Lab to Market. Lessons learned from Breaking BadFrom Lab to Market. Lessons learned from Breaking Bad
From Lab to Market. Lessons learned from Breaking Bad
 
Tech Review's Top Ten Emerging Technologies 2012
Tech Review's Top Ten Emerging Technologies 2012Tech Review's Top Ten Emerging Technologies 2012
Tech Review's Top Ten Emerging Technologies 2012
 
Ricordanze Leopardiane
Ricordanze LeopardianeRicordanze Leopardiane
Ricordanze Leopardiane
 
10 Breakthrough Technologies 2013, MIT Technology Review
10 Breakthrough Technologies 2013, MIT Technology Review10 Breakthrough Technologies 2013, MIT Technology Review
10 Breakthrough Technologies 2013, MIT Technology Review
 
Autostimafemminile
AutostimafemminileAutostimafemminile
Autostimafemminile
 
Social Media for the Social Sector
Social Media for the Social SectorSocial Media for the Social Sector
Social Media for the Social Sector
 

Último

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
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
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 

Último (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
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...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 

Papyrus: Advent of an Open Source IME at Eclipse

  • 1. Papyrus: Advent of an Open Source IME at Eclipse Kenn Hussey Patrick Tessier Raphaël Faodou Cedric Dumoulin
  • 2. A “Perfect Storm” for Tools  Core technologies like MOF™ and UML® are evolving  Microsoft a member of Object Management Group™ (OMG™); revision of MOF (SMOF); UML RFP and roadmap working group  Vendors have largely failed to provide consumable tools  time to question the status quo (some already are)  Software industry is shifting  enterprises preferring use over buy over build  Opportunity to organize and provide industrial strength alternative to proprietary tools Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 3. Overview  Introduction  Past - How Did Papyrus Get Here?  Present - Where is Papyrus?  Future - Where is Papyrus Going?  Next Steps Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 4. Papyrus I  Based on Eclipse and the Eclipse UML2 project (now a subproject of MDT)  uses de facto reference implementation of OMG’s Unified Modeling Language™ (UML) metamodel at Eclipse  Developed as an open source project, primarily by the LISE team of the Commissariat à l’Énergie Atomique (CEA) in France  to support development of real-time embedded systems  also led the definition of OMG’s MARTE profile  Strong focus on customizability  powerful profile definition capability  support for key UML diagram types (using DI2 standard) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 5. TOPCASED  TOPCASED is Model Based Engineering Platform initiated by a consortium of 30 industrial and research institutions including Airbus, Continental, Thales, Telecom Paris, and Rockwell Collins  It targets safety-critical system design and is soundly based on Eclipse frameworks TOPCASED TOPCASED Simulator Engines Model editors Source code, Test code, Documentation, TOPCASED TOPCASED … Model to Model Model to Text Transformations Transformations TOPCASED Formal Checking Configuration, Change and Requirements management tools communication Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 6. MOSKitt  Valencian Ministry of Infrastructure and Transport  Offers support for generation and use of CASE tools  Composed of different modules, including UML diagram editors, model explorer, transformation manager, reports generator, form editors, etc.  Based on Eclipse UML2 format and reuses/extends UML2 Tools diagram editors  UML2 and model explorer modules to be replaced with Papyrus Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 7. Papyrus at Eclipse  Consolidation of several free open source UML tooling initiatives - Papyrus I, TOPCASED editor, and MOSKitt  Integrated as an official subproject of Eclipse MDT  leverages infrastructure from Modeling project  shares strategic direction and release planning with other MDT subprojects  expands the field of contributors to Eclipse Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 8. Papyrus as a Subproject of MDT Atos Origin Integranova MST LIFL Prodevelop Papyrus XML Modeling GMF IMM OCL UML2 XSD SBVR BPMN2 VF MT Compare Search Index GEF EMF Platform Papyrus Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 9. Overview  Introduction  Past - How Did Papyrus Get Here?  Present - Where is Papyrus?  Future - Where is Papyrus Going?  Next Steps Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 10. Milestones To Date  0.7.0 M1  Use case diagram  Class diagram  Preferences  Model explorer  Backbone  Multi-window manager  Multi-editor manager (tabs)  GMF editor adapter  0.7.0 M2  Sequence diagram (partial)  Composite diagram (partial)  Control command to split models (prototype)  Hyperlinks  Model explorer refactoring (to remove UML dependencies) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 11. DEMO TIME! diagrams, model explorer, model/diagram synchronization, preferences Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 12. Overview  Introduction  Past - How Did Papyrus Get Here?  Present - Where is Papyrus?  Future - Where is Papyrus Going?  Next Steps Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 13. Model-Based Engineering (MBE)  An approach to system and software development in which models play an indispensable role; based on two time-proven concepts (1) ABSTRACTION (2) AUTOMATION S1 e3/action3 S1 e3/action3 Realm of S3 S3 Realm of modeling e1/action1 e1/action1 e2/action2 e2/action2 tools languages S2 S2 switch (state) { switch (state) { case‘1:action1; case‘1:action1; newState(‘2’); newState(‘2’); break; break; case‘2:action2; case‘2:action2; newState(‘3’); newState(‘3’); break; break; case’3:action3; case’3:action3; newState(‘1’); newState(‘1’); break;} break;} Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 14. Integrated Modeling Environment  Industry demand for open source MBE tools is growing  prompted creation of Eclipse Modeling project and its subproject, Model Development Tools (MDT)  Papyrus is intended to respond to that demand by providing an industrial quality, integrated toolset (IME) that supports MBE  key principles driving Papyrus development include customizability, extensibility, scalability, usability, interoperability, and interactivity Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 15. Papyrus Architecture Papyrus GMF-based diagram GEF Editors EMF editor editors or others editors GMF Connector GEF Connector Papyrus Backbone Eclipse Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 16. Customizability  It should be possible to use Papyrus and its existing facilities in ways that are best suited to the task at hand  provide extensive preferences for user defined settings  support form-based editing via highly customizable Properties view  Bugs 249777, 257049, 269660, 271057, 290237, 290257 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 17. Extensibility  It should be possible to extend Papyrus with new capabilities (tools, processes, languages, methods), including those that may not have been anticipated during inception  provide extension points for key points of variability  support tool specialization via OMG SysML™, MARTE, and other profiles  facilitate the development of domain specific languages (DSLs)  Bugs 269490, 269492, 269494, 277478 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 18. Scalability  Papyrus should be able to efficiently cover a broad range of differently sized problems, scaling not only in the complexity of the system being developed, but also in the size of development teams and environments involved  leverage EMF CDO for more scalable Ecore, UML, notation models  use RESTful resources API from e4 to support arbitrary repositories  support binary EMF resource implementations  Bugs 275666, 290937, 290939, 290941 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 19. Usability  Papyrus should minimize the cognitive load on users; this should extend beyond good UI design to include aspects such as adapting to specific models and (individualized) modes of usage  provide comprehensive documentation for both users and developers  introduce custom widgets (e.g., ribbons and Chrome-like navigation bar)  apply UI styling from e4  leverage Eclipse UDC and/or heuristics to personalize UI  integrate with Mylyn to support task-focused modeling  Bugs 273415, 273416, 273417, 273418, 273419, 282857, 288362, 290246, 290943, 290944, 290945, 290946 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 20. Interoperability  Wherever possible, Papyrus should favor industry standards over custom solutions so as to facilitate interworking with external toolsets  provide full support for important UML and OMG SysML diagram types  maintain compliance with latest standards, i.e., OCL, UML, OMG SysML  participate in the model interchange working group at the OMG  Bugs 281320, 290725, 290948, 290949, 290954 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 21. Interactivity  Papyrus should provide users with the ability to interact and share artifacts in real time, as well as monitor each others’ progress via social media facilities  expose resource partitioning functionality provided by EMF  leverage EMF Compare for concurrent modeling  support CDO model repository as a backing store for models  utilize Google Wave protocol to facilitate real-time communication  Bugs 275628, 277680, 290951, 290952, 290953 Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 22. Overview  Introduction  Past - How Did Papyrus Get Here?  Present - Where is Papyrus?  Future - Where is Papyrus Going?  Next Steps Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 23. Helios Development Plan (1/3) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 24. Helios Development Plan (2/3) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 25. Helios Development Plan (1/3) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 26. Reintegration of Papyrus into TOPCASED traceability UML2 SysML SAM XXX simulation Rules Doc code engine Ecore Editor Editor Editor Editor engine checker generator generator Editor TOPCASED SDK UML2 search compare Acceleo/oAW ATL/QVT templates Eclipse Modeling Framework Graphical Editor Framework Eclipse RCP 3.5 (Galileo) Formal safety Proof tools Ecore UML2 SysML SAM XXX simulation Rules Doc code traceability Editor Editor Editor Editor Editor engine checker generator generator engine MDT Papyrus backbone TOPCASED SDK and templates GMF UML2 search compare Acceleo/oAW ATL/QVT Eclipse Modeling Framework GEF Eclipse RCP 3.6 (Helios) Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 27. How Can You Help?  As a developer...  write documentation  participate in mailing list discussions  become a Papyrus contributor!  As a vendor/consumer...  build extensions for Papyrus  participate in industry working groups  As a user...  use Papyrus  participate in forum discussions  report bugs Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 28. More Information  For developers...  http://wiki.eclipse.org/Papyrus_Developer_Guide  http://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev  For vendors/consumers...  http://www.eclipse.org/papyrus  For users...  news://news.eclipse.org/eclipse.papyrus Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009
  • 29. Legal Notices  MOF, Object Management Group, OMG, OMG SysML, and Unified Modeling Language are trademarks of the Object Management Group  UML is a registered trademark of the Object Management Group  Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both  Other company, product, or service names may be trademarks or service marks of others Papyrus | © 2009 by Zeligsoft, Atos Origin, CEA LIST, and LIFL; made available under the EPL v1.0 10/29/2009

Notas do Editor

  1. - The intent of Papyrus is now more ambitious than originally proposed. - Interoperability here means a strong commitment to OMG specifications, i.e. standards compliance. - Quality is essential for Atos Origin, Airbus, and other industrials; the tool should be of sufficient quality to support industrial use by distributed teams, with a minimum of defects and given the existing level of documentation. - The complete vision will not be available in 2010 (more likely post Helios, i.e. 2011).
  2. - TOPCASED 4.0 plans to integrate MDT Papyrus.