资 源 简 介
Implementation of commons-logging that fit into the GWT API
A downgrade of the original Apache Commons Logging that fit into the emulated JRE that run in GWT applications.
Now you can use commons-logging on the client side as you usually use on the server-side.
As logger you can use:
The GWT Shell gwt-log
GWTx"s java.util.logging
Compiling the sources
On the SVN repository you can find the Eclipse project, all you have to do to let him compile is to define (if not yet defined on your Eclipse configuration) a variable named "GWT_HOME" that points where you expanded your gwt binaries.
After you"ve done this, you can rebuild the JARs using the included build.xml.
Using the binaries
Build Time
You can use directly the jar from the download area or the one generated from the previous step.
Suppose now