Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I draw diagrams using Google Web Toolkit?

I am considering solutions for drawing diagrams using Google Web Toolkit (GWT). Up until now I have found only the gwt-diagrams project but it seems abandoned.

Are there any suggestions about diagramming with GWT?

like image 758
Panagiotis Korros Avatar asked Jun 01 '10 10:06

Panagiotis Korros


2 Answers

I'm also looking into this, for drawing family trees. I'm currently prototyping with gwt-graphics, which looks to be actively developed and is nearing version 1.0.

There is also the Raphael javascript library, and a couple of thorough blog posts about wrapping GWT around them here and here. The guys in the first article actually released their code for as raphaelgwt.

I can't comment on any of the raphael stuff yet since I haven't used it, I just found this in my own research for drawing components.

like image 195
user26270 Avatar answered Sep 25 '22 17:09

user26270


You can use draw2d and gef(eclipse Graphical Editing Framework) to develop your GWT Diagram App Now. look at this: http://code.google.com/p/trufun-webrcp/ the GWT framework with completely open source based on html5 technology, is used to transplant eclipse RCP to GWT WEB.

like image 41
keven Avatar answered Sep 21 '22 17:09

keven