The project I am working requires a visual stack of the product. An image showing the port connectivity. Data from an external file containing info on which port is connected to which. The program accepts the file and generates an image showing the connectivity in appropriate colors.
It needs to be done using Java and GWT.
I did a part of it using JUNG(Java Universal Network/Graph), but there were many issues. Is there any Java library that will help e achieve this??? Any help/suggestion is appreciated.