Reputation: 1516
For my project I am looking for a JAVA library that can help me to create rich GUI of data flow diagrams. Something like: http://www.edrawsoft.com/images/software/DataFlowDiagram_full.png
I have read that Eclipse Rich Client Platform can do this. Unfortunately, the EPL license is not compatible with GPL license. Apache license or LGPL would be preferred.
Thank you for any help
Upvotes: 2
Views: 3876
Reputation:
You can use the NetBeans Visual Library which is released under the CDDL and GPLv2
I believe it can be used outside of a NetBeans platform application as well if that is what you are looking for.
Upvotes: 0
Reputation: 2470
You can get a list of workflow engines for java here - Workflow Engines
Upvotes: 2