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).
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.