Chapter 1. Introducing GWT

This chapter covers

  • High-level overview of GWT’s toolset

  • Comparison of GWT to similar technologies

  • An example of a GWT application

In May 2006, Google released the Google Web Toolkit (GWT), a set of development tools, programming utilities, and widgets that let you create rich Internet applications differently than you may have done before. The difference between GWT and all those other frameworks is that with GWT you write your browser-side code in Java instead of JavaScript. For those of us who rely on Java as a trusted tool, this is a monumental difference over traditional JavaScript coding. It means that besides gaining all the advantages of Java as a programming language, you also get immediate access to a gazillion ...

Get GWT in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.