Re: Shared Client/Server classes, compiled from different sources

2011-09-02 Thread Nerfy
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

Shared Client/Server classes, compiled from different sources

2011-08-31 Thread Nerfy
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 (