Book description
GET MORE WITH MANNING
An eBook copy of the previous edition, GWT in Action (First Edition), is included at no additional cost. It will be automatically added to your Manning account within 24 hours of purchase.
GWT in Action, Second Edition is a completely revised edition of the best-selling GWT book. It covers the new features introduced in GWT 2.4 and 2.5, as well as the best development practices that have emerged in the GWT community. It begins with a rapid-fire introduction to GWT and Ajax to get you up to speed with GWT concepts and tools. Then, you'll explore key concepts like managing events, interacting with the server, creating UI components, building your user interface declaratively using UiBinder... and more.
About the Technology
Google Web Toolkit works on a simple idea. Write your web application in Java, and GWT crosscompiles it into JavaScript. It is open source, supported by Google, and version 2.5 now includes a library of high-quality interface components and productivity tools that make using GWT a snap. The JavaScript it produces is really good.
About the Book
GWT in Action, Second Edition is a revised edition of the best-selling GWT book. In it, you'll explore key concepts like managing events, interacting with the server, and creating UI components. As you move through its engaging examples, you'll absorb the latest thinking in application design and industry-grade best practices, such as implementing MVP, using dependency injection, and code optimization.
What's Inside
- Covers GWT 2.4 and up
- Efficient use of large data sets
- Optimizing with client bundles, deferred binding, and code splitting
- Using generators and dependency injection
About the Reader
Written for Java developers, the book requires no prior knowledge of GWT.
About the Authors
Adam Tacy and Robert Hanson coauthored the first edition of GWT in Action. Jason Essington is a Java developer and an active contributor to the GWT mailing list and the GWT IRC channel. Anna Tökke is a programmer and solutions architect working with GWT on a daily basis.
Quotes
Covers all the newest features—a must-read for any GWT professional.
- Michael Moossen, Allesklar.com AG
Clear, practical, efficient ... "in action".
- Olivier Nouguier, Agilent Technologies, Inc.
You will appreciate the abundance of tutorial material.
- Jeffrey Chimene, Systasis Computer Systems
Up-to-date and detailed— a thorough guide.
- Olivier Turpin, IpsoSenso
A quick and easy source for learning GWT.
- Levi Bracken, OPNET
Publisher resources
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Praise for the First Edition of GWT in Action
- Preface
- Acknowledgments
- About This Book
- About the Cover Illustration
-
Part 1. Basics
- Chapter 1. GWT
-
Chapter 2. Building a GWT application: saying “Hello World!”
- 2.1. What’s a GWT application?
- 2.2. Examining the options for building an application
- 2.3. Creating the HelloWorld application with the GPE
- 2.4. Running HelloWorld in development mode
- 2.5. Finding out where it went wrong
- 2.6. Compiling HelloWorld for web mode
- 2.7. Understanding modules vs. packages
- 2.8. Digging deeper into the uncompiled application
- 2.9. Reviewing the deployable application part of a GWT application
- 2.10. Building on your understanding
- 2.11. Summary
- Chapter 3. Building a GWT application: enhancing HelloWorld
-
Part 2. Next steps
-
Chapter 4. Creating your own widgets
- 4.1. What is a widget, again?
- 4.2. Creating a new widget from the DOM
- 4.3. Extending an existing widget
- 4.4. Extending a panel
- 4.5. Creating a composite
- 4.6. Using layout panels
- 4.7. Applying animation to widgets
- 4.8. Exploring the lifecycle of a widget
- 4.9. Getting Elemental, my dear Watson!
- 4.10. Summary
- Chapter 5. Using client bundles
- Chapter 6. Interface design with UiBinder
- Chapter 7. Communicating with GWT-RPC
- Chapter 8. Using RequestFactory
- Chapter 9. The Editor framework
- Chapter 10. Data-presentation (cell) widgets
- Chapter 11. Using JSNI—JavaScript Native Interface
- Chapter 12. Classic Ajax and HTML forms
-
Chapter 13. Internationalization, localization, and accessibility
- 13.1. Making a user feel comfortable
- 13.2. Using static string internationalization
- 13.3. Using static-string i18n with UiBinder
- 13.4. Determining the locale for static-string internationalization
- 13.5. Internationalizing client bundles through static internationalization
- 13.6. Dynamic string internationalization
- 13.7. Localization of dates, times, and currencies
- 13.8. Displaying the right direction
- 13.9. Accessibility
- 13.10. Summary
-
Chapter 4. Creating your own widgets
- Part 3. Advanced
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: GWT in Action, Second Edition
- Author(s):
- Release date: January 2013
- Publisher(s): Manning Publications
- ISBN: 9781935182849
You might also like
book
GWT in Practice
GWT in Practice is an example-driven, code-rich book designed for web developers who have already learned …
book
Essential GWT: Building for the Web with Google Web Toolkit 2
With Google Web Toolkit, Java developers can build sophisticated Rich Internet Applications (RIAs) and complete Web …
video
Tools for GWT Panel
The GWT charter "Making GWT Better" states that GWT centers on the Java language not for …
book
Java RMI
Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If …