ongwt.com

Go to content | Go to menu | Go to search

Saturday 04 October 2008

Inside Google Web Toolkit - back to basics

Vinay has published a nice entry about Google Web Toolkit. In few words he explains main concepts behind the wall.

  • The GWT Java To Javascript Compiler
  • What Does GWT Do
  • The GWT AST Model
  • GWT Javascript Code Generation
  • How Does GWT Native Javascript (JSNI) Work
  • How Does GWT Translate JDK Classes
  • What are GWT widgets
  • How Does the GWT RPC Mechanism Work

Inside the Google Web Toolkit (GWT)

Friday 16 March 2007

JavaScript Native Interface (JSNI) in GWT

Dion Almaer

I have recently had quite a few people talking about how they like GWT but with they could get out of the Java box to delve into JavaScript for some low level work. The assumption was that you cannot do this with GWT and that if you run against the abstraction barrier you are hosed. There is actually a way to embed your own JavaScript directly. JSNI has a similar name to JNI but isn't as hairy, although it does have a creative hack.

JavaScript Native Interface (JSNI) in GWT


Saturday 27 January 2007

Reload the page in Java with GWT

Bmax  : ''How can I reload the main page in Java?''

Reload the page in Java with GWT



Tuesday 23 January 2007

Simple Mouse Wheel support for GWT

sligowaths : "I was looking to a way to use the mouse wheel in my GWT app, but I didn´t find a straightforward way... so today I spend my morning learning JSNI and, with some piece of code I found on the Internet, I coded my own approach... Feel free to use anywere .. Hope that it might be useful for someone else too..."
Simple Mouse Wheel support for GWT

page 1 de 1