SlideShare una empresa de Scribd logo
1 de 59
SOA Symposium

Adrian Mos (Xerox), Bob Brodt (Redhat), Marc
  Dutoo (OpenWide), Marc Gille (SunGard)
                EclipseCon
                  Boston
            3/25/2013 9-12 am
Goal
 Show how Process Modeling with BPMN supports a holistic
  approach from business to implementation
 Demonstrate the role of BPM in a SOA
 Introduce the Eclipse SOA Project and its subprojects and
  their current state of development
Overview/Agenda
 Short Introduction of presenters and their project *20‘+
 Overview end-to-end use case *10‘+
 Project demos along the end-to-end use case *20‘/project]
   o   Break after 2nd project
 Deeper dive into the projects (functionality architecture,
  status, roadmap, community) *30‘/project]
   o   Break after 2nd project
 Panel Q & A (no limit – but move to the bar if others will be
  claiming the room …)
Presenters and their Projects
Adrian Mos/Mangrove
 Research Scientist, Xerox Research Europe
 SOA Project PMC Member
 Project Lead for Mangrove

 adrian.mos@xerox.com
Bob Brodt/BPMN2 Modeler
 Software Engr., Red Hat, Inc.
 Eclipse Project Lead for BPMN2 Modeler & BPEL Designer
Marc Dutoo/EasySOA
 Head of R&D Dept. at Open Wide, where he leads the
  EasySOA Registry & Tools Open Source solution
 Eclipse SOA PMC member
 co-leads Eclipse SOA's Java Workflow Tooling
 Email: marc.dutoo AT openwide DOT org
Marc Gille/Stardust (Eclipse Process Manager)
    CARNOT AG                                           All code submitted into Eclipse
      o    Founded in 2000 („Workflow and EAI             Stardust in 2012
           for J2EE“)                                    With ~3M lines of code one of the
      o    Acquired by SunGard in November                largest code contributions
           2006
      o    All key players still on board – and are      Full-blown Business Process
           Stardust committers                            Management Suite under EPL
    Rebranded CARNOT Process Engine                     Project Release planned with Kepler
     as Infinity Process Platform (IPP).                  – M6 has been build
    Production deployments e.g. with
      o    > 10,000 users (Commerzbank,                  Marc Gille
           former Dresdner Bank)                           o    Founder of CARNOT AG
      o    > 1,000,000 processes/day (CSS                  o    Project Lead Stardust
           Insurance, SWIFT)
                                                           o    SVP Product Management Infinity at
      o    > 300,000 documents/day (VAR                         SunGard
           Japan)
                                                           o    marc.gille@sungard.com
    Ranked #2 in Vision in Gartner MQ
     for BPMS in 2007
Use Case
Federal Charity Platform
 The Federal Charity institution of Neverland provides an
  Internet platform for charity organizations to distribute their
  benefits to those in need.
 Charity institutions can register and describe their rules for
  accepting beneficiaries.
 Beneficiaries can apply for benefits such as vacation funding.
Processes, Events and Activities
 Charity Organization Registration and Approval
   o   Data Entry
   o   Address Verification
   o   Review
   o   Approval/Rejection
 Vacation Request
   o   Data Entry
   o   Address Verification
   o   Dispatching to Charity Organization
   o   Review
   o   Approval/Rejection
Participants
 Platform Operators from the roof organization
  running/operating the system
 Administrators of the charity organizations
 Applicants would only be implicit participants kicking of
  workflows via a little portal and receiving notifications
Services
 Address Validation
   o   Specifications managed in EasySOA,
       implementation prototyped in OW2
       FraSCAti Studio
 Plus: Simplistic HTML5 web portal for
   o   Charity organization registration
       (kicking off first process)
   o   Application for vacation funding (kicking
       off second process)
   o   Code available via
       http://git.eclipse.org/c/stardust/org.ecli
       pse.stardust.examples.git/
Data Model
 XSD
   o    Charity Organization (Structure)
   o    Vacation Funding Request (Structure)
   o    Beneficiary (Structure)
   o    Address (Structure)
   o    Country (Structure)
 Used across tools (BPM, WS)
Demoes
Mangrove
Mangrove Reminder
 Bridge: Integrates design and runtime artefacts created or used in
  Eclipse SOA

 Common metamodel (Mangrove Core) and transformation plugins
  enable partial transport of essential information between tools

 Mangrove Core contains elements related to processes as well as
  SOA services




 More details: http://eclipse.org/mangrove/


                                                              Page 17
Current Transformations
   BPMN 1  Mangrove Core
   Mangrove Core  BPMN2
   Mangrove Core  BPEL
   SCA  Mangrove Core
   Mangrove Core  JBI
Mangrove Viewer / Editor
In the Works: Governance View
Potential Use: Bring DSLs in SOA/BPM World
 Generic languages not always sufficient

 Different processes or sub-processes better defined by domain
  experts

 DSL-based processes should be able to benefit from SOA
  connections

 BPMN can be used as glue and as interface to BPMS

 What PDF is for the portable exchange of documents, BPMN could
  be for the portable exchange of DSL-based processes


                                                            Page 21
DSL Integration in Eclipse SOA




                                              Transformation
             Transformation
DSL Editor                                                     DSL Editor




                                                  Plugin
                 Plugin
 Xeproc                                                        BPMN + ext

 Xeproc                                                         BPMN
Meta-model                                                     Meta-model




                              Mangrove SOA
                                Modelling
                               Framework


                              Mangrove Core
                               Meta-model




                                BPMN
                               Meta-model

                BPMN                            BPEL

                  Editor                Execution Engine                    Page 22
Scenario #1




DSL
              Page 23
Scenario #2




              DSL




                Page 24
Scenario #3

DSL 1



DSL 2
              Page 25
Scenario #4

DSL 1

  SOA / BPMS




               Page 26
BPMN2 Modeler
BPMN2 Modeler - Architecture
 Still in Incubation, current version is 0.2.4
 Graphiti
   o   Supports Graphiti versions 8.0.2 (Eclipse Helios 3.6.2) and 10.0.1
       (Eclipse Juno 4.2)
 Eclipse BPMN2 EMF model, version 0.7.0
 EMF, version 2.something
 Plus a cast of thousands
   o   GEF/draw2d
   o   EMF Transaction, Validation OCL
   o   Eclipse XSD & WST
   o   BPEL WSIL
   o   JDT
BPMN2 Modeler - Architecture
 Generic BPMN 2.0
   o   MDT-BPMN2 Project
 Extensible/customizable for specific runtimes
   o   jBPM5
   o   Other examples
 Plug-in API
   o   Model extensions
   o   Limit runtime model subset/view
   o   Tabbed Property Sheets
   o   Custom Tool Palette
   o   Custom Activity models & graphics
BPMN2 Modeler - Features
 Multiple BPMN Diagram Types
   o   Process
   o   Choreography
   o   Collaboration
 Multipage Editor
   o   Multiple Diagram Types per file
   o   Processes
   o   Choreography Task Participants
       •   “white box” and “black box”
   o   Sub-Processes
       •   “push down” and “pull up”
   o   XML Source View Tab
       •   Read-only, not yet synched with graphical view
 Import BPMN 2.0 Model Elements
   o   Generates Diagram Interchange (“DI”) elements
   o   Basic auto layout
BPMN2 Modeler - Features
 Outline View
   o   Business Model
   o   Diagram Interchange Model
   o   Thumbnail
 Customizable Tool Palette
   o   plug-in extension
   o   Tool Set “Profiles”
 User Preferences
   o   Selectable Target Runtime
   o   General UI customization
       • Colors, Fonts
   o   Connection Line Routing
       • Manhattan
       • Bendpoint
   o   Model Enablement, including runtime extensions
BPMN2 Modeler - Roadmap
 Debugging/Simulation Support (Spring 2013)
 Automatic Layout of Shapes & Connections (Summer 2013)
   o   Basic Shape Layout for imported models
   o   Connection Line Routing needs work!
 Tool Palette Enhancements (Fall 2013)
   o   Complex templates for “workflow patterns”
   o   Tool Set “Profiles”
 Deployment Tools API (Spring 2014)
   o   Multiple Processes per file
BPMN2 Modeler - Community
 All y’all!
 ROSI
    o   TU, Dortmund (http://vm4a003.itmc.tu-dortmund.de/carisma)
 Eclipse Community Forum
    o   http://www.eclipse.org/forums
 Mailing list
    o   bpmn2-modeler-dev@eclipse.org
 Me
    o   bbrodt@redhat.com
EasySOA Registry & Eclipse JWT
Eclipse SOA JWT
Versatile Business Process and Workflow tools & platform
Website : http://www.eclipse.org/jwt
Mailing list : jwt-dev@eclipse.org
What‘s new: BPMN view, EasySOA export

Provides:
 Various views (UML AD, EPC, BPMN) and model extensions
 Transformations to other representations (BPMN, Mangrove…)
 Export to executable workflow formats (XPDL, Bonita, jPDL…)
 Export of business process structure and documentation to
   Document Management Systems
   o   Nuxeo, Alfresco... and EasySOA service registry!
EasySOA Registry
An open, collaborative registry of SOA information across design time,
   development time and deployment time for all actors of the SOA
   process, built by the Open Wide-lead EasySOA consortium (also
   Talend, Bull, Nuxeo, EasiFab).
Website : http://www.easysoa.org
Mailing list : easysoa-dev@googlegroups.com
EasySOA Registry provides:
 Service audit and discovery : from design, source, classpath, web,
   wire…
 Service cartography and documentation : extracted & manual doc,
   collaborative editing, custom browsing UI
 SOA sanity check : Indicators, change detection & validation,
   reports
 SOA evolution management : collaborative business & architecture
   specifications, matching of developed services against
   requirements, up to runtime measure of expected business SLA
EasySOA
   Functional
   Architecture


The EasySOA Integration ecosystem
   brings along :
 Integrated Business design tool:
   Eclipse SOA JWT
 Integrated ESB platform: Talend
   ESB and Jasmine monitoring
 Integrated Cloud RAD &
   prototyping platform: OW2
   FraSCAti Studio
 Testing tools: record /
   (templatized) replay, SOAPUI
Stardust (Eclipse Process Manager)
Stardust
 Industry-proven, mature Business Process Management Suite
  Infinity Process Platform under Eclipse Public License
 Workflow
 System Integration
 Document Management
Status
 All Infinity Process Platform code submitted in 2012 –
  exceptions only „toxic“ licenses (e.g. for Hibernate Plug-In)
   o   Approval for > 130 third-party libraries - Eclipse Legal loves us …
 In Incubation (Release 0.7)
 Eclipse Build supported – if you want to build yourself
 Update Site available (Release 0.7 RC5) – if you just want to
  use it
 (Quite oppulent) Wiki and (quite active) Forum exists
 Participating in Kepler Release (and will mature to Release
  status as part of Kepler)
 Kepler M6 build completed
Ecosystem
                                                                         Eclipse Community

                  SunGard




                Contribution        Resources                 Contribution
                                                                                                   Consumption via
                                                                                             Eclipse Public License (EPL)

                                      Update on important fixes
                                         or enhancements
                   Infinity
Maintenance       Process                                                       Stardust
                  Platform
                                          Periodic update e.g. on
                                             Eclipse Releases
                Consumption via
              SunGard-proprietary
               commercial license



              SunGard Customers
Access
 Homepage: www.eclipse.org/stardust
 Wiki: http://wiki.eclipse.org/STP/Stardust
 Update Site:
  http://download.eclipse.org/stardust/milestones/helios
 Git: http://git.eclipse.org/c/?q=stardust
 Forum:
  http://www.eclipse.org/forums/index.php?t=thread&frm_id=
  225
 Videos (constantly adding):
  http://www.eclipse.org/stardust/documentation/training-
  videos.php
 Facebook: https://www.facebook.com/eclipsestardust
Project Activity and Diversity

        Hundreds of commits/month due to synchronization
        with IPP codebase




        ITPearls joined to help on BPMN2 support
Interactive Workflow

                  Requirements
                  • Simple configuration of organizational hierarchy including
                    departments
                  • Flexible integration user management/SSO
                  • Configurable Portal UI
                  • Large number of parallel users

                  Stardust Solution
                  • Department concept
                  • LDAP/SAML integration
                  • Flexible Portal mashups
                  • Multiple Portal views
       Stardust   • Reporting
                  • Simulation
Document Processing

                  Requirements
                  • Document management and retrieval
                  • Document viewing and editing (TIFF, PDF, HTML)
                  • Process and document binding

                  Stardust Solution
                  • Document Repository
                  • TIFF Viewer and Editor
                  • Servers-side PDF-Viewer
                  • Scan client (WS communication to server)
                  • Document Metadata Modeling
                  • Document security (document, folder, type)
       Stardust
Data Extraction and Transformation

                                   Requirements
                                   • Receive request for data gathering from multiple systems
                                   • Data retrieval from these systems
                                   • Data transformation, normalization and merge
                                   • Return data
                                   • Possibly high record volume (~ 100.000)
                                   Stardust Solution
                                   • Simple message transformations via drag & drop
                                   • Complex message transformation with JavaScript
                                   • Out-of-the-box connectivity to RDBMS, Files etc.
                                   • Well-defined Connector structure to be used for custom
                                      connectors
                 Stardust          • Parallel data gathering via process topology




             Relational Database
Message Processing and Service Orchestration
                                 Integration Requirements
                                 • Connectivity to financial networks
                                    and protocols (FIX, SWIFT, XML)
                                 • Grouping of messages
                                 • Correlation of messages (e.g. for cancellation)
                                 • Content-based routing
                                 • Message multicast
                                 • Low(er) latency
                                 Stardust Solution
                                 • FIX and SWIFT connectivity
                      Stardust   • Message transformation to normalized format
                                 • Caching and JMS channeling for sequencing
                                 • Routing via transition conditions
                                 • Transient processing/write-behind
                                    for highest throughput/lowest latency




 e.g. Financial
 Networks
Event Processing and Client Push

                                     Integration Requirements
                                     • Different incoming market data streams
                                        (e.g. Market Map, Bloomberg, Reuters)
                                     • Normalization of content
                                     • Client push

                                     Stardust Solution
                                     • FIX and SWIFT connectivity e.g. market data streams
                                     • Correlation of messages arriving in time window via
                                        caching
                          Stardust   • Message transformation to normalized format
                                     • Rules for golden copy creation
                                     • Client push via publish/subscribe via REST Push and
                                     • HTML messaging




e.g. Market Data
Streams
Technologies used
 Java                          Web
   o     J2EE                    o   ICEfaces (deprecated)
   o     JDBC/SQL                o   Require JS
   o     JAAS                    o   jQuery
   o     Spring                  o   jQuery UI
 Eclipse                        o   Raphael
   o     GEF                     o   AngularJS
   o     EMF
   o     Eclipse Runtime
   o     Webtools
   o     BIRT
Overall Architecture
       Process Modeling (Eclipse)

                                                                       Stardust                Desktop                        Mobile
                                                                        Portal                  Client                        Client



                                                  Business Event




                                                             Stardust             Business Logic 1          Business Logic 2
                                                          Process Engine               (EJB)                    (Spring)
                                    Deployment

Model Repository                                                                                                  J2EE (Web) Application Server
                                                 JDBC           JMS                                      SOAP                      (e.g.Tomcat)



                                                                      Messaging       Apache Camel              Web Service

                                                  Audit Trail
                                                  Database
Process Modeling
                                                                                         Business Analyst/Non-Java Developer
                                                Development
Migrated to „Bob‘s Editor“ over the next 1.5 years.                             Not adopted by business …




                                                                                                                               Browser-based
                                                         Eclipse                                                                  Modeler




                                                                                             Business View
                                                                        Process Model        • Controlling/Costs
                    Technical/Integration                                                    • Risk
                    View                                                                     • Change Management
                    • Application Integration      Common Elements                           •…
                    • Data Integration             • Process Structure
                    • Transaction Management       • Basic Elements (Activities, Data,
                    •…                               Applications)
                                                   •…
Simulation
      Specify arrival
      rates for processes
      (e.g. trades over
      time)
                                                           Specify
                                                           duration
                                                           probabilities

                                                                              • Resource workload
                                                                              • Critical pathes
                                                              Specify         • Simulation results can be copied e.g. into MS Excel or
                                                              traversal
                                                              probabilities
                                                                                written to process database
Specify
availabilities




                   Fast, in-memory algorithm
                  runs thousands of processes in seconds
Simulation, Audit Trail and Reporting
                                                                                                                                                           Reports
                                    Eclipse

                                                                                           Stardust
                                                      Infinity Process Platform Infinity Process Platform
                                                         Stardust
                                                                                   Reporting Component/
                                                    Simulation Engine
                                                      Simulation Engine         Reporting Component
                                                                                             BIRT




Simulation results can be written
to simulation audit trail
database.

Simulation results can be used                                                     Simulation parameters can be
in audit trail reports as regular                                                  retrieved from produtcive audit trail.
audit trail content.

                                              Simulation        Productive
                                              Audit Trail       Audit Trail
                                               Database          Database
                                                                                                                        Simulation can be used to create test data
                                                                                                                        for reports


                                                                     Simulation run´ID can be used to
                                                                     filter reports and build
                                                                     sequences of what if-reports.
Process-aware Front End
                                                 Worklist                   Workarea
• Portal currently JSF-based,
  transitioned into HTML5
• Mashups possible with arbitrary
  HTML-technologies
• Server/application synchronization
  via REST                                                  Activation
• Non-invasive, unidirectional protocol




                                                                                                                      GUI


                                          Worklist                                                   Service Access
                                          Query

                                                                         Activity
                                                                         Completion
                                                                                       e.g. Customer Management




                                             Process Database
UI Mashup
      IPP                       External Web Application


            External URL&ippPortalBaseUri=…




             REST Call to retrieve Input Data




            REST Call to set Output Data
                            …


            REST Call to set Output Data




        Optional REST Call to complete Activity
Reporting Architecture
                                                              BIRT Runtime

                                       Stardust
                              Process Model and Runtime          Other Sources (e.g. RDBMS, XML, DMS)
                                  ODA Data Sources



Eclipse/BIRT Designer
and Stardust Wizards




                                  Stardust Audit Trail    Customer Data       Documents          Risk Data
                                       Database




                                                                                   Reports
                            Stardust Process Engine
Browser-based BPMN Modeler
 BPMN2 Diagram Notation
 HTML-based implementation (jQuery, Raphael)
 Model Storage currenly transitioned to BPMN
   o   Compatibility with „Bob‘s Modeler“
 Highly extensible …
   o   Documented JavaScript Extension Points for Palette, Properties
       Panels, Outline Popups, Diagram Decoration
 … and embeddable
   o   Can be mashed-up in arbitrary HTML Portals
 Current code-base in Eclipse Git
 Integration with Orion – demoed in other tracks at EclipseCon
  13
Browser-Modeler Architecture
Again: „Bob‘s Editor“ over the next 1.5 years.
            Stardust Eclipse Modeler             Stardust Browser Modeler




                                                                     SunGard




                                    XPDL                        BPMN
                                  Marshaller/                                         BPMN/XPDL               Stardust
                                                              Marshaller/
                                 Unmarshaller                                          Converter              Runtime
                                                             Unmarshaller

                                                                               Only Runtime-relevant
                                                                               information


                                                                                                   ITPearls


                                       XPDL                     BPMN
Panel Q & A

Más contenido relacionado

La actualidad más candente

Communication Patterns Using Data-Centric Publish/Subscribe
Communication Patterns Using Data-Centric Publish/SubscribeCommunication Patterns Using Data-Centric Publish/Subscribe
Communication Patterns Using Data-Centric Publish/SubscribeSumant Tambe
 
OW2Con2012 Scarbo2 SOA-Consistent BPM
OW2Con2012 Scarbo2 SOA-Consistent BPMOW2Con2012 Scarbo2 SOA-Consistent BPM
OW2Con2012 Scarbo2 SOA-Consistent BPMMarc Dutoo
 
A sane approach to microservices
A sane approach to microservicesA sane approach to microservices
A sane approach to microservicesToby Matejovsky
 
Smooth transition to Eclipse in practice
Smooth transition to Eclipse in practiceSmooth transition to Eclipse in practice
Smooth transition to Eclipse in practiceguest301ea
 
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...JBossArchitectForum
 
EclipseCon2010 - Painless Metamodel Evolution
EclipseCon2010 - Painless Metamodel EvolutionEclipseCon2010 - Painless Metamodel Evolution
EclipseCon2010 - Painless Metamodel EvolutionMarc Dutoo
 
WhatIsData-Blitz
WhatIsData-BlitzWhatIsData-Blitz
WhatIsData-Blitzpharvener
 
EasySOA business case and real world use case 20130220
EasySOA business case and real world use case 20130220EasySOA business case and real world use case 20130220
EasySOA business case and real world use case 20130220Marc Dutoo
 
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisEasier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisMarc Dutoo
 
Brian Oliver Pimp My Data Grid
Brian Oliver  Pimp My Data GridBrian Oliver  Pimp My Data Grid
Brian Oliver Pimp My Data Griddeimos
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle CloudRuggero Citton
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to KubernetesSamuel Dratwa
 
Big Data 2107 for Ribbon
Big Data 2107 for RibbonBig Data 2107 for Ribbon
Big Data 2107 for RibbonSamuel Dratwa
 
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...OGF Cloud Standards: Current status and ongoing interoperability efforts wi...
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...Florian Feldhaus
 
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
 
How to Become a Winner in the JVM Performance-Tuning Battle
How to Become a Winner in the JVM Performance-Tuning BattleHow to Become a Winner in the JVM Performance-Tuning Battle
How to Become a Winner in the JVM Performance-Tuning BattleCapgemini
 
OpenStack and MySQL
OpenStack and MySQLOpenStack and MySQL
OpenStack and MySQLMatt Lord
 

La actualidad más candente (20)

Communication Patterns Using Data-Centric Publish/Subscribe
Communication Patterns Using Data-Centric Publish/SubscribeCommunication Patterns Using Data-Centric Publish/Subscribe
Communication Patterns Using Data-Centric Publish/Subscribe
 
OW2Con2012 Scarbo2 SOA-Consistent BPM
OW2Con2012 Scarbo2 SOA-Consistent BPMOW2Con2012 Scarbo2 SOA-Consistent BPM
OW2Con2012 Scarbo2 SOA-Consistent BPM
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
A sane approach to microservices
A sane approach to microservicesA sane approach to microservices
A sane approach to microservices
 
Smooth transition to Eclipse in practice
Smooth transition to Eclipse in practiceSmooth transition to Eclipse in practice
Smooth transition to Eclipse in practice
 
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...
JBoss Architect Meetup - December 2013 - JBoss Fuse in Vodafone’s Global Inte...
 
EclipseCon2010 - Painless Metamodel Evolution
EclipseCon2010 - Painless Metamodel EvolutionEclipseCon2010 - Painless Metamodel Evolution
EclipseCon2010 - Painless Metamodel Evolution
 
WhatIsData-Blitz
WhatIsData-BlitzWhatIsData-Blitz
WhatIsData-Blitz
 
Big Data NoSQL 1017
Big Data NoSQL 1017Big Data NoSQL 1017
Big Data NoSQL 1017
 
EasySOA business case and real world use case 20130220
EasySOA business case and real world use case 20130220EasySOA business case and real world use case 20130220
EasySOA business case and real world use case 20130220
 
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisEasier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
 
Brian Oliver Pimp My Data Grid
Brian Oliver  Pimp My Data GridBrian Oliver  Pimp My Data Grid
Brian Oliver Pimp My Data Grid
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
 
Big Data 2107 for Ribbon
Big Data 2107 for RibbonBig Data 2107 for Ribbon
Big Data 2107 for Ribbon
 
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...OGF Cloud Standards: Current status and ongoing interoperability efforts wi...
OGF Cloud Standards: Current status and ongoing interoperability efforts wi...
 
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
 
How to Become a Winner in the JVM Performance-Tuning Battle
How to Become a Winner in the JVM Performance-Tuning BattleHow to Become a Winner in the JVM Performance-Tuning Battle
How to Become a Winner in the JVM Performance-Tuning Battle
 
OpenStack and MySQL
OpenStack and MySQLOpenStack and MySQL
OpenStack and MySQL
 
Cont0519
Cont0519Cont0519
Cont0519
 

Similar a Soa symposium eclipse con 2013

Mainframe migration
Mainframe migrationMainframe migration
Mainframe migrationGinfo Intl
 
Alok_ResumeHclJul
Alok_ResumeHclJulAlok_ResumeHclJul
Alok_ResumeHclJulAlok Behera
 
Pragmatic Model Driven Development using openArchitectureWare
Pragmatic Model Driven Development using openArchitectureWarePragmatic Model Driven Development using openArchitectureWare
Pragmatic Model Driven Development using openArchitectureWareMichael Vorburger
 
Dsl for-soa-artefacts
Dsl for-soa-artefactsDsl for-soa-artefacts
Dsl for-soa-artefactsGuido Schmutz
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUGIF
 
jBPM Migration - generating your process future
jBPM Migration - generating your process futurejBPM Migration - generating your process future
jBPM Migration - generating your process futureEric D. Schabell
 
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisPetals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisOW2
 
OW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudOW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudChristophe Hamerling
 
Application of SHAPE Technologies in Production and Process Optimization
Application of SHAPE Technologies in Production and Process OptimizationApplication of SHAPE Technologies in Production and Process Optimization
Application of SHAPE Technologies in Production and Process OptimizationBrian Elvesæter
 
Angular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - LinagoraAngular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - LinagoraLINAGORA
 
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...South Tyrol Free Software Conference
 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)siouxhotornot
 
Acceleo Day - Orange
Acceleo Day - OrangeAcceleo Day - Orange
Acceleo Day - Orangesliard
 

Similar a Soa symposium eclipse con 2013 (20)

Open Source Soa
Open Source SoaOpen Source Soa
Open Source Soa
 
Webinar: Camunda und Liferay
Webinar: Camunda und LiferayWebinar: Camunda und Liferay
Webinar: Camunda und Liferay
 
Mainframe migration
Mainframe migrationMainframe migration
Mainframe migration
 
Alok_ResumeHclJul
Alok_ResumeHclJulAlok_ResumeHclJul
Alok_ResumeHclJul
 
Pragmatic Model Driven Development using openArchitectureWare
Pragmatic Model Driven Development using openArchitectureWarePragmatic Model Driven Development using openArchitectureWare
Pragmatic Model Driven Development using openArchitectureWare
 
Dsl for-soa-artefacts
Dsl for-soa-artefactsDsl for-soa-artefacts
Dsl for-soa-artefacts
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutes
 
jBPM Migration - generating your process future
jBPM Migration - generating your process futurejBPM Migration - generating your process future
jBPM Migration - generating your process future
 
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisPetals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
 
OW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudOW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the Cloud
 
KIRANKUMAR_MV
KIRANKUMAR_MVKIRANKUMAR_MV
KIRANKUMAR_MV
 
Bpm & activiti
Bpm & activitiBpm & activiti
Bpm & activiti
 
Application of SHAPE Technologies in Production and Process Optimization
Application of SHAPE Technologies in Production and Process OptimizationApplication of SHAPE Technologies in Production and Process Optimization
Application of SHAPE Technologies in Production and Process Optimization
 
Fuji Overview
Fuji OverviewFuji Overview
Fuji Overview
 
Angular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - LinagoraAngular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - Linagora
 
Shripal Doshi CV
Shripal Doshi CVShripal Doshi CV
Shripal Doshi CV
 
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...
SFScon22 - Sara Tumiati - Goffice 2.0 - Open-Source Microservices for the Sou...
 
Ahmed Hassan CV_amin4
Ahmed Hassan CV_amin4Ahmed Hassan CV_amin4
Ahmed Hassan CV_amin4
 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
 
Acceleo Day - Orange
Acceleo Day - OrangeAcceleo Day - Orange
Acceleo Day - Orange
 

Soa symposium eclipse con 2013

  • 1. SOA Symposium Adrian Mos (Xerox), Bob Brodt (Redhat), Marc Dutoo (OpenWide), Marc Gille (SunGard) EclipseCon Boston 3/25/2013 9-12 am
  • 2. Goal  Show how Process Modeling with BPMN supports a holistic approach from business to implementation  Demonstrate the role of BPM in a SOA  Introduce the Eclipse SOA Project and its subprojects and their current state of development
  • 3. Overview/Agenda  Short Introduction of presenters and their project *20‘+  Overview end-to-end use case *10‘+  Project demos along the end-to-end use case *20‘/project] o Break after 2nd project  Deeper dive into the projects (functionality architecture, status, roadmap, community) *30‘/project] o Break after 2nd project  Panel Q & A (no limit – but move to the bar if others will be claiming the room …)
  • 5. Adrian Mos/Mangrove  Research Scientist, Xerox Research Europe  SOA Project PMC Member  Project Lead for Mangrove  adrian.mos@xerox.com
  • 6. Bob Brodt/BPMN2 Modeler  Software Engr., Red Hat, Inc.  Eclipse Project Lead for BPMN2 Modeler & BPEL Designer
  • 7. Marc Dutoo/EasySOA  Head of R&D Dept. at Open Wide, where he leads the EasySOA Registry & Tools Open Source solution  Eclipse SOA PMC member  co-leads Eclipse SOA's Java Workflow Tooling  Email: marc.dutoo AT openwide DOT org
  • 8. Marc Gille/Stardust (Eclipse Process Manager)  CARNOT AG  All code submitted into Eclipse o Founded in 2000 („Workflow and EAI Stardust in 2012 for J2EE“)  With ~3M lines of code one of the o Acquired by SunGard in November largest code contributions 2006 o All key players still on board – and are  Full-blown Business Process Stardust committers Management Suite under EPL  Rebranded CARNOT Process Engine  Project Release planned with Kepler as Infinity Process Platform (IPP). – M6 has been build  Production deployments e.g. with o > 10,000 users (Commerzbank,  Marc Gille former Dresdner Bank) o Founder of CARNOT AG o > 1,000,000 processes/day (CSS o Project Lead Stardust Insurance, SWIFT) o SVP Product Management Infinity at o > 300,000 documents/day (VAR SunGard Japan) o marc.gille@sungard.com  Ranked #2 in Vision in Gartner MQ for BPMS in 2007
  • 10. Federal Charity Platform  The Federal Charity institution of Neverland provides an Internet platform for charity organizations to distribute their benefits to those in need.  Charity institutions can register and describe their rules for accepting beneficiaries.  Beneficiaries can apply for benefits such as vacation funding.
  • 11. Processes, Events and Activities  Charity Organization Registration and Approval o Data Entry o Address Verification o Review o Approval/Rejection  Vacation Request o Data Entry o Address Verification o Dispatching to Charity Organization o Review o Approval/Rejection
  • 12. Participants  Platform Operators from the roof organization running/operating the system  Administrators of the charity organizations  Applicants would only be implicit participants kicking of workflows via a little portal and receiving notifications
  • 13. Services  Address Validation o Specifications managed in EasySOA, implementation prototyped in OW2 FraSCAti Studio  Plus: Simplistic HTML5 web portal for o Charity organization registration (kicking off first process) o Application for vacation funding (kicking off second process) o Code available via http://git.eclipse.org/c/stardust/org.ecli pse.stardust.examples.git/
  • 14. Data Model  XSD o Charity Organization (Structure) o Vacation Funding Request (Structure) o Beneficiary (Structure) o Address (Structure) o Country (Structure)  Used across tools (BPM, WS)
  • 17. Mangrove Reminder  Bridge: Integrates design and runtime artefacts created or used in Eclipse SOA  Common metamodel (Mangrove Core) and transformation plugins enable partial transport of essential information between tools  Mangrove Core contains elements related to processes as well as SOA services  More details: http://eclipse.org/mangrove/ Page 17
  • 18. Current Transformations  BPMN 1  Mangrove Core  Mangrove Core  BPMN2  Mangrove Core  BPEL  SCA  Mangrove Core  Mangrove Core  JBI
  • 20. In the Works: Governance View
  • 21. Potential Use: Bring DSLs in SOA/BPM World  Generic languages not always sufficient  Different processes or sub-processes better defined by domain experts  DSL-based processes should be able to benefit from SOA connections  BPMN can be used as glue and as interface to BPMS  What PDF is for the portable exchange of documents, BPMN could be for the portable exchange of DSL-based processes Page 21
  • 22. DSL Integration in Eclipse SOA Transformation Transformation DSL Editor DSL Editor Plugin Plugin Xeproc BPMN + ext Xeproc BPMN Meta-model Meta-model Mangrove SOA Modelling Framework Mangrove Core Meta-model BPMN Meta-model BPMN BPEL Editor Execution Engine Page 22
  • 23. Scenario #1 DSL Page 23
  • 24. Scenario #2 DSL Page 24
  • 26. Scenario #4 DSL 1 SOA / BPMS Page 26
  • 28. BPMN2 Modeler - Architecture  Still in Incubation, current version is 0.2.4  Graphiti o Supports Graphiti versions 8.0.2 (Eclipse Helios 3.6.2) and 10.0.1 (Eclipse Juno 4.2)  Eclipse BPMN2 EMF model, version 0.7.0  EMF, version 2.something  Plus a cast of thousands o GEF/draw2d o EMF Transaction, Validation OCL o Eclipse XSD & WST o BPEL WSIL o JDT
  • 29. BPMN2 Modeler - Architecture  Generic BPMN 2.0 o MDT-BPMN2 Project  Extensible/customizable for specific runtimes o jBPM5 o Other examples  Plug-in API o Model extensions o Limit runtime model subset/view o Tabbed Property Sheets o Custom Tool Palette o Custom Activity models & graphics
  • 30. BPMN2 Modeler - Features  Multiple BPMN Diagram Types o Process o Choreography o Collaboration  Multipage Editor o Multiple Diagram Types per file o Processes o Choreography Task Participants • “white box” and “black box” o Sub-Processes • “push down” and “pull up” o XML Source View Tab • Read-only, not yet synched with graphical view  Import BPMN 2.0 Model Elements o Generates Diagram Interchange (“DI”) elements o Basic auto layout
  • 31. BPMN2 Modeler - Features  Outline View o Business Model o Diagram Interchange Model o Thumbnail  Customizable Tool Palette o plug-in extension o Tool Set “Profiles”  User Preferences o Selectable Target Runtime o General UI customization • Colors, Fonts o Connection Line Routing • Manhattan • Bendpoint o Model Enablement, including runtime extensions
  • 32. BPMN2 Modeler - Roadmap  Debugging/Simulation Support (Spring 2013)  Automatic Layout of Shapes & Connections (Summer 2013) o Basic Shape Layout for imported models o Connection Line Routing needs work!  Tool Palette Enhancements (Fall 2013) o Complex templates for “workflow patterns” o Tool Set “Profiles”  Deployment Tools API (Spring 2014) o Multiple Processes per file
  • 33. BPMN2 Modeler - Community  All y’all!  ROSI o TU, Dortmund (http://vm4a003.itmc.tu-dortmund.de/carisma)  Eclipse Community Forum o http://www.eclipse.org/forums  Mailing list o bpmn2-modeler-dev@eclipse.org  Me o bbrodt@redhat.com
  • 34. EasySOA Registry & Eclipse JWT
  • 35. Eclipse SOA JWT Versatile Business Process and Workflow tools & platform Website : http://www.eclipse.org/jwt Mailing list : jwt-dev@eclipse.org What‘s new: BPMN view, EasySOA export Provides:  Various views (UML AD, EPC, BPMN) and model extensions  Transformations to other representations (BPMN, Mangrove…)  Export to executable workflow formats (XPDL, Bonita, jPDL…)  Export of business process structure and documentation to Document Management Systems o Nuxeo, Alfresco... and EasySOA service registry!
  • 36. EasySOA Registry An open, collaborative registry of SOA information across design time, development time and deployment time for all actors of the SOA process, built by the Open Wide-lead EasySOA consortium (also Talend, Bull, Nuxeo, EasiFab). Website : http://www.easysoa.org Mailing list : easysoa-dev@googlegroups.com EasySOA Registry provides:  Service audit and discovery : from design, source, classpath, web, wire…  Service cartography and documentation : extracted & manual doc, collaborative editing, custom browsing UI  SOA sanity check : Indicators, change detection & validation, reports  SOA evolution management : collaborative business & architecture specifications, matching of developed services against requirements, up to runtime measure of expected business SLA
  • 37. EasySOA Functional Architecture The EasySOA Integration ecosystem brings along :  Integrated Business design tool: Eclipse SOA JWT  Integrated ESB platform: Talend ESB and Jasmine monitoring  Integrated Cloud RAD & prototyping platform: OW2 FraSCAti Studio  Testing tools: record / (templatized) replay, SOAPUI
  • 39. Stardust  Industry-proven, mature Business Process Management Suite Infinity Process Platform under Eclipse Public License  Workflow  System Integration  Document Management
  • 40. Status  All Infinity Process Platform code submitted in 2012 – exceptions only „toxic“ licenses (e.g. for Hibernate Plug-In) o Approval for > 130 third-party libraries - Eclipse Legal loves us …  In Incubation (Release 0.7)  Eclipse Build supported – if you want to build yourself  Update Site available (Release 0.7 RC5) – if you just want to use it  (Quite oppulent) Wiki and (quite active) Forum exists  Participating in Kepler Release (and will mature to Release status as part of Kepler)  Kepler M6 build completed
  • 41. Ecosystem Eclipse Community SunGard Contribution Resources Contribution Consumption via Eclipse Public License (EPL) Update on important fixes or enhancements Infinity Maintenance Process Stardust Platform Periodic update e.g. on Eclipse Releases Consumption via SunGard-proprietary commercial license SunGard Customers
  • 42. Access  Homepage: www.eclipse.org/stardust  Wiki: http://wiki.eclipse.org/STP/Stardust  Update Site: http://download.eclipse.org/stardust/milestones/helios  Git: http://git.eclipse.org/c/?q=stardust  Forum: http://www.eclipse.org/forums/index.php?t=thread&frm_id= 225  Videos (constantly adding): http://www.eclipse.org/stardust/documentation/training- videos.php  Facebook: https://www.facebook.com/eclipsestardust
  • 43. Project Activity and Diversity Hundreds of commits/month due to synchronization with IPP codebase ITPearls joined to help on BPMN2 support
  • 44. Interactive Workflow Requirements • Simple configuration of organizational hierarchy including departments • Flexible integration user management/SSO • Configurable Portal UI • Large number of parallel users Stardust Solution • Department concept • LDAP/SAML integration • Flexible Portal mashups • Multiple Portal views Stardust • Reporting • Simulation
  • 45. Document Processing Requirements • Document management and retrieval • Document viewing and editing (TIFF, PDF, HTML) • Process and document binding Stardust Solution • Document Repository • TIFF Viewer and Editor • Servers-side PDF-Viewer • Scan client (WS communication to server) • Document Metadata Modeling • Document security (document, folder, type) Stardust
  • 46. Data Extraction and Transformation Requirements • Receive request for data gathering from multiple systems • Data retrieval from these systems • Data transformation, normalization and merge • Return data • Possibly high record volume (~ 100.000) Stardust Solution • Simple message transformations via drag & drop • Complex message transformation with JavaScript • Out-of-the-box connectivity to RDBMS, Files etc. • Well-defined Connector structure to be used for custom connectors Stardust • Parallel data gathering via process topology Relational Database
  • 47. Message Processing and Service Orchestration Integration Requirements • Connectivity to financial networks and protocols (FIX, SWIFT, XML) • Grouping of messages • Correlation of messages (e.g. for cancellation) • Content-based routing • Message multicast • Low(er) latency Stardust Solution • FIX and SWIFT connectivity Stardust • Message transformation to normalized format • Caching and JMS channeling for sequencing • Routing via transition conditions • Transient processing/write-behind for highest throughput/lowest latency e.g. Financial Networks
  • 48. Event Processing and Client Push Integration Requirements • Different incoming market data streams (e.g. Market Map, Bloomberg, Reuters) • Normalization of content • Client push Stardust Solution • FIX and SWIFT connectivity e.g. market data streams • Correlation of messages arriving in time window via caching Stardust • Message transformation to normalized format • Rules for golden copy creation • Client push via publish/subscribe via REST Push and • HTML messaging e.g. Market Data Streams
  • 49. Technologies used  Java  Web o J2EE o ICEfaces (deprecated) o JDBC/SQL o Require JS o JAAS o jQuery o Spring o jQuery UI  Eclipse o Raphael o GEF o AngularJS o EMF o Eclipse Runtime o Webtools o BIRT
  • 50. Overall Architecture Process Modeling (Eclipse) Stardust Desktop Mobile Portal Client Client Business Event Stardust Business Logic 1 Business Logic 2 Process Engine (EJB) (Spring) Deployment Model Repository J2EE (Web) Application Server JDBC JMS SOAP (e.g.Tomcat) Messaging Apache Camel Web Service Audit Trail Database
  • 51. Process Modeling Business Analyst/Non-Java Developer Development Migrated to „Bob‘s Editor“ over the next 1.5 years. Not adopted by business … Browser-based Eclipse Modeler Business View Process Model • Controlling/Costs Technical/Integration • Risk View • Change Management • Application Integration Common Elements •… • Data Integration • Process Structure • Transaction Management • Basic Elements (Activities, Data, •… Applications) •…
  • 52. Simulation Specify arrival rates for processes (e.g. trades over time) Specify duration probabilities • Resource workload • Critical pathes Specify • Simulation results can be copied e.g. into MS Excel or traversal probabilities written to process database Specify availabilities Fast, in-memory algorithm runs thousands of processes in seconds
  • 53. Simulation, Audit Trail and Reporting Reports Eclipse Stardust Infinity Process Platform Infinity Process Platform Stardust Reporting Component/ Simulation Engine Simulation Engine Reporting Component BIRT Simulation results can be written to simulation audit trail database. Simulation results can be used Simulation parameters can be in audit trail reports as regular retrieved from produtcive audit trail. audit trail content. Simulation Productive Audit Trail Audit Trail Database Database Simulation can be used to create test data for reports Simulation run´ID can be used to filter reports and build sequences of what if-reports.
  • 54. Process-aware Front End Worklist Workarea • Portal currently JSF-based, transitioned into HTML5 • Mashups possible with arbitrary HTML-technologies • Server/application synchronization via REST Activation • Non-invasive, unidirectional protocol GUI Worklist Service Access Query Activity Completion e.g. Customer Management Process Database
  • 55. UI Mashup IPP External Web Application External URL&ippPortalBaseUri=… REST Call to retrieve Input Data REST Call to set Output Data … REST Call to set Output Data Optional REST Call to complete Activity
  • 56. Reporting Architecture BIRT Runtime Stardust Process Model and Runtime Other Sources (e.g. RDBMS, XML, DMS) ODA Data Sources Eclipse/BIRT Designer and Stardust Wizards Stardust Audit Trail Customer Data Documents Risk Data Database Reports Stardust Process Engine
  • 57. Browser-based BPMN Modeler  BPMN2 Diagram Notation  HTML-based implementation (jQuery, Raphael)  Model Storage currenly transitioned to BPMN o Compatibility with „Bob‘s Modeler“  Highly extensible … o Documented JavaScript Extension Points for Palette, Properties Panels, Outline Popups, Diagram Decoration  … and embeddable o Can be mashed-up in arbitrary HTML Portals  Current code-base in Eclipse Git  Integration with Orion – demoed in other tracks at EclipseCon 13
  • 58. Browser-Modeler Architecture Again: „Bob‘s Editor“ over the next 1.5 years. Stardust Eclipse Modeler Stardust Browser Modeler SunGard XPDL BPMN Marshaller/ BPMN/XPDL Stardust Marshaller/ Unmarshaller Converter Runtime Unmarshaller Only Runtime-relevant information ITPearls XPDL BPMN