I would like to integrate network visualization into my GWT application.
I was thinking of using JUNG (check question ) or neato to do the mock-up and GWT-Graphics for drawing. It is 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 the JSNI wrapper around jit (JavaScript InfoVis Toolkit). There is also a project called raphaelgwt that serves as a wrapper for RaphaelJs (it's cross-platform vector graphics).
source share