Artifacts using XApi Core Interfaces and Annotations (5)
The core dependencies of the XApi gwt/java cross-platform library.
This module contains the basic interface layer, logging, dependency injection
and a slew of gwt jre emulation classes.
Last Release on May 30, 2015
All of our modules, somewhere along the way, use reflective structures
wrapping java objects from various apis.
Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses
a bytecode scanner to read in .class files.
Last Release on May 30, 2015
This module contains the basic logger interface,
and a few adapter implementations.
Note, to use an adapter, you will be responsible for providing dependencies;
this module only uses provided scope, to avoid leaking dependencies for ...
Last Release on May 30, 2015
All Gwt jre emulation code goes in this module,
as well as any gwt-compiler overrides.
xapi-gwt-api.jar must come before gwt-dev.jar on your compile classpath.
Last Release on May 30, 2015
- Prev
- 1
- Next