1 / 40

Execute your Processes

with Eclipse JWT. Execute your Processes. Workflow and Business Process Management. Current situation in BPM:. Workflow and Business Process Management. Current situation in BPM: Many graphical modeling languages BPMN, BPDM EPCs UML Activity diagrams.

patskinner
Télécharger la présentation

Execute your Processes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. with Eclipse JWT Execute your Processes

  2. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM:

  3. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM: • Many graphical modeling languages • BPMN, BPDM • EPCs • UML Activity diagrams • ...

  4. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM: • Many graphical modeling languages • BPMN, BPDM • EPCs • UML Activity diagrams • ... • Many process languages and technical formats • XPDL • jPDL • BPEL • ...

  5. Florian Lautenbacher, University of Augsburg, Germany

  6. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM (2): Even more process engine implementations

  7. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM (2): • Even more process engine implementations and a lot of others... compare e.g. http://java-source.net/open-source/workflow-engines

  8. Florian Lautenbacher, University of Augsburg, Germany Workflow and Business Process Management Current situation in BPM (3): Many tools for modeling, but most of them are not compatible and a lot of others... compare e.g. http://www.bpmn.org/BPMN_Supporters.htm

  9. Florian Lautenbacher, University of Augsburg, Germany Java Workflow Tooling Goals of JWT: Support for workflow and business process modeling, deployment, execution and monitoring inside Eclipse Provide a complete, flexible, interoperable and usable BPM toolkit

  10. Florian Lautenbacher, University of Augsburg, Germany Java Workflow Tooling Goals of JWT (2): Set of generic and extensible plugins and APIs Extensions allowing support for specific business representations, process language formats, process engines, service platforms, etc. Targeting and supporting SOA in close collaboration with the Eclipse STP project

  11. Florian Lautenbacher, University of Augsburg, Germany Components of JWT

  12. Florian Lautenbacher, University of Augsburg, Germany JWT Metamodel

  13. Florian Lautenbacher, University of Augsburg, Germany JWT Metamodel (2)

  14. Florian Lautenbacher, University of Augsburg, Germany Workflow Editor (WE) Extension points overview

  15. Florian Lautenbacher, University of Augsburg, Germany Demo Part 1: From BPMN to JWT Demo Start with a model in BPMN Transform it into JWT Add technical details

  16. Florian Lautenbacher, University of Augsburg, Germany CIM PSM Views in the Workflow Editor • Based on the „MDSD light“ - principle: MDSD Business Expert MT IT-Expert PIM MT IT System Code Code

  17. Florian Lautenbacher, University of Augsburg, Germany PSM CIM Views in the Workflow Editor • Based on the „MDSD light“ - principle: MDSD MDSD light Business Expert businessview domain-specific model (DSM) MT simulation ITview IT-Expert PIM transformation / generation MT IT System Code Code XML-Code

  18. Florian Lautenbacher, University of Augsburg, Germany Aspect-oriented extensions of the Workflow Editor Why extending the editor via aspects? Provide additional nodes that don‘t exist in the original metamodel Call vendor specific custom actions for specific model elements Have additional properties on already existing metamodel elements

  19. Florian Lautenbacher, University of Augsburg, Germany Aspect-oriented extensions of the Workflow Editor • Concrete example: views • Not existing modeling elements are required • e.g. EPC Event

  20. Florian Lautenbacher, University of Augsburg, Germany Aspect-oriented extensions of the Workflow Editor • Why not using EMF annotations? • EMF annotations are not typed (risks of conflicts) • Adding custom information to an element in EMF means subclassing it • Several such custom extensions (e.g. from different vendors) would mean to create a new node type that extends all of them • Neither flexible nor open to the end user

  21. Florian Lautenbacher, University of Augsburg, Germany Aspect-oriented extensions of the Workflow Editor • Any EMF model can have a configuration (ConfModel) including Profiles (features) • Each Profile specifies its Aspects (typed) • Instantiated on elements of the decorated model

  22. Florian Lautenbacher, University of Augsburg, Germany Using templates in the Workflow Editor • Export of often required model elements • Packages, Applications, Data, Roles, etc. • Easy reuse in other process models and workflows

  23. Florian Lautenbacher, University of Augsburg, Germany JWT Transformations Import (already seen) Export: HTML documentation of the modeled processes JWT back to BPMN JWT to STP-IM Both using the ATLAS Transformation Language (ATL) JWT to XPDL (e.g. packed in a Bonita Archive) JWT to jPDL JWT to BPEL ...

  24. Florian Lautenbacher, University of Augsburg, Germany Process transformer and optimizer Process Visitor II III Internal process model format DSL specific process format I IV Code generation templates Adapter for DSL process models JWT Transformations • JWT to BPEL: Workflow Codegeneration e.g. JWT Workflow e.g. BPEL for JBoss jBPM http://sf.net/projects/wf-codegen

  25. Florian Lautenbacher, University of Augsburg, Germany Demo Part 2: Views & From JWT to XPDL/BAR Demo Show different views of process: UML Activity diagram as well as Event-driven Process Chains (EPCs) Export process to Bonita Archive (BAR file with XPDL included) XPDL

  26. Florian Lautenbacher, University of Augsburg, Germany JWT Runtime Task Engine Framework API to handle automated tasks at runtime with the same paradigm as the one used at model-time Applications as black boxes Independent from engine Using data mapping Builds a bridge between process engines and human interaction on the one side with automated task implementations on the other

  27. Florian Lautenbacher, University of Augsburg, Germany JWT Runtime • Task Engine Framework

  28. Florian Lautenbacher, University of Augsburg, Germany JWT Integration: AgilPro • AgilPro LiMo for modeling business processes and workflows • based on JWT WE, includes JWT Transformations • includes Wf-Codegen and other additional plugins • AgilPro Simulator • preview process without process engine • AgilPro integration framework • layer on top of jBPM • execute web services in BPEL http://sf.net/projects/agilpro

  29. Florian Lautenbacher, University of Augsburg, Germany Demo Part 3: JWT Integration with AgilPro • Demo • Enter book details, search for book at Amazon • Preview in the AgilPro Simulator

  30. Florian Lautenbacher, University of Augsburg, Germany JWT Integration: Scarbo • What is Scarbo (http://scarbo.ow2.org)? • An open, SOA ready, SCA powered BPM solution built on OW2 and Eclipse • Implements the JWT Task Engine Framework on top of Nova Bonita 4 workflow engine • What can Scarbo do for you? • Builds a bridge between workflows and web services • Gives the ability to develop and execute processes that • Call webservices or SCA defined services (using OW2 Frascati) • Run Groovy scripts • Send e-mails

  31. Florian Lautenbacher, University of Augsburg, Germany JWT Integration: Scarbo (2) Eclipse JWT + Scarbo plugins Eclipse STP SCA Editor Any SOA STP-IM XPDL BPM Compatibility SCA Workflow Engine Scarbo runtime Service Platform FraSCAti Nova Bonita

  32. Florian Lautenbacher, University of Augsburg, Germany Demo Part 4: Execute the Process Demo Deploy process on Nova Bonita, execute it Show final results on Amazon site XPDL

  33. Florian Lautenbacher, University of Augsburg, Germany Summary and Conclusions • JWT provides an extensible framework for workflows, business processes and services • Contains already many plugins for workflow modeling and transformations • Still work to do for deployment, execution and monitoring support directly in Eclipse • JWT will be shipped together with Galileo in June

  34. Florian Lautenbacher, University of Augsburg, Germany Thanks for your attention! Any questions??? • website: http://www.eclipse.org/jwt • newsgroup: eclipse.technology.jwt • email: jwt-dev@eclipse.org

  35. Florian Lautenbacher, University of Augsburg, Germany Legal notice • These slides are made available under the Eclipse Public License (EPL) version 1.0. • Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc. • Eclipse Forum Europe is organized by the Software & Support Verlag GmbH and the icons shown here are property of them. • The standards, companies, products and service names depicted in these slides may be trademarks or registered elsewhere by corresponding companies. • THE INFORMATION DISCUSSED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION, IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, AND THE AUTHOR SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES ARISING OUT OF THE USE OF, OR OTHERWISE RELATED TO, SUCH INFORMATION.

  36. Florian Lautenbacher, University of Augsburg, Germany Backup

  37. Florian Lautenbacher, University of Augsburg, Germany JWT Metamodel - References

  38. Florian Lautenbacher, University of Augsburg, Germany JWT Metamodel – Organisation & Application

  39. Florian Lautenbacher, University of Augsburg, Germany JWT Metamodel - Data

  40. Florian Lautenbacher, University of Augsburg, Germany JWT Sample Aspect-oriented Extension

More Related