Tutoriaux en français :

Tutoriel Technologies Web 2.0

  1. Utilisation de Google Web Toolkit avec Remote Procedure Calls
    1. Interfaces du service
    2. L'objet échangé entre les applications
    3. Implantation du service côté serveur
    4. Appel au RPC depuis le client Java
    5. Bilan du chapitre

Mon premier projet GWT

  1. Utilisation de Google Web Toolkit avec Remote Procedure Calls

Tutoriaux Gwt

  1. GWT Data Binding

Tutorial GWT

  1. Présentation du tutorial GWT.
  2. Création d'un projet GWT et configuration Eclipse
  3. Création d'une fenêtre principale avec une barre de menu
  4. Création d'une fenêtre flottante de type DialogBox et gestion des propriétés graphiques d'un TextBox
  5. Affichage d'une liste avec le contrôle FlexTable
  6. Interaction avec une liste : ajout, surpression et modification de lignes
  7. Echange client/serveur avec GWT .
  8. Passage de paramètres à une fenêtre appelée et retour d'information à la fenêtre appelante
  9. Déploiement d'une application GWT.

Retour d'expérience de GWT en francais, incluant lien vers la magnifique démo de contact Office. L'écosystème GWT

Lors des rencontres GWT, j'ai montré un exemple d'intégration EJB 3 GWT basé sur le nouveau design RPC de la version 1.4. Voici le code source de cette démo. Intégration GWT EJB3

Tutoriaux en anglais :

GWT RPC avec Eclipse

  1. In this screencast tutorial you are going to see how to use the Google Web Toolkit Remote Procedure Calls. This tutorial covers creation of a simple GWT RPC project in Eclipse IDE.
  2. Eclipse project generation, GWT-RPC plumbing, GWT-RPC Service interface. (02:05)
  3. GWT-RPC Service implementation, use of the Java Servlet API, asynchronous service interface, client invocation.(04:00)

Deployez GWT sur un serveur d'application externe comme JBoss

  1. I wanted to use GWT with external application server. It is really easy to use GWT with embedded tomcat server. But, I needed advanced services provided by managed application servers like JBoss. After figuring out how to use GWT with external web servers, I am posting the details with an example web application.

L'API

Google Web Toolkit - Construisez des applications AJAX depuis le langage Java

  1. Accueil de GWT

La documentation GWT pour les développeurs

  1. The GWT Developer Guide contains a variety of topics that explain the various moving parts of the toolkit.

Extensions à gwt

  • gwt-google-apis The Official Google API Library for Google Web Toolkit
  • Google Web Toolkit - App Gallery - Search Results gwt
  • gwt-cal is a web-based calendar component similar to iCal, Microsoft Outlook or Google Calendar. It can be included in any Google Web Toolkit (GWT) web-application, and can be easily themed to resemble your favorite calendar tool.
  • smartgwt is a GWT based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management. SmartGWT is based on the powerful and mature SmartClient library.
  • gwt-ext is a powerful widget library that provides rich widgets like Grid with sort, paging and filtering, Tree's with Drag & Drop support, highly customizable ComboBoxes, Tab Panels, Menus & Toolbars, Dialogs, Forms and a lot more right out of the box with a powerful and easy to use API. It uses GWT and Ext. Click on the images below to see a live example of GWT-Ext in action.
  • gwt-log Logging Library for Google Web Toolkit (GWT) with Deferred Binding
  • gwt-dnd Drag-and-Drop Library for Google-Web-Toolkit (GWT) - Voir les tutoriels sur Drag and Drop (cliquer glisser)
  • Ext GWT (ou GXT) (anciennement MyGWT) is an open source Java library for the Google Web Toolkit. The library helps developers easily create compelling desktop like AJAX web applications.
  • Choisir Ext-GWT (GXT) ou GWT-Ext ?

Ressources GWT