One of my DB tables contains data that suits well to be rendered as a binary tree.
Now my requirement is to display the data read from the DB in the format of a Binary tree. The tree can go down to any level also each node of the tree should act as a hyper link so the displayed tree should not be an image.
Can anyone please help me how can I achieve that using JSP (I mean my end output should be HTML) as my app is a J2EE application. Applet is ruled out here as the nodes should act as hyper links.
If there are any tools/frameworks for this, pointers would be really helpful.