How can I draw diagrams using Google Web Toolkit?
Asked Answered
B

4

5

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?

Bravissimo answered 1/6, 2010 at 10:4 Comment(1)
It would be awesome if a tool like this existed. Unfortunately, until HTML5 become a standard and become integrated in all major browser, I doubt this will exist.Peltry
M
4

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.

Massive answered 6/8, 2010 at 15:19 Comment(2)
I'm also looking into drawing family trees. Just out of interest, what did you end up using?Parian
I ended up using the Raphael-GWT library. Simple and works great.Massive
U
1

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.

Urolith answered 28/2, 2012 at 4:4 Comment(0)
M
0

I would use Google Chart Tools: http://code.google.com/apis/charttools/

Mayest answered 1/6, 2010 at 10:12 Comment(2)
Thank you, but I am looking for an api to draw organizational charts, shapes and connections between them. From what I saw charttools cant do what I want.Bravissimo
You might be able to use the experimental GraphViz functionality to make an org chart. code.google.com/apis/chart/docs/gallery/graphviz.htmlTimeout
P
0

I am actually working on a GWT library to draw diagrams and add widgets on the connections. Here is the project site http://code.google.com/p/gwt-links, you'll find a demo site and a video demonstration.

Propagation answered 16/3, 2011 at 14:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.