Hi,
I am looking for an Open Source WorkFlow Engine which is well documentation and more easier to use in developing workflow based applications in Java.
Anyone who already tried and using any such workflow engines can share your experiences. Looking forward for replies.
Thanks a Lot
-
OpenSource Workflow Engine (3 messages)
- Posted by: Vemana Praja
- Posted on: February 28 2005 04:55 EST
Threaded Messages (3)
- Not a Java engine, but might do the trick... by Marco S on February 28 2005 06:54 EST
- OSWorkflow by Colin Yates on February 28 2005 13:13 EST
- Any other Open Source Work flow Experiences ? by Giri Kosuru on October 03 2005 11:00 EDT
-
Not a Java engine, but might do the trick...[ Go to top ]
- Posted by: Marco S
- Posted on: February 28 2005 06:54 EST
- in response to Vemana Praja
The ruleCore reaction rule engine at
http://sourceforge.net/projects/rulecore
might usable to build workflow functionality. It implements event-driven reaction rules which could be used to track and control workflows by creating rules that react to different kind of event input patterns.
It is not written in Java but in Python. But it has a XML-RPC event input which could be used to deliver events to it from Java. That might, or might not, be enough for you.
If you like to extend it with Java it might be possible to run the whole thing under Jython in order to get access to all Java goodies. -
OSWorkflow[ Go to top ]
- Posted by: Colin Yates
- Posted on: February 28 2005 13:13 EST
- in response to Vemana Praja
We used OSWorkflow.
Initially it was a PIA to use with Spring, an IoC container, but once we got it working, it worked very well.
Have a look at opensymphony.com -
Any other Open Source Work flow Experiences ?[ Go to top ]
- Posted by: Giri Kosuru
- Posted on: October 03 2005 11:00 EDT
- in response to Colin Yates
Hi,
Other than OS Workflow any one used any other open source engines like JBPM or Enhydra Shark ?.Can some one refer me to any documentation on comparing these workflow engines?
Thanks in advance.
Giri