Book Image

jBPM6 Developer Guide

Book Image

jBPM6 Developer Guide

Overview of this book

Table of Contents (21 chapters)
jBPM6 Developer Guide
Credits
About the Author
Acknowledgments
About the Author
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have covered all the components that create a BPM system and also how the said components are implemented for jBPM6. We've started learning APIs that use the said components. In further chapters, we will go deeper into the configuration and coding details to fully cover the components discussed in this chapter.

There are a lot of architectures and design components that can be mixed with BPM systems. We will continue by solving problems with the described tools and concepts to learn where to apply them and mention good connection points to other architectures or concepts. Learning more about technologies that BPM systems relate to will help you enrich your design and implementations, by providing you with a whole set of middleware solutions.

To download the source code used in this and the following chapters, go to http://github.com/marianbuenosayres/jBPM6-Developer-Guide. You will find a folder for each chapter that contains the source code that we see in each...