Chapter 5. Deployment

Table of Contents

jBPM libraries
Java runtime environment
Third party libraries
Web application
Enterprise archive
The jPDL Runtime and Suite
The runtime
The suite
Configuring the logs in the suite server
Debugging a process in the suite

jPDL is an embeddable BPM engine, which means that you can take the jPDL libraries and embed it into your own Java project, rather then installing a separate product and integrate with it. One of the key aspects that make this possible is minimizing the dependencies. This chapter discusses the jbpm libraries and their dependencies.

jBPM libraries

jbpm-jpdl.jar is the library with the core jpdl functionality.

jbpm-identity.jar is the (optional) library containing an identity component as described in the section called “The identity component”.