Google Web Toolkit 2 Application Development Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Setting up the GWT Environment in NetBeans

In this chapter, we will set up the required tools and technologies for developing an information system using the Google Web Toolkit (GWT). After that, we will create the GWT project in NetBeans IDE. The following recipes will be presented:

  • Installing JDK
  • Installing GWT SDK
  • Installing GlassFish
  • Installing MySQL Server
  • Configuring the MySQL Server
  • Installing NetBeans IDE
  • Adding GlassFish Server in NetBeans
  • Installing GWT4NB plugins in NetBeans
  • Creating a GWT project in NetBeans
  • Adding Ext GWT

Introduction

The main topic of the book is the Google Web Toolkit (GWT). However, GWT SDK alone is not enough to develop complete information systems. Some other tools and techniques have to be combined together to work with GWT. In this chapter, we will be introduced to some technologies and tools, get an overview of each, and set up all the required tools, technologies, and libraries. Here, JDK and GWT SDK are compulsory; the other tools have alternatives — we will cover these in this book.