OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management
Formats:
save 45%!
save 37%!
Free Shipping!
| Also available on: |
|
- Basics of OSWorkflow
- Integrating business rules with Drools
- Task scheduling with Quartz
Book Details
Language : EnglishPaperback : 212 pages [ 235mm x 191mm ]
Release Date : August 2007
ISBN : 1847191525
ISBN 13 : 9781847191526
Author(s) : Diego Adrian Naya Lazo
Topics and Technologies : All Books, Java, Open Source
Table of Contents
Introduction
Chapter 1: BPM and Workflow Basics
Chapter 2: OSWorkflow Introduction and Basics
Chapter 3: Adding Code to our Definitions
Chapter 4: Using OSWorkflow in your Application
Chapter 5: Integrating Business Rules with JBoss Rules
Chapter 6: Task Scheduling with Quartz
Chapter 7: Complex Event Processing
Chapter 8: Dashboards with Pentaho
Index
Diego Adrian Naya Lazo
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 2 submitted: last submission 09 Jan 2012Errata type: typo| Page number: 71
The code for getting the id of the workflow identification has a little typo (Capital "W" instead of "w"): Long id = wf.initialize("holiday", 1, null);
Errata type:typo | Page number:37
The text states the figure showing a transition from Step 1 to Step 2, but the figure shows a transition from Step 1 to Step 1.
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
In this book we will:
- Understand basics of BPM technology.
- See how to create workflows with the help of an examples workflow.
- Integrate Drools open source engine in our workflow engine.
- Integrate Quartz task scheduler along with the Workflow.
Chapter 1 gives an overview of the BPM technology and the workflow engine, along with an analysis of the different type of BPMS.
Chapter 2 introduces OSWorkflow and teaches the basics of the workflow engine along with a real life example.
Chapter 3 introduces several key features of OSWorkflow like handling persistent and transient variables, variable interpolation, built in OSWorkflow functions, Conditions, BeanShell scripting.
Chapter 4 covers Persistence of variables across invocations, and the FunctionProviders along with integrating OSWorkflow with Spring.
Chapter 5 introduces and integrates Rules engine and Drools open source rule engine.
Chapter 6 we explore the Quartz task scheduler, its integration with OSWorkflow and we give a tutorial with Quartz sending events and actions to OSWorkflow.
Chapter 7 introduces Event Stream Processing and Complex Event Processing. We give an OSWorkflow function provider that interfaces with the ESPer CEP engine and allows the monitoring of real time process information and events.
Chapter 8 gives OSWorkflow visualization of its business process information with the Pentaho Open source BI solution. Using the charting capabilities of Pentaho we build an enterprise process dashboard to monitor and analyze the processes.
OSWorkflow is an open-source workflow engine written entirely in Java with a flexible approach and a technical user-base target. It is released under the Apache License. You can create simple or complex workflows, depending on your needs. You can focus your work on the business logic and rules. No more Petri Net or finite state machine coding! You can integrate OSWorkflow into your application with a minimum of fuss. OSWorkflow provides all of the workflow constructs that you might encounter in real-life processes, such as steps, conditions, loops, splits, joins, roles, etc.
This book explains in detail all the various aspects of OSWorkflow, without assuming any prior knowledge of Business Process Management. Real-life examples are used to clarify concepts.
This book covers all aspects related to OSWorkflow. No prior knowledge about OSWorkflow is needed. You will learn everything from the basics of Business Process Management (BPM) technology and installing OSWorkflow to integrating the workflow engine with third-party components like Drools, Quartz, and Pentaho.
This book gives step-by-step instructions on how to do things. The basics are explained first and then examples help to clarify and reinforce the principles.
The book is aimed at experienced Java developers and system architects who want to develop complex Java applications using the OSWorkflow workflow engine. OSWorkflow is a flexible low-level workflow implementation for developers and architects; it is not a quick "plug-and-play" solution for non-technical end users.

