Working with the Google Web Toolkit (O'ReillyNet)
[Posted June 1, 2006 by cook]
Robert Cooper
looks at the Google Web Toolkit in an O'Reilly article.
"
GWT is, in essence, a JavaScript generator. The interesting thing is what this JavaScript is generated from: Java. GWT takes Java code written against a special API and converts it into browser-runnable Ajax code. If that weren't enough to make it cool, it also includes a test harness that will execute the Java code inline with a test browser, allowing you to step-through debug, profile and unit test your Ajax front end in your favorite IDE or at the command line."
(
Log in to post comments)