Google Web Toolkit 2 Application Development Cookbook
Setting up the GWT Environment in NetBeans
Adding the GlassFish server in NetBeans
Installing the GWT4NB plugin in NetBeans
Creating a GWT project in NetBeans
Creating Home Page with Panels and Menus
Creating the home page layout class
Creating the left-hand sidebar
Creating the right-hand sidebar
Creating the main content panel
Using the HomePage instance in EntryPoint
Creating a form with two columns
Creating a TabPanel to show forms as tabs
Creating a navigation sidebar with Accordion layout
Using the SelectionChange event
Creating Database for Sales Processing
Creating tables with primary key
Creating a database connection in NetBeans
Creating entity classes from the database
Communicating with the Server using GWT RPC
Mapping entity classes and DTOs
Defining an RPC method to persist objects
Calling the RPC method from Client UI
Authenticating a user through username and password
Installing iReport plugins in NetBeans
Adding a parameter in a report
Showing a report in the GWT application as HTML
Showing a report in a GWT application as PDF
Building a project and creating the WAR file
Deploying on the GlassFish Server from NetBeans
Creating the JDBC Connection Pool in GlassFish
Creating a JDBC Resource in GlassFish Server