Hi, I have a legacy web application that I am trying to port to wicket. I am having a problem with one page, in particular. The page makes use of JUNG (Java Universal Network/Graph Framework - http://jung.sourceforge.net/) to create a graph, the edges of which one can click on to get more information about the underlying process. The problem is that it the JUNG code is an applet and I am not sure of the best way to do the port. I noticed some earlier work in the wicket sandbox that purports to work with applets ( http://svn.apache.org/repos/asf/wicket/sandbox/wicket-sandbox/src/jonathan/java/examples/applet/simple/SimpleApplet.java) but I cannot tell if this is live code or not.
Any suggestions for a direction would be appreciated. Thanks, Jurek.
