Joshua Java

Posts Tagged ‘GWT

Animated GMap dropped marker with GWT

Posted by: Joshua on: October 29, 2008

Yesterday we were evaluating GWT to be used as a wrapper for the GMap API. And one thing we need in our apps is to be able to drop marker and follow where the last marker is dropped.

Tags:

Using GWT’s Hyperlink widget

Posted by: Joshua on: October 24, 2008

Okay, so here’s the problem what I faced recently. I’m doing a research on using GWT because we’re currently evaluating whether or not to use GWT in the future. I am trying to use GWT and stuck on using the Hyperlink widget. There were two problems that I faced:

First I need to figure out how [...]