Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - article

Entries feed - Comments feed

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

Monday 19 March 2007

GWT : Building a navigation bar

canoo :

Many nice and home-grown websites contain a navigation bar. But without a special design tool a navigation bar is not easy to build because it typically involves JavaScript programming. My idea was to build a simple and convenient tool such that a non-technical person with basic knowledge about static HTML can easily include a corresponding navigation bar in its pages.

Building a Regular Website with the Google Web Toolkit
Demonstration