I have a general question about gwt compilation.
When I open gwt-dev.jar I can see some common packages like javax.xml.parsers What is the reason for having these common classes here ? I know GWT compiler need all java sources but I can't find any .java file inside gwt-dev !
I am confused, when I am inserting javax.xml.parsers.DocumentBuilder, compiler says Source not found, that s fine because it should not be part of JRE emulation, but why we have this class inside gwt-dev ?!!!
Second question is where are the JRE source files for gwt compiler ?
I appreciate anyone can leave me a link for this concept ....
Thanks