Integration and jqery jqplot

Hi there
We use Vaadin 6.x.
The Vaadin add on DCharts requires the jquery libraries and jqplot.
Does anyone know maybe a demo showing the integration?
Thanks for any advice.

Hi,
If you are looking for an example of how to inject JavaScript files into a Vaadin 6 app - you could probably refer to InvientCharts add-on source code. For instance, there’s a
custom servlet class
that actually injects JS files in the header.

HTH,
Aleksandr