I am using Vaadin 6.8 and need to load external javascript resource, but Vaadin of version 6.8 does not support @JavaScript annotation.
I have also tried Vaadin's CustomLayout, it loads html page, but does not execute javascript in that html under <script>
tag?
Any other solutions on Vaadin 6.8?