ongwt.com

Go to content | Go to menu | Go to search

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 04 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


- page 1 de 2