Jung 2 and Vaadin Integration

[size=6]
Hello Everyone,

I was wondering if its possible to integrate a application of JUNG 2 (for example: one of there many examples) with Vaadin [size=4]

[/size]
[/size].

Hi,

I combined it with Batik to generate SVG and then piped it to SvgComponent:

http://matti.virtuallypreinstalled.com/svg

See directory page for SvgComponent and you should find demo sources:

http://vaadin.com/directory#addon/svgcomponent

cheers,
matti

I am trying to do integrate it through first making an java applet out of the JUNG2 program, then use the integration addon tool from vaadin