Ever wanted to use Piwik on your GWT enabled sites? This library implements a java class for GWT allowing you to use Piwik functionality such a recording page hits, outbound link clicks and goals.
For now it is a simple wrapper around the piwik.js javascript, however, if time permits i’ll write a GWT java based implementation. [...]
Dev and some…
You are currently viewing the author archives of michel
Author Archives
GWT wrapper for Piwik
Implementing getElementsByClassName for Google Web Toolkit
Although the DOM implementation in GWT is very good, one function that I personally use a lot has been missing since the beginning and is also not expected to be there in release 2.1, getElementsByClassName.
The function is similar to getElementsByTagName, but instead of matching all elements against the tag name (e.g. A, DIV) it matches [...]