[Video] Introduction Tutorial on Google Web Toolkit

Google Web Toolkit (GWT) is an open source Java software development framework that allows web developers to create and maintain complex JavaScript front-end applications in Java. With GWT, Other than a few native libraries, everything is Java source that can be built on any supported platform with the included GWT Ant build files. This definitely helps developers as it makes the web application development process less error-prone and also adds more reusability into it.

With Google Web Toolkit (GWT), you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers. During development, you can iterate quickly in the same “edit – refresh – view” cycle you’re accustomed to with JavaScript, with the added benefit of being able to debug and step through your Java code line by line. When you’re ready to deploy, GWT compiles your Java source code into optimized, standalone JavaScript files. Easily build one widget for an existing web page or an entire application using Google Web Toolkit.

In this video tutorial link below, David Geary,Author, Google Web Toolkit Solutions teaches you:

1.) The basics of Google Web Toolkit.

2.) How to implement Ajax-enabled applications in Java.

3.) Internationalization.

4.) Hooking into the browser history mechanism.

5.) Remote procedure calls.

You can access the video here.

You can follow me on Twitter at http://twitter.com/vaibhav1981

Do stay tuned to Technofriends for more, one of the best ways of doing so is by subscribing to our feeds. You can subscribe to Technofriends feed by clicking here.

Related posts:

  1. The Dojo Offline Toolkit
  2. [Google App Engine] Google releases early look for Java Support
  3. What is Javascript and some must watch tutorial videos
  4. [Video] Google for Webmasters Tutorial
  5. Google App Engine to Support Java

Leave a Reply