hello,
i working on a project for university that consist in a Web Graph Visualizator using
java and
jsp, in few
word in a first step i analize a file (xml based) with my java parser and i build the tree\graph structure and then i need to draw the graph (or tree^^) in the web page.
i searched a little on web and i found JGraph drawing component but it seems to be able to draw a graph only in a jframe and dont give the functionality for web.
Moreover i dont know if its possible to embed the jframe created with jgraph in a html\jsp page.
Someone know if is possible and how i can make it, or simply if exist another way (library, tag-library, framework) to draw my graph in a webpage?
all suggestion al welcome
tnx in advice.