An extended GWT JRE Emulation Library that picks up where GWT's basic set left off.

Effort is made to ensure the JRE emulated library is as API compatible as possible.

You can import the entire GWTx Java emultation by adding the following import to your .gwt.xml file:

<inherits name="com.googlecode.gwtx.Java"/>

Additionnaly, GWTx provide support for some Java extension API, including :

You can import the entire GWTx Javax emultation by adding the following import to your .gwt.xml file:

<inherits name="com.googlecode.gwtx.Javax"/>