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!
16 Oct
Posted by support as Java 21 views, 0 Comments
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 [...]
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 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] – [...]
16 Oct
Posted by support as Java 1 views, 0 Comments
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 [...]
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
[...]