Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What Java alternatives are there to Windows Workflow Foundation? I am looking for something that provides at least the same features that WWF does, and has the same flexibility and relative ease of use. I would very much prefer a free solution.

share|improve this question
A graphical designer would also be nice. Like Eclipse integration. – LeonZandman Oct 5 '09 at 13:37

2 Answers

up vote 5 down vote accepted

There are several great workflow engines for Java JBPM is one.

Others can be found here.

share|improve this answer

We've used OSWorkflow and had success with it. In particular, it was easy to integrate with Spring and Quartz.

http://www.opensymphony.com/osworkflow/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.