首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Use commons-logging API in GWT applications

Use commons-logging API in GWT applications

资 源 简 介

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
VIP VIP
0.177189s