Jul
23
Bruce Johnson has written an expansive post on understanding the GWT JavaScript Native Interface (JSNI). It starts out with the piece that some people know about, namely inlining native JavaScript such as this:PLAIN TEXTJAVA: // Java method declaration…native String flipName(String name) /*-{ // …implemented with JavaScript var re = /(\w+)\s(\w+)/; return name.replace(re, ‘$2, $1′);}-*/; But what about […]
More: continued here































