Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vaadin アプリケーションを作成しましたが、javascript の統合が必要です。どうすれば .js ファイルを vaadin アプリケーションに追加できますか?
Vaadin 6 では、次のように Window で executeJavascript メソッドを使用できるはずです。
getWindow().executeJavaScript("alert(\"Hello JavaScript\");");