April 30th, 2007 - Written by in Using GWT
Google Web Toolkit Solutions: Cool and Useful Stuff is a 112 page e-book by David Geary. The Ajaxian has posted a mini review of this book:
Over all, the book doesn’t skimp on explanations and code samples and is written in a clear style. It doesn’t address unit testing with JUnit, but I suppose you can get that information elsewhere. For those of you who like to learn by doing, this is a decent tutorial (and worth the $10 price tag) that can tide you over until the bigger GWT tomes come out.
April 20th, 2007 - Written by in News
Version 0.6 of the excellent GWT Window Manager library has been released. The improvements (from Luciano’s newsgroup posting):
- Hide effects when closing frames.
- 4 new great themes added to the release.
- Setting a theme on GDesktopPane changes all the themes of its GInternalFrame’s.
- Different themes for selected and unselected frames.
- GFrameAdapter added for easier listener management.
- Better code architecture by refactoring into GFrame/GInternalFrame/GDialog.
- Frames with URL content are no longer reloaded when resized.
- Faster dragging of frames with different drag modes.
April 8th, 2007 - Written by in Using GWT
Dr. Heinz Kabutz of the Java Specialists’ Newsletter has devoted his latest article to GWT. In it, he walks through a port of his simple math tutor web application for the purposes of learning about GWT. Good tutorial for those new to GWT.
Maxi Maths Demo