I have a list of nodes and edges, and I would like to visualize this as a graph. The graph should be editable. The user can add/delete/ move nodes and edges. In some cases, there will be geolocation information available (meaning that the layout is already defined). In other cases, this information is not available, and the layout should be generated and placed on a blank background.
Is GWT suitable for this? I know that GWT works nicely with Google Maps, which works if geolocation information is available. I have also seen the jGraph library, which provides a nice way to generate and modify graphs. However, I don't believe this can be imported into GWT. Thanks in advance. Kyle -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
