Applet and JNLP

Hi,

It’s possible to deploy an applet with jnlp file over CustomLayout and javascript ?.

Do you mean something like integrating the
Java Deployment Toolkit Script
?

I think that the best way is to create a custom widget and using JSNI for this, but you should be able to “hack” that with the CustomLayout too. Don’t remember anymore how the CustomLayout handles the embedded JavaScript, but there is also the JS API in the Window:
http://demo.vaadin.com/sampler/#JSApi

Hello,
Did you find the solution yet?