What's new? | Help | Directory | Sign in
Google
gwtx
An extended GWT JRE Emulation Library that picks up where GWT's basic set left off
  
  
  
  
    
License: Apache License 2.0
Labels: gwt, java, emul, web, javascript
Show all Featured Wiki Pages:
FAQ
Join project
Project owners:
  sandymac

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:

Usage:

  1. Download the GWTx.jar file from the downloads linked on the right of this page and add it to your project's classpath.
  2. Add the inherits to your .gwt.xml: <inherits name='com.googlecode.gwtx.Java'/>
  3. 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.