Hi,
I’m starting to discovers vaadin 10.
Is there a way to communicate between js and server as we could in vaddin 7 and 8 with the javascript extension.
https://vaadin.com/docs/v8/framework/gwt/gwt-javascript.html
I didn’t find the javascript extension in the new api.
We still have the javascript annotation to import a js file, but how to make it communicate with the servers. Call java methods in js script, and call js methods in java ?
I noticed we can now access now to the DOM in pure java. But didn’t find the great features realeaded in vaadin 7 to wrote some custom js extensions.
I hope we can still do that.
Because rewrite our js code into pure java will take a long time. (And not sure about the performance)