I am working on project that require workflow management system. I came across two main workflow and BPM engines
- JBoss's JBPM
- Apache ODE
Our project's concern is to have activity(Task), forking (Multiple Task) and executing task according to rule evaluation or decision marking.
I am open for any other solution but the criteria is it should be written in JAVA and should be Open Source.
Any help is appreci开发者_如何学Goated.
Thanks in Advance.
JBoss's JBPM provides a very good configurable support for forking and decision based routing. I have extensively used it. The latest version supports annotation as well. Writing a business flow is a piece of cake.
The founder of jBPM started a new project: http://activiti.org/. You should definitely evaluate it.
It's a modern, open source BPM toolkit in Java, leaded by the founder jBPM, with a more liberal license.
The project is relatively new, but has a lot of "activity" (no pun intended).
精彩评论