Yes, it is possible to write GWT code that can trigger other JavaScript on the page.
However, I do not know of a single project that is currently doing this on any large scale, so you may be lighting a new route.
The basics of invoking GWT code from JS have been described in this GWT blog since 2008 , in particular in the section "Creating JavaScript Libraries with GWT" is not surprising. "
Another project that is linked to this blog might be of interest to you, the GWT Exporter , which "contains a generator capable of taking GWT classes and exporting them as regular Javascript APIs that can be called from hand-written Javascript without JSNI"
Jason Hall Jun 26 '10 at 23:03 2010-06-26 23:03
source share