| 1. |
What's Jboss Jbpm ? |
|
Answer» JBoss jBPM is a platform for process languages. At the base there is a java library to define and execute graphs. The actual process CONSTRUCTS like e.g. send email, USER task and update database are defined on top of this. Every process language is made up of a set of such process constructs. And that is what is pluggable in this base library. On top of the JBoss jBPM base library, there are IMPLEMENTED several process languages as a set of process constructs: jPDL, BPEL and SEAM pageflow: • jPDL is a process language with a clean interface to Java and very sophisticated task management CAPABILITIES. There is no standard for Java process languages, so it is proprietary. JBoss jBPM is a platform for process languages. At the base there is a java library to define and execute graphs. The actual process constructs like e.g. send email, user task and update database are defined on top of this. Every process language is made up of a set of such process constructs. And that is what is pluggable in this base library. On top of the JBoss jBPM base library, there are implemented several process languages as a set of process constructs: jPDL, BPEL and SEAM pageflow: • jPDL is a process language with a clean interface to Java and very sophisticated task management capabilities. There is no standard for Java process languages, so it is proprietary. |
|