GWT: Javascript implementation of JRE classes
- by chris_l
Sometimes I'd like to take a peek into the implementation of the JRE classes, which is used to generate the JavaScript code.
For some classes, I can find a corresponding implementation by guessing its name, e.g. com.google.gwt.core.client.impl.StringBuilderImpl. But where's the implementation for java.util.Date for example? Where do I find it, and how does GWT find it (via some configuration file?)