1 / 32

Ahmed M. Gamal , J2EE Developer @ iCraft Mohamed Maaty , Information Analyst @ hp

Introducing jBPM. Ahmed M. Gamal , J2EE Developer @ iCraft Mohamed Maaty , Information Analyst @ hp. Agenda. The Challenge. Analyst –Developer communication. bla bla bla bla bla bla bla bla bla. Problem. Business Logic Scattered Everywhere. Continuous Requirement Changes.

Télécharger la présentation

Ahmed M. Gamal , J2EE Developer @ iCraft Mohamed Maaty , Information Analyst @ hp

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. Introducing jBPM • Ahmed M. Gamal, J2EE Developer @iCraft • Mohamed Maaty, Information Analyst @ hp

  2. Agenda Java Developer Conference 2010

  3. The Challenge

  4. Analyst –Developer communication bla bla bla bla bla bla bla bla bla

  5. Problem

  6. Business Logic Scattered Everywhere

  7. Continuous Requirement Changes

  8. Problem Dimensions

  9. Business Process Management • Domain Specific languages . • BPM Definition. • BPMN 2.0. • Service Orchestration (PBEL).

  10. Domain Specific languages . • domain-specific language (DSL) is a programming language or specification language dedicated to a particular problem domain,

  11. BPM Definition • Business process: • A procedure that describes how people and systems work together • Business Process Management (BPM): • Optimizing efficiency by automating ,analyzing, describing and improving business processes

  12. Traditional BPM approach

  13. Collaboration Common Language

  14. BPM Key Features • Common Communication language. • Graphically visualized process. • Separation of concerns. • Ease of Development and deploy. • Ease of change and reuse • Reduced development time/Time to Market.

  15. Key Functions • Workflow delivers the following functionality • Automation of processes • Routing and scheduling of activities • Process visibility • Process control through escalations and notifications • Tracking of activities • Collaboration of all parties involved • Convergence of process and information • Redesign of business processes

  16. BPMN 2.0 (business-oriented notation) • Business Process Modeling Notation (BPMN) is a graphical representation for specifying business processes in a business process model. • The objective of BPMN is to support business process management for both technical users and business users .

  17. Service Orchestration (BPEL) • Business Process Execution Language (BPEL) is a XML-based language used to define enterprise business processes within Web services. • Service orchestration is to be seen in the context of an Enterprise Service Bus. An enterprise service bus is a central communication backbone on a corporate level. It integrates many diverse systems and it is based on XML technology.

  18. Service Orchestration (BPEL ):Example • Example • Suppose you have services A, B and C on your enterprise service bus. Service orchestration is a graph based execution language for writing a new services as a function of existing services. • E.g. A new service D can be written as a function of existing services A, B and C in an orchestration script.

  19. jBPM • Overview jBPM • jBPM Architecture • Keyword . • jPDL • Process Deployment • Process Execution

  20. Overview • JBossjBPM is a workflow, process automation, that enables coordination between disparate applications and services, resulting in the deployment of new revenue generating business processes

  21. Architecture • JBoss Enterprise Framework that delivers workflow, business process management (BPM) and service orchestration in a multi-process language platform and in a scalable and flexible product footprint.

  22. Keywords API

  23. jPDL • jPDL stands for : JBoss Process Definition language • Domain specific language based on XML

  24. Process Modeling Cont.

  25. Process Modeling Cont.

  26. Process Modeling Cont.

  27. Tasks

  28. JPDL Elements • jPDL has a number of process constructs • start-state • task-node • Transition • Decision • Fork / Join • process-state • end-state

  29. Process Deployment

  30. Process Execution Cont.

  31. Persistence • Process and execution can be persisted • Without persistence, the execution state of a process could not be stored and later retrieved. • Standard • Let Hibernate manage the connection or... • Provide your connection to jBPM • Combine your DB updates with jBPM • In one transaction on the JDBC connection • Enterprise • Configure hibernate to participate in JTA transaction

  32. Demo • Environment Setup (runtime, IDE, examples ) • Design simple process. • Deployment. • Web console. • API • Advanced jBPM features .

More Related