Google Web Toolkit News - onGWT.com

To content | To menu | To search

Monday 22 September 2008

GWT Mosaic : nice widget library

Georgios Georgopoulos

GWT Mosaic is a widget library for RIA application based on the standard GWT widgets and event model, and, is also based on the gwt-dnd libary for all drag & drop operations. GWT Mosaic is not an alternative to the GWT's widgets, it tries to extend GWT by providing new widgets like the layout managers or use widgets from other frameworks like GWT Incubator's glasspanel, date picker, tables, trees and more.
The LayoutPanel (which extends GWT's AbsolutePanel) is the corner stone for most of the widgets that are implemented. LayoutPanel is using absolute positioning to layout widgets instead of relying on HTML layout. So far, three layout managers are implemented: FillLayout, BoxLayout and BorderLayout. Another very important widget that is missing from GWT standard widget set is the WindowPanel. WindowPanel is based on GWT's DecoratedPopupPanel and is using gwt-dnd for the moving and resizing.
The goal is to provide a complete widget set by keeping the API as close as possible to the GWT's standard widgets API.
GWT Mosaic is licensed under Apache 2.0 like GWT/GWT Incubator and gwt-dnd.

http://code.google.com/p/gwt-mosaic/

GWT Mosaic Showcase (need access to port 8880)

Update : Georgios has pushed a new link for the demo, it now uses the port 80.

image

Saturday 15 March 2008

QCon : demonstrations

During my Qcon session I showed all these demos. Thanks to the community. These demonstrations help to spread GWT.

Fun

Eyes

TicTacToe

A chess board diagram composer

GWT MusicPlayer Demo

GWT Keyboard Warrior

Sudoku

Rolodex

Web 2.0 audience measurement demonstration

Google Maps integration

GWT Spinner Widget

Fun platforms

Master Mind iPhone

"XPilot for Wii" (compatible with wiimote)

Libraries

GWT Kitchen Sink

GWT Ext 2.0

MyGWT

Sound for your Google Web Toolkit projects

GWT Window Manager

Integration

Demonstration : GWT + Google Spreadsheet + GDATA + Google Feeds API + Chronoscope

Application

Contact Office

Monday 10 September 2007

GPilot, with Wii Remote

I published a new version of GPilot. This time the Falcon can be pilot with the Wii Remote.
Here is the code.
Here is the new version of the game : GPilot (need Opera for Nintendo).
"Left" and "right" to turn, "Button B" to accelerate, "Button A" to fire.
Next step is to add target :-)...

Tuesday 29 May 2007

Game : GWT TicTacToe

This is an tic-tac-toe (noughts and crosses) application created using GWT. It has been written and debugged as Java code and now executes as JavaScript in the client web browser. The source code can be downloaded from here (notice that you must place the images in the output directory manually.
TicTacToe

Wednesday 25 April 2007

GWT Hangman

Mark Roth

Play the GWT Hangman game I wrote while trying out Google Web Toolkit. (source). It was named "our favorite office time-waster" by Bret Taylor, the product manager for GWT.

Old but still fun.

Welcome to GWT Hangman!

Friday 6 April 2007

Chattr: GWT Sample application for EclipseCon 2007 tutorial

This project is an interesting example of an application built using the Google Web Toolkit (GWT). Kelly and Miguel spent a Sunday afternoon prior to their tutorial at EclipseCon 2007 developing an instant messenger web application.
gwt-eclipsecon-chat

Thursday 5 April 2007

GWT Grids with a million rows

Reinier Zwitserloot

I've mentioned a dynamically constructed grid with a million rows.

It runs on IE6 (I have just tested), Safari and Firefox.
Grids with a million rows
Demonstration (Open the wizard to see it)



Wednesday 28 March 2007

GWT and math

Fun demonstration.
http://www.matheclipse.org/
Source : bliki.info (german)

Friday 9 March 2007

GWT and JasperReport - Demo

Martin Gorostegui

Just wanted to let you all know that we have released a GWT based web application which consists in the initial version of a playground created to showcase a java API to dynamically generate reports based on JasperReports library.

Demonstration
Source


Friday 2 March 2007

Google Base and Google Checkout are powered by GWT

Screaming Penguin :

This is a bit old news, but the new Base, http://base.google.com/, is GWT-ized, as is the new Checkout.

All your base are belong to Google


Thursday 1 March 2007

Morfik vs GWT

personalbee.com

So Morfik thinks there's nothing on the market comparable to their platform. Possibly their main threat though is whatever Google might be cooking up. The Google Web Toolkit is a similar tool to Morfik, in that it enables developers to create sophisticated Ajax applications using Java.

I don't think that Morfik is a real competitor for GWT : GWT is open source and the community is large.
Morfik's Ajax Platform Set To Challenge Google, Adobe, Microsoft
Chess Demo



Wednesday 21 February 2007

Demo GWT : Drag and Drop Text and Image




Demonstration : Drag and drop

Friday 16 February 2007

GWT Keyboard Warrior

Starting from scratch, this arcade game was built in 8 hours with no javascript knowledge. Thanks to Google Web Toolkit and GWT Designer.

GWT Keyboard Warrior

Thursday 15 February 2007

Demo : GWT Dual List

DualList with drag and drop.

Dual List Demo

Tuesday 30 January 2007

GWT Component Library

* Canvas Widget
* Round Corners
* Simple Calendar
* RateIt Control
* Script.aculo.us Effects Integration
* Auto-Completion Textbox
* Simple XML Parser
* Hyperlink with Image
* Tooltip Listener

GWT Component Library




Tuesday 23 January 2007

GWT Powered : OpenKM

OpenKM is focused on creating a document management system, that due to its characteristics can be used by great companies as well as by the small ones, as a useful tool in processing knowledge management.
OpenKM



GWT powered : eatpoopucat.com

Adam  : We've recently built a web app version of a popular party game at http://www.eatpoopucat.com. It's early (and looks best with firefox) but it's entirely GWT powered. Let us know what you think!

http://www.eatpoopucat.com



Monday 22 January 2007

GWT powered : slimcalcs.com

slimcalcs is a web site based on GWT.
slimcalcs.com

gwt-yui-ext

netthreads: "gwt-yui-ext is my (partial) wrapper around (some) of the yui-ext components. The yui-ext library is built upon the YUI library by Yahoo which is a javascript library of routines for page layout and animation (among other things)."
YUI
Demonstration
gwt-yui-ext