onGWT - Tracking News on GWT

To content | To menu | To search

Tag - library

Entries feed - Comments feed

Monday 25 February 2008

GWT Rolodex released in open source

gwt-rolodex :

This widget displays a stack of images that you can flick through like a rolodex or a card deck. It uses gwt's deferred binding for the image generation and lightweight animation to create a fast and smooth experience in all supported browsers. Check out the HelpMovieDemo and FlipBookDemo demos.

Demonstration 1

Demonstration 2

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

image

Saturday 16 February 2008

Article : Dragging and dropping with gwt-dnd

Chris Fong

Today, we are going to take a look at adding drag-and-drop to our GWT applications. I’ve seen quite a few solutions for adding drag-and-drop, including a few tutorials that show how roll your own solution. But why reinvent the wheel when there is a perfectly good drag and drop library like gwt-dnd ?

Dragging and dropping with gwt-dnd

image 

http://www.everystockphoto.com/photo.php?imageId=19147

GWT Ext 2.0, on the road for success

GWT Ext 2.0 was the buzz of this week. And because in opensource, the success is always correlated with visibility, I think that with this new version, GWT Ext is on the road for success.


Update : GWT-Ext and GWT Designer 10 Feb 2008 by Eric Clayberg

GWT-Ext Powerful and Stunning Widget Library 16 Feb 2008 by Ray Cheung 

Release of GWT Ext 2.0 14 Feb 2008 by Dietrich Kappe 

GWT-Ext 2.0 released 13 Feb 2008 by info@dnzone.com (Frank Beverdam) 

GWT Ext 2.0 Released…and It's Stupid! (Cool) 13 Feb 2008 by david 

GWT Ext 2.0 Released 11 Feb 2008 by Dion Almaer 

GWT-Ext 2.0 Released 13 Feb 2008 by Dan Vega 

Prototyping with GWT-Ext (google) 12 Feb 2008 by Russell Wilson 

MyGWT or GWT-Ext, which one, both bad ? 11 Feb 2008 by Frans Thamura 

GWT Ext 2.0 released 11 Feb 2008 by Nazmul Idris 

GWT-Ext Widget Library 11 Feb 2008 by bloid 

GWT-Ext.2.0 11 Feb 2008 by Spider84 

Daily del.icio.us for February 6th through February 7th 7 Feb 2008 by Vinny Carpenter 

Weekly GWT Links for 2/9/08 8 Feb 2008 by Chris Fong 

Interesting Links of the week(Feb 15th 2008) 20 hours ago by Adi 

things i definitely still wanna do in 2008 14 Feb 2008 by logemann 

GWT Ext 2.0 Released 12 Feb 2008 by webcorrect 

Arriva GWT Ext 2.0 11 Feb 2008 by r.degni@html.it (Riccardo Degni) 

GWT-Ext widget library 13 Feb 2008 by Administrator 

Interesting Finds: February 11, 2008 10 Feb 2008 by Jason Haley 

GWT-ExtのHelloWorldをやってみる / Eclipse 3.3 / MacOSX 10.5 19 hours ago by p_g_ 

GWT-Ext 2.0 リリース 9 Feb 2008

Publicada la versión 2.0 de GWT-Ext 11 Feb 2008 by remoh 

GWT-EXT 2.0 : impressionant 10 Feb 2008 by Didier Girard 

Ajax a full - GWT-Ext 2.0 (0 puntos) 13 Feb 2008

AJAX News [2008-02-09 08:54:39] 9 Feb 2008 by admin 

GWT-Ext 2.0 : impressive 9 Feb 2008 by dgirard 

来週、でれくた〜 14 Feb 2008

Friday 23 February 2007

G4jsf : GWT and JSF Integration

JSF Resources :

The very cool Ajax4jsf project now has some excellent integration with the Google Web Toolkit, and Sergery Smirnov has written a tutorial showing how to use the two libraries together. He also states: “The mission of the G4jsf subproject is to shift the perception of the relationship between GWT and JSF from viewing them as competitive technologies to viewing them as naturally complementary technologies.”


G4JSF


Sunday 18 February 2007

gwt-jsviz, 2D graph

GWT API library to support JSViz within the GWT framework. This library allows you to write your JSViz application in java using GWT.
Demo
Demo JSViz
gwt-jsviz


Tuesday 13 February 2007

gwt-dnd :Drag and Drop for GWT

GWT extension library which adds drag-and-drop support to new or existing applications.
gwt-dnd


Tuesday 30 January 2007

Google Maps GWT API - 2.0.0 - Some big changes

The new version of Google Maps GWT API is available for download :
  • All classes now have real constructors, no more create methods..
  • Removed some of the GMap2Widget constructors
  • Implemented GPolygon
  • In hosted mode the GMap2Widget.getMaps() function will check to see if the Goolge Maps java script is in your HTML and will now give an error message in the GWT Log if it is missing.
Annoucement and code sample : Google Maps GWT API - 2.0.0