gwt

web

Ways of setting a CSS property to an element in Google Web Toolkit [UPDATED]

This post talks about ways to add or modify a CSS property of an element in Google Web Toolkit (GWT).

Read
web

GWT, state and external application-handled links

I came across the problem of having to open an external link (handled by a specific application, in this case Spotify from a Google Web Toolkit (GWT) application. The link does not load an actual page in the browser but only triggers Spotify to play songs from the artist specified in the link.

Read