I'd like to integrate network visualization into my GWT app.

I was thinking of using JUNG (check out this question) or neato to do the layout work and GWT-Graphics to do the drawing. It's also possible to combine GWT-Graphics with Processing and use a Processing library for networks. What would you suggest?

EDIT: The GWT Google Group suggests using a JSNI wrapper around jit (JavaScript InfoVis Toolkit). There's also a project called raphaelgwt that serves as a wrapper for RaphaelJs (it does cross-platform vector graphics).

link|improve this question
I think it's a really cool idea and I'd love to see the results! – Chris Dolan Feb 10 '11 at 4:03
Thanks Chris, I'll definitely post a link once we release! – dabeats Feb 12 '11 at 19:04
feedback

1 Answer

up vote 0 down vote accepted

If you'd like to chat about providing GWT support to JUNG, drop me a line. It's been proposed in the past but we don't have the time to do it ourselves soon.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.