GWT

DatePicker

DatePickjer dialogbox widget that displays a small Gregorian calendar dates to select a date by the user.

It is fully internationalized by the default locale. It has options to display of dates form the adjacent dates months. If needed, special formatting can be added for a given day. Any date can be choosen the start date and the month grid. Today's date is the default selection and also the default displayed month.

 

FLEX vs AJAX vs GWT on the Grid

Cyril Balit compares the grids in the three various technologies: Flex, GWT and ExtJS. He writes:

«The title is a little a canvasser but the purpose of this post is rather to get acquainted with 3 manners to make RIA and to compare them through a central component of an application: the grid.
I was thus used to recreate a simple screen containing a label, a button and a grid. »

Source: I.T. Aware.

GWT in-place-editor

Julien Viet wrote an article in whi he shows how to build in place editor with GWT. He writes:

«The in place editor is one of the simplest yet powerful feature brought by Ajax.

I wrote two such editors last year, one using javascript and one leveraging Prototype as an exercise. Recently I started to study GWT more in depth and I found fun to write a GWT version of the in place editor.

I used the TextBox and Label widgets that will be used to display and edit the label.

The DeckPanel panel is used to alternate the display between the text box and the label widgets.

The interaction is performed using listeners. The ClickListener on the label copies the label value to the text box and switch the deck panel to show the text box. The KeyboadListener allows on the enter keystroke to copy the edited value to the label and switch back the deck panel to show the label.»

Implement Drag and Drop in Your Web Apps

David Geary and Rob Gordon post an intresting article about implementing the drag ang drop in web applications with GWT. Here's the short list of topics discussed in this article:

  • Implementing composite widgets with the Composite class

  • Removing widgets from panels

  • Changing cursors for widgets with CSS styles

  • Implementing a GWT module

  • Adding multiple listeners to a widget

  • Using the AbsolutePanel class to place widgets by pixel location

  • Capturing and releasing events for a specific widget

  • Using an event preview to inhibit browser reactions to events

Source: Webreference.com.

GQuery: Java, GWT, and jQuery together

Are you a fan of GWT but would like toms jQuery magic mixed in? Ray Cromwell has your back, as he has created GQuery, an implementation of jQuery for GWT.

Source: http://ajaxian.com

GChart 2.0 : charts for GWT

Client-side GChart 2.0 adds support for pie, line, and area charts, baseline-based bar charts, and more:
With this release, GChart supports all the basic chart types while  remaining an Apache-licensed, 100% pure GWT-Java library without requiring JSNI, browser plug-ins, or server round trips.

GWT Designer 4.0

GWT Designer 4.0  released. Here's the main features of this release:

Three parts tutorial : Spring, Hibernate and GWT

There is an intresting tutorial about building application with GWT, Spring and Hibernate. This tutorial contains three parts:

  • Project Creation and Setup

  • Spring, Hibernate and Database Setup

  • RPC calls and GUI plumbing

Chnoscope 0.8

Chnoscope 0.8 released.
Here's main features of this release:

  •   Internet Explorer/Flash Rendering support
  •   Experimental Java2D renderer (servlet/applet)
  •   Appendable Datasets / Dataset change listeners

Source:Chronoscope Project

GWT-Ext.2.0

GWT-Ext 2.0 released  today

GWT Tutorial - Create "Hello World" with IDEA

Nazmul Idris post a very intresting and easy to understan tutorial about creating simple application with GWT on developer life site.this tutorial contains a lots of materials that can help you in studyin GWT -code examples, links , screenshots. Here is the short table of contents of rhis tutorial:

  • Creating a new GWT project.

  • Creating a sample application.

  • Creating a Run/Debug configuration for your app

  • Creating an application loading splash screen for your app

  • Add a web facet, for deployment to an app server/servlet container

Developing GWT Applications with NetBeans

Tom Stocky has posted an article about using together GWT and NetBeans in Google Web toolkit Blog. This article provides you with the full information about starting the development of GWT application in NetBeans IDE. Thereis a lots of screenshots demonstrating this process

Source: Google Web toolkit Blog

Google Web Toolkit 1.4 Release Candidate

Google Web Toolkit (GWT) 1.4 Release Candidate is now available for download.

This is undoubtedly the biggest GWT release yet. In addition to 150+ bugfixes, GWT 1.4 RC includes a ton of new features, improvements and optimizations. You'll find the complete itemized list of changes in the GWT issue tracker, but here's the short(er) version:

Syndicate content