|
|
The goal of GWTx is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google.
Currently emulated JRE classes include:
- java.io.Serializable
- java.beans.PropertyChangeSupport
- java.beans.PropertyChangeListener
- java.beans.PropertyChangeListenerProxy
- java.beans.PropertyChangeEvent
- java.beans.IndexedPropertyChangeEvent
- java.util.EventListenerProxy
- java.util.StringTokenizer
- java.util.logging.*
Usage:
- Download the GWTx.jar file from the downloads linked on the right of this page and add it to your project's classpath.
- Add the inherits to your .gwt.xml: <inherits name='com.googlecode.gwtx.Java'/>
- Use any of the above emulated classes like you normally would.
It's my hope that these classes get included in the official GWT distribution. I also hope that the GWTx project can become the unofficial de facto place to go for additional emulated JRE classes for use in client code that aren't provided by GWT.
If you wish to join the project and are willing to make sure your contributions are ASL 2 licensed then let me know.
