For anybody else struggling to get the keyword working
in gwt and eclipse, I suggest following the steps here:
http://fredsa.allen-sauer.com/2009/04/1st-look-at-app-engine-using-jdo.html
(there's a small section relevant to super-source on that page, with
which I was finally able to get it working
Hiya,
I've created a JavaScript array wrapping class for my client code,
which works great (accessed like an arraylist, but compiles directly
to a JS array with minimal overhead), which has proven to give a big
gain in performance over the default emulated ArrayList.
I've started on shared code (