Getting to really know GWT, Part 2: JavaScript Overlay Types

<<Suppose you’re happily using JSNI to call bits of handwritten JavaScript from within your GWT module. It works well, but JSNI only works at the level of individual methods. Some integration scenarios require you to more deeply intertwine JavaScript and Java objects — DOM and JSON programmi…>>   (more…)

See original post by Chris Gilmer