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.
In order to abstract over the various apis we wrap,
we have our own interface layer to describe java metadata,
so we can create tools to utilize java structure
independent of any given dependencies.
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.
A plugin is being built to automatically adjust maven runtime dependencies,
but users of ant or IDEs will need to ensure the super jar comes before
gwt-dev. We will petition gwt to accept our mods, but, until then,
if you want bleeding edge features, you gotta do bleeding edge configuration.
Code that ties directly into other ...
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 adapters.
Last Release on May 30, 2015
- Prev
- 1
- Next