Code Library

Free Source Code and Program Tips

jBPM User Interaction Patterns

Boris Lublinsky posted a high quality article at InfoQ about jBPM User Interaction Patterns that shows how jBPM simplifies interactions with people through tasklists. Certainly worth a read!

JBossWorld: 8 Chances To Learn More About jBPM

There’s a big focus on jBPM at next month at JBossWorld. There’s 8 talks related to jBPM. Cool! jBPM Explained with Simple Use CasesTom Baeyens — Founder and Lead of JBoss jBPM (that’s me :-) Using JBoss Enterprise Middleware in NAVTEQBoris Lublinsky — Lead Architect, NAVTEQ How to Combine Web, SOA and jBPM to Deliver [...]

Sample Hibernate and Jbpm application.

There have been a few requests in the jBPM forum about how to integrate jBPM4 with an application’s domain. So this is a first pass at whipping up a sample project that does exactly that. I will be refining this once I get some more time, but I thought I would put as much of [...]

jBPM 4.0 is Out!

jBPM 4.0 was released last Friday, more infos on that can be found here. As read in the readme.html file, the two bugs I reported were fixed: [JBPM-2319] – Finished executions are not changed to “ended” (they stay in the “active” state)[JBPM-2340] – TaskService getTaskComments throws NullPointerException if the task is not found Thanks guys [...]

This is my first blog message:) At the final end I am going to blog about Mobicents Media server and other components of Mobicents platform. How to use it for development of the telco applications. Let’s start from one of the widely used telco application IVR, or Interactive Voice Response, is one of the most [...]

Source code to start a JBPM process instance

Following is the sample code of how to start a JBPM process instance. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [...]

Deploy JBPM 3.2.2 to Tomcat and Mysql

jBPM, is the full name of the Java Business Process Management, is a lightweight J2EE-based workflow management system. jBPM is an open-source projects, follow the Apache License.  On October 18, 2004, jBPM released version 2.0. On the same day it joined the JBoss, and became part the JBoss enterprise middleware platform and named as the [...]