It is clear in the title, I would be glad to hear the main differences between them. Thanks.
|
Activiti is developed by original JBPM authors. Jboss is not going to accept JBPM 4 as a supported commercial product, so my best guess is the JBPM 3 or 4 authors created their own fork - Activiti. The objects and interfaces are almost the same between JBPM 4 and Activiti, so you will have a very easy time getting into Activiti with a previous experience with JBPM. JBPM 5, on the other hand, is a fork of Drools Flow (objects and interfaces are the same). You will have no problems using the Drools family with it as all of these use a common Knowledge Base. JBoss is going to support JBPM5 commercially. |
||||
|
|
|
jBPM is quite a famous name in the Java workflow engine domain and you may be surprised to hear that jBPM 5 is NOT the 5th version of that infamous old jBPM engine! In fact, it is a re-branding of another workflow engine developed by JBoss which was previously called Drools Flow; and as the name suggests, it was part of the Drools Rules Engine project, used as an integrated workflow engine inside Drools. Actually, as far as I know, what has happened is that Tom Baeyens, who was the founder of jBPM, and Joram Barrez, who was a jBPM core developer, have left JBoss/Red Hat (and hence, jBPM 4) and joined Alfresco to start a new workflow engine: Activiti. So, JBoss has decided to stop further developing and maintaining jBPM 4 code-base and started investing its resources on jBPM's in-house competitor, Drools Flow. But they have re-branded it as jBPM 5 to use the existing reputation and fame that jBPM has built up. Therefore, when we are talking about jBPM 5, we are in fact talking about Drools Flow. Considering this little history, it's no surprise to see that jBPM 5 is a completely different workflow engine compared to jBPM 4 with a totally different API and documentation, lacking almost all the maturity and community support existing on jBPM 4. I think it's not a good idea to start a new project based on old jBPM 4 because it is kind-of-discontinued by JBoss and even no longer supported by its core developers who left the company. Now, if you take into account the low quality of FREE documentation (excluding commercial docs or books) for most of JBoss products and add the immaturity of Drools Flow into it, which means there is even NO book on the Drools Flow itself rather than some small chapters in some Rules Engine books, it seems to me a NO-GO for jBPM 5, until these issues are taken care of. Activiti, on the other hand, looks a promising open source project with experienced core developers and great documentation. The only problem with it is that it's still a bit young which has resulted in some bugs and issues that are being resolved gradually. So, if you have enough time to live with some patches and work-arounds while waiting for the issues to be resolved, then I think it's a good idea to start with Activiti and enjoy the way I think a workflow engine should be. But consider that it means in this period of time, you may end-up digging into the Activiti's source code to resolve some issues yourself. Of course, no matter if you enjoy debugging an open source project :) |
|||||||||||||
|
|
JBoss will be also productizing jBPM5 for the end of this year. More facts and hints here: http://salaboy.wordpress.com/2011/01/19/jbpm5-vs-activiti5-dumb-question/ |
|||
|
|
|
Added some facts here: http://www.mastertheboss.com/jbpm/300-jbpm-vs-activiti.html As far as it concerns commercial support, it seems that Alfresco is going to productize Activiti during 2011, while at the moment, Red Hat offers support just for jBPM3. |
|||
|
|
BPMN2 process modeling and execution environment They are both BPM Systems (implementing the BPM discipline) Open Source – ASL (Apache Software Licence)ed Both were originally developed by JBoss (it’s not a secret that Activiti5 is jBPM4 design and jBPM5 is Drools Flow code base) Maturity, both were written from the scratch and both started about 2 years and a half ago. Human Task Life Cycle Management. The only difference between jBPM5 and Activiti5 is that jBPM5 implements the WebService-HumanTask standard to describe the Human Task Management Life Cycle. If you are interested to know about this standard and the advantages of adopting it, you can read the introduction chapter of the WS-HT specification here. Both projects uses different flavors of the Oryx editor for modeling BPMN2 processes. jBPM 5 uses a fork for the Open Source project maintained by Intalio. Activiti5 used a different branch maintained by Signavio. Now, which are the main differences between them? The companies / The business model The project leaders / Community The goals of the projects Future / which one should I choose? Based on these four points and on your personal/company requirements, you can make a long-term decision about which is the best project for you to adopt. |
|||
|
|