Beginning Google Web Toolkit From Novice to Professional /

The open source, lightweight Google Web Toolkit (GWT) is a framework that allows Java developers to build rich Internet applications (RIAs), more recently called Ajax applications, in Java. Typically, writing these applications requires a lot of JavaScript development. However, Java and JavaScript a...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριοι συγγραφείς: Smeets, Bram (Συγγραφέας), Boness, Uri (Συγγραφέας), Bankras, Roald (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress, 2008.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • Introducing Rich Internet Applications (RIA)
  • A short history
  • Different approaches
  • Introducing Ajax
  • Summary
  • Introducing Google Web Toolkit (GWT)
  • The Basics
  • GWT application layout
  • Introducing the sample application. - Running the sample application
  • Handy Development Tools
  • Summary
  • Getting Started
  • Project Setup / Structure
  • Using the utility scripts
  • Writing code
  • Compiling code
  • Running the code
  • Debugging the code
  • Testing the code
  • Summary
  • UI Components
  • Component Based UI construction
  • Widgets.-Panels
  • GWT Events
  • Summary
  • Building Advance UI
  • Composite Widgets
  • Create Your Own Widgets
  • Styling Widgets. - Summary
  • Server Integration
  • GWT architecture . - RPC mechanism
  • Spring Integration
  • Different data formats (TODO: rename to Different remoting protocols). - Summary
  • Testing GWT Application. - Why Testing?- GWT JUnit integration
  • Functional Testing
  • Benchmarking
  • Summary
  • Advanced Topics
  • Localization
  • ImageBundle
  • Back button support.-Reusing exsisting javascript code (JSNI)
  • Working directly with DOM
  • File Upload
  • Summary
  • Developing GWT with Eclipse
  • Developing GWT with Intellij
  • Developing GWT with Maven2
  • Useful Resources.