Calling GWT Java function from JavaScript
Let me explain a bit more about exporting GWT stuff to the JS world. You have several options to do that, but I will focus on three methods. [EDITED] 0- JsInterop: GWT maintainers are working in a new feature to easily export java methods to javascript, and wrap javascript objects. The feature was very experimental … Read more