Ext GWT 2.0: Beginner's Guide
Formats:
save 20%!
save 37%!
Free Shipping!
| Also available on: |
|
- Explore the full range of features of the Ext GWT library through practical, step-by-step examples
- Discover how to combine simple building blocks into powerful components
- Create powerful Rich Internet Applications with features normally only found in desktop applications
- Learn how to structure applications using MVC for maximum reliability and maintainability
Book Details
Language : EnglishPaperback : 320 pages [ 235mm x 191mm ]
Release Date : December 2010
ISBN : 1849511845
ISBN 13 : 9781849511841
Author(s) : Daniel Vaughan
Topics and Technologies : All Books, Google, Beginner's Guides, Java, Open Source
Table of Contents
Preface
Chapter 1: Getting Started with Ext GWT
Chapter 2: The Building Blocks
Chapter 3: Forms and Windows
Chapter 4: Data-backed Components
Chapter 5: More Components
Chapter 6: Templates
Chapter 7: Model View Controller
Chapter 8: Portal and Drag-and-Drop
Chapter 9: Charts
Chapter 10: Putting It All Together
Pop Quiz Answers
Index
Daniel Vaughan
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 8 submitted: last submission 09 Apr 2012Errata type: Typo | Page number: 48 | Errata date: 12 Apr 11
"toogleGroup" should read "toggleGroup" (third line, third word)
Errata type: Typo | Page number: 51 | Errata date: 12 Apr 11
"setContrainViewport" should read "setConstrainViewport" (list item 2) - it is correct in the code snippet but not in the explanatory text.
Errata type: code | Page number: 212-216
The creation of the StatusController class is missing some steps. This results in the statusbar not displaying when the application is run after following the printed instructions. The downloaded source code is correct. The missing steps are the creation of the line private StatusView statusView; and the creation of the methods @Override public void handleEvent(AppEvent event) { forwardToView(statusView, event); } and @Override public void initialize() { super.initialize(); statusView = new StatusView(this); }
Errata type: Typo | Page number: 51
"setContrainViewport" should read "setConstrainViewport" (list item 2) - it is correct in the code snippet but not in the explanatory text.
Errata type: code | Page number: 147
The last line in the code snippet of step 5 reads: menu.add(miCreateFeed)add; It should read: menu.add(miCreateFeed);
Errata type: Typo | Page number:128
URL string is not enclosed in quotes and line is missing semi-colon - first line of code snippet in step 3. Should be final String TEST_DATA_FILE = "http://feeds.feedburner.com/extblog";
Errata type: Typo | Page number: 189
Step 1 reads "...remove all the existing code apparent from the line...". This could be interpreted as "everything after the line...". Based on the sample code, the text should actually read "apart from"
Errata type: Typo | Page number:48
Typo - "toogleGroup" should read "toggleGroup" (third line, third word)
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
- Get a development environment up and running quickly
- Understand the working of Ext GWT and avoid common pitfalls
- Make web applications behave like desktop applications by using the many UI widgets of Ext GWT
- Design powerful, flexible forms to capture data
- Easily load and manipulate data in the browser from multiple sources
- Present information elegantly using templates
- Structure larger applications using the Model-View-Controller pattern to ensure that different components are independent of each other
- Create intuitive interfaces using drag and drop: a feature usually found only in desktop applications
- Display plenty of information in a very simple way with the wide range of charts available in EXT GWT
- Deploy applications to the world using Google App Engine
Ext GWT, also known as GXT, takes Google Web Toolkit one step further by providing a wide range of powerful user interface components. It allows a developer to create powerful web applications that are almost like desktop applications. However to leverage all the features of this powerful Java library for creating desktop-style web applications, you need to learn how and when to use the right user interface component.
Ext GWT 2.0: Beginner's Guide is a practical book that teaches you how to use the EXT GWT library to its full potential. It provides a thorough and no-nonsense explanation of the Ext GWT library, what it offers and how to use it through practical examples. This book provides clear, step-by-step instructions for getting the most out of Ext GWT and offers practical examples and techniques that can be used for building your own applications in EXT GWT
This book gets you up and running instantly to build powerful Rich Internet Applications (RIA) with Ext GWT. It then takes you through all the interface-building widgets and components of Ext GWT using practical examples to demonstrate when, where, and how to use each of them. Layouts, forms, panels, grids, trees, toolbars, menus, and many other components are covered in the many examples packed in this book. You will also learn to present your data in a better way with templates and use some of the most sought-after features of Ext GWT in your web applications such as drag-and-drop and charts. Throughout the book a real application is built step by step using Ext GWT and deployed to Google App Engine.
Imagine how great you'll feel when you're able to create great-looking desktop-style user interfaces for your web applications with Ext GWT!
A comprehensive beginner's guide to building powerful rich internet applications using the Ext GWT library
This is a hands-on beginner's guide that builds a complete Ext GWT application through the book visiting a new set of features in each chapter. You will learn the entire range of features available in the Ext GWT library. At every point you will be given practical examples and techniques that can easily be adapted for your own applications.
If you are a Java developer aspiring to build intuitive web applications with Ext GWT, then this book is for you. It assumes that you are familiar with HTML and CSS. Developers who wish to add an RIA look to their existing GWT applications with Ext GWT will find this book extremely useful.

