-
A compiler that transforms your working Java application into
an equivalent JavaScript application.
-
The architecture of GWT makes it easy to support multiple
browsers with a single code base.
-
An embedded DHTML browser lets you run and debug applications
directly in any Java development environment before being
translated into JavaScript.
-
Compile your application into JavaScript for easy deployment.
-
A host page is an HTML document that includes a GWT module.
-
"Client-side" refers to source code that is intended to be
translated and run in a web browser as JavaScript.
-
"Server-side" refers to source code that is not intended to be
translated and will only run on a server as bytecode.
-
GWT projects are built from a recommended package layout.
-
Modules are XML files that contain settings related to your
application or library.
-
Useful command-line tools for getting started.