You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jurek Piasek <ju...@gmail.com> on 2008/11/10 00:58:15 UTC

Wickets and Jung

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.

Re: Wickets and Jung

Posted by Igor Vaynberg <ig...@gmail.com>.
what exactly is the issue you are having?

-igor

On Sun, Nov 9, 2008 at 3:58 PM, Jurek Piasek <ju...@gmail.com> wrote:
> 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.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org