Book Image

Business Process Management with JBoss jBPM

Book Image

Business Process Management with JBoss jBPM

Overview of this book

JBoss jBPM is a free, open-source, business process management solution. It enables users to create business processes that coordinate people, applications, and services. A business process is a sequence of activities triggered by a certain input that results in a valuable output. Business Process Management is about analyzing those activities in a structured way and eventually supporting their execution with a workflow application. This allows for the following results: Better management visibility of their business: improved decision making Low cost of inputs: de-skilled labor requirements, less waste, standardized components Better outputs: consistent quality, more customer satisfaction Businesses have always tried to manage their processes, but software such as jBPM brings the methodology and management theory to practical life. JBoss jBPM offers the following key features: Graphical process definition Flexibility to integrate code into the graphical process definition A customizable web-based workflow application that runs the process you’ve defined Easy programming model to extend the graphical process definition A process-oriented programming model (jPDL) that blends the best of process definition languages and Java. Easy to integrate with other systems through the JBoss middleware suite.
Table of Contents (13 chapters)

Chapter 6. Proof-of-concept to implementation

With our proof-of-concept system maturing as a result of the iteration cycles we have taken it through, it is now time for us to start thinking about putting the system live. Before we do so, there are a number of tasks that we need to accomplish, as well as some optional changes we can make to improve the function of the system.

In this chapter, we'll look at how we judge when we are ready to start planning to go live and we'll cover the essentials we need to consider when building an implementation plan. We'll show how the web console can be customized according to your own branding and we'll see how we can swap the default jBPM database for a more robust, enterprise-ready database server. Finally, we'll look at the concept of business process monitoring and build our own process monitoring suite. The data collected by this suite will allow us to keep control over our process and to start to realize the return on investment that we promised...