Java applet

Still searching for some way to represent a
graph in a web page I remembered that lot of time ago I found a library
called touchgraph and stayed one night to code an applet using it in
order to dynamically represent the sitemap of my oldest site. I almost
had forgotten about that work but was able to find it in CVS (good for
me that I put it there). I was not able to compile the code anymore but
found an old jar with everything packed and was able to use it.

Even if this applet is more than 3 years old it still has some graphical umpf and can be very interactive. Of course if I would not have already done it I would have never started to wrote it again. The code uses the touchgraph library and nanoxml in their respective versions (click the link for the licenses). It’s really very simple, one night codding. Get the source here.