Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - tutorial

Entries feed - Comments feed

Tuesday 30 September 2008

The Great Google Web Toolkit Roundup

Schalk Neethling :

Over the past two months or so we here at the web builer zone, thanks to Manning Publishing, have been publishing a comprehensive series on GWT. We recently published the last in the series and I thought that it would be a good idea to create a sort of index of all of these articles.

The Great GWT Roundup

image

Tuesday 25 March 2008

The Three Amigos : Maven, Spring and GWT

Stephen Callaghan

This article will show how to build a SOA-based system using Spring Services, a GWT client to talk to those services, and Maven 2 as a build tool to hold it altogether. There is also an associated reference project, created here at Shine Technologies and now open-sourced on Google Code using the Apache 2 License.

This article will start by covering the setup of a build environment using Maven. Then we'll start working through each of the layers in sequence, beginning with getting up-and-running with a compatible Spring Service layer. Next we'll add a bridge between GWT and the Spring Services. Finally, we'll introduce a GWT client that can attach to the bridging layer and thus communicate with the Spring services.

The Three Amigos - Maven, Spring and GWT

image

Monday 25 February 2008

GWT Tutorial : Using History mechanism

Nazmul Idris

This tutorial takes the background information on GWT History Management provided in the Managing History and Hyperlinks tutorial and uses it to create an RSS reader application that uses this history mechanism to load initialization parameters.

GWT Tutorial - Using History mechanism to create an RSS reader app

Thursday 14 February 2008

Three parts tutorial : Spring, Hibernate and GWT

eggsy84

I have finally compiled a tutorial on how to make a GWT app that works
with GWT, Hibernate and Spring.

The Tutorial can be found at:

Part One Project Creation and Setup
http://eggsylife.blogspot.com/2007/10/well-this-tutorial-aims-at-help...

Part Two Spring, Hibernate and Database Setup
http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-too...

Part Three RPC calls and GUI plumbing
http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-too...

Monday 4 February 2008

11 GWT tutorials

image Nazmul Idris

I wanted to let you know about my site - http://developerlife.com/tutorials/. I have a suite of tutorials to help people learn GWT, and also tackle advanced topics and issues with GWT development. Here's a list of all the tutorials so far (I'm working on adding many more):

GWT Introduction - http://developerlife.com/tutorials/?p=80

Anatomy of a GWT project - http://developerlife.com/tutorials/?p=124

Create "Hello World" with GWT and IDEA - http://developerlife.com/tutorials/?p=193

Using and creating modules - http://developerlife.com/tutorials/?p=229

Build GWT RPC services - http://developerlife.com/tutorials/?p=125

Transport objects over RPC - GWT Object Serialization - http://developerlife.com/tutorials/?p=131

Using Servlet Sessions in GWT - http://developerlife.com/tutorials/?p=230

GWT browser integration - Histories and Hyperlinks - http://developerlife.com/tutorials/?p=232

Deployment Scenarios for GWT apps - http://developerlife.com/tutorials/?p=231

Coding Quickie - Get URL param string from GWT - http://developerlife.com/theblog/?p=273

Coding Quickie - display a message while your GWT app loads - http://developerlife.com/theblog/?p=156

Book review - Google Web Toolkit Solutions - http://developerlife.com/reviews/?p=62

Book review - Google Web Toolkit Applications - http://developerlife.com/reviews/?p=72

Tuesday 22 May 2007

Tutorial : Event Driven Programming in AJAX Using the GWT and Java

Richard G. Baldwin

Historically, the development of Ajax web applications has been a complex process. This is due mainly to the requirement to learn and use a variety of technologies, possibly including HTML, JavaScript, XML, ASP.NET, Java servlets, various scripting languages, etc. Recently several products have emerged that make it possible to develop Ajax web applications using the Java development environment. Some use exclusively Java, while others use mainly Java. One development environment that allows you to use mainly Java for the development of web applications is the Google Web Toolkit (GWT), which is the primary topic of this tutorial lesson. Most of the client-side code for a GWT Ajax application can be written in Java. There is no requirement to write JavaScript code.
The main purpose of the tutorial is to teach you how to write the Java code necessary to accomplish event driven programming using the GWT.

Event Driven Programming in AJAX Using the GWT and Java


Wednesday 11 April 2007

Focus Events, Click Events, and Drag-and Drop in AJAX Using the GWT and Java

Richard G. Baldwin

Historically, the development of Ajax web applications has been a complex process. This is due mainly to the requirement to learn and use a variety of technologies, such as HTML, JavaScript, XML, ASP.NET, Java servlets, various scripting languages, etc. Recently several products have emerged that make it possible to develop Ajax web applications using the Java development environment. Some use exclusively Java, while others use mainly Java.  One development environment that allows you to use mainly Java for the development of web applications is the Google Web Toolkit (GWT), which is the primary topic of this tutorial lesson.


Focus Events, Click Events, and Drag-and Drop in AJAX Using the GWT and Java

Tuesday 10 April 2007

Maths Tutor in GWT

Heinz M. Kabutz :

Google Web Toolkit (GWT) allows ordinary Java Programmers to produce highly responsive web user interfaces, without needing to become experts in JavaScript. Here we demonstrate a little maths game for practicing your arithmetic. Included is an Easter egg.

Maths Tutor in GWT
Demonstration

Thursday 22 March 2007

GWT tutorial by Object Computing

Object Computing has published a good introduction to GWT :

Tuesday 20 March 2007

Tutorial: Creating a Login application with GWT Designer

This tutorial walks you through the process of putting together a simple GWT application from creating a GWT Java Project to deploying your module using GWT Designer.

Tutorial: Creating a Login application with GWT Designer


Sunday 18 March 2007

GWT : Integration with Spring framework. Mapping domain beans to client-side beans

Valery&Galina :

Let's integrate GWT RPC with Spring PetStore sample application. To keep the domain code separate from the RPC and client-side code, you have to create and maintain copies of domain beans implementing IsSerializable interface (we omitted setters and getters here for brevity).

Google Web Toolkit. Integration with Spring framework. Mapping domain beans to client-side beans

But what about using Dozer ?




Thursday 8 March 2007

GWT and JFreeChart - Tutorial

justindsmith :

This article describes how to integrate JFreeChart and GWT. It assumes development is being done in Eclipse. It also assumes that the reader has an understanding on how Remote Procedure Calls (RPCs) are created and accessed in GWT. For more information on this, go to the GWT Developer Guide (apparently I can't have urls in my post since I'm new, so just do a web search and find it) and follow the Remote Procedure Calls link.


GWT and JFreeChart




Sunday 25 February 2007

Free and Online GWT Course

Sang Shin :

Google Web Toolkit (GWT) is definitely an interesting technology to explore for building Ajax applications especially for those who want to leverage their Java knowledge. The current version of NetBeans GWT plug-in does not support "creating a WAR" feature yet. That will be provided in the next version.

Excellent GWT Course !
Google Web Toolkit (GWT)


Using GWT with PHP

Juan Hurtado :

I wrote this guide thinking in the user's who want's develope dynamic application's with the GWT (Google Web Toolkit) in an AMP(Apache,MySQL,PHP) environment's. The basic idea is write a small and very simple application using MySQL and PHP at the server side, and GWT for the client interfaze, using JSON for the communication between the client and the server.

Remember, PHP hosting is the cheapest.

GWT Small Guide




Tuesday 20 February 2007

GWT-Spring Integration Demistified

Gabi S :

...What makes GWT more interesting is that it can be integrated with technologies like Struts, Spring, Hibernate, Ant, Maven etc and this is quite a wonder considering the speed of entreprise applications development...
...The purpose of this blog is to explain as simple as possible how GWT and Spring can be brought together and make the the most of your entreprise application....

GWT-Spring Integration Demistified


Sunday 11 February 2007

EclipseCon 2007 : GWT Tutorial

Kelly Norton (Google, Inc.), Miguel Mendez (Google, Inc.)

AJAX applications are all the rage these days. And why not? They're simple to use, accessible from anywhere, free of sneaky installers and generally safer from the malware gremlins. But behind every good web app, there's a group of exhausted AJAX developers driven to the brink of madness with worry of browser quirks, memory leaks and load times. In this session, we'll build a small web app and demonstrate how the Google Web Toolkit relieves the nervous twitching troubling AJAX developers by allowing them to practice sound engineering using Java and Eclipse and still end up with fast, light-weight JavaScript applications.

It is interesting to note that it is sponsored by Google.

Google Web Toolkit: Quick relief of AJAX pain


Friday 26 January 2007

Tutorial : Updatable Grid in GWT

Roughian : This is what you end up with if you follow the Step-By-Step Database article. It's meant to demonstrate the basics of interacting with a database. Here, you can add data and, once added, you can edit or delete the individual lines. Feel free to put any old rubbish in - you can always get rid of it before you go, if you want.
Tutorial : Updatable Grid

Thursday 25 January 2007

Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 2:

Noel Raping : In this second article in the series on using the Google Web Toolkit (GWT) to build Asynchronous JavaScript + XML (Ajax) applications, learn how to build the Apache Derby database for your Web application, and use it to drive the GWT. Part 1 of this series introduced you to GWT and demonstrated how you can use it to create a rich-client front end for a Web application. This time, you'll go behind the scenes and set up the back end with your database and the code used to convert the data to a format that GWT can use. By the end of this article, you'll be ready for the front end and back end to talk to each other.

Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 2