GWT: Javascript implementation of JRE classes
Posted
by chris_l
on Stack Overflow
See other posts from Stack Overflow
or by chris_l
Published on 2010-06-01T04:37:57Z
Indexed on
2010/06/01
4:43 UTC
Read the original article
Hit count: 226
gwt
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?)
© Stack Overflow or respective owner