Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT (Graph) Diagram Frameworks? [closed]

Tags:

gwt

diagrams

bpmn

I'm looking for a framework for GWT to visualize graphs such as workflow/process diagrams (ideally BPMN capabilites) with a useable auto-layouter and nice shapes. GraphViz has a good layouter but the shapes are not very nice (except you implement your owns).

Unfortunatelly GWT-Diagram seems to be abandoned.

Cheers!

Jack

like image 265
Jack Gibson Avatar asked Apr 04 '11 15:04

Jack Gibson


2 Answers

At jgraph you can find a mxGraph library which is a JavaScript based diagramming framework. A GWT version of it is in development. For a hint about it's capabilities you can go to Diagram.ly. The GWT version will be just as powerful.

Disclaimer : I am a developer associated with JGraph and I'm currently working on creating a GWT versions of Diagram.ly and mxGraph.

Update

We have setup a github repo. You can checkout our latest source from here.

like image 148
Boris Jockov Avatar answered Sep 25 '22 21:09

Boris Jockov


I hope I'm wrong, but I suspect you're out of luck. Decent diagramming frameworks are rare as hens' teeth. You might have some luck with mxgraph (from jgraph), but according to this question over here I suspect that's the best available. GWT-Links looks alive, but very young.

like image 21
regularfry Avatar answered Sep 21 '22 21:09

regularfry