there is a very good java graphing library JUNG
I wonder if there exists any GWT library that does what JUNG do ? i'm aware there exist a commercial Javascript graphing library mxGraph. But mxGraph is very expensive and have a very restrictive licensing policy.
does anyone knows of any GWT graphing library similar to mxGraph (JS) or JUNG( java)?
if there is no GWT library for graphing like JUNG, I'm keen on porting JUNG into GWT. I was thinking to use gwt-graphics library as a basis and extend it with more JUNG like features . what is a good strategy to port JUNG into GWT? should i rewrite most of JUNG java classes into client GWT classes? would there be a way to wrap JUNG classes inside some client side GWT classes ? I guess b/c JUNG uses the java swing framework ,the porting will require to migrate most UI JUNG classes (swing based) into GWT based widgets.
any Ideas or suggestions about this subject?
Best.