Applet support in vaadin 8x

Hi,

Could you please any one help me, how can I get embed java applet in vaadin page in vaadin version 8x.
Could you please provide sample code/example.
I tried with Appletintegration » 1.2.9 addon, but it not working in vaadin8.

I don’t think people are actively developing applet-based solutions much these days, so there’s no sample code available for more recent Vaadin versions. You could take a look at the [sources]
(https://dev.vaadin.com/svn/contrib/AppletIntegration/) of the old AppletIntegration add-on and work based on that.

-Olli