Code Library

Free Source Code, Program Tips and Technology Documents

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 it [...]

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] – [...]

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 used types [...]

Source code to start a JBPM process instance

Following is the sample code of how to start a JBPM process instance.

/ **
* Start a process instance.
*
* @ Param name
* Process name.
* @ Param version
* Version number, default is the latest version.
* @ Param formID
[...]