Chapter 2. A New Kind of Client

This chapter covers

  • Basic GWT project structure
  • Design patterns and GWT
  • Creating a client-side GWT application
  • Using CSS with GWT

A beginning is the time for taking the most delicate care that the balances are correct.

Frank Herbert

In the first chapter, we looked at the foundation and vocabulary we’ll need to work with GWT. In this chapter, we’ll be looking at how to build on top of that foundation. GWT provides a rather unique method for creating web applications, and some of its conventions may seem a bit foreign at first. Because of this, we’ll take a look at a fairly basic project for our first example.

Our first in Practice foray into GWT will be a calculator project, where we’ll restrict our focus ...

Get GWT in Practice 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.