Group: Wetheinter
3. XApi Core Testing Utilities16 usages
net.wetheinter » xapi-core-testApache
Some generic, non-platform specific tools for use during testing.
Last Release on May 30, 2015
4. XApi Jre Injection Implementation15 usages
net.wetheinter » xapi-jre-injectApache
All jre-specific runtime implementation for dependency injection goes in here.
Note that the xapi-core-inject core library can operate without runtime support;
so long as your services are correctly mapped in META-INF, you will not need
runtime classpath scanning or bytecode lookup.
Last Release on May 30, 2015
5. XApi Dev Mode Tools For Source Generation11 usages
net.wetheinter » xapi-dev-sourceApache
A fluent, functional codegen utility
Last Release on May 30, 2015
6. XApi Core Injection API9 usages
net.wetheinter » xapi-core-injectApache
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
7. XApi Collections Utilities8 usages
net.wetheinter » xapi-core-collectApache
Core interfaces for our collections api.
Last Release on May 30, 2015
8. XApi Gwt Injection Service8 usages
net.wetheinter » xapi-gwt-injectApache
In order to implement the core XApi dependency injection in gwt,
we had to swap out the injection methods themselves with magic methods
that call into generated-on-the-fly provider classes.
Last Release on May 30, 2015
9. XApi Public Services Exposed By XApi Core8 usages
net.wetheinter » xapi-core-utilApache
This module contains static services and default implementations for other core services.
In order to keep core dependencies as clean as possible,
we avoid accessing helpers like X_Inject so users can choose when / if they inherit larger dependencies.
Last Release on May 30, 2015
10. XApi IO Core API7 usages
net.wetheinter » xapi-core-ioApache
The core shared classes used by any code which needs to perform asynchronous communication.
Last Release on May 30, 2015
11. XApi Core Reflection APIs and Interfaces6 usages
net.wetheinter » xapi-core-reflectApache
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
12. XApi Core Interfaces and Annotations5 usages
net.wetheinter » xapi-core-apiApache
This module contains only interfaces, annotations and static service classes used throughout XApi.
Last Release on May 30, 2015
13. XApi Gwt Collections Implementation4 usages
net.wetheinter » xapi-gwt-collectApache
XApi Gwt Collections Implementation
Last Release on May 30, 2015
14. XApi Data Model Core API4 usages
net.wetheinter » xapi-core-modelApache
The core shared classes used by any code which needs model support.
Last Release on May 30, 2015
15. XApi Jre Reflection and Classpath Scanning4 usages
net.wetheinter » xapi-jre-reflectBSD
This module contains a classpath scanner, and bytecode reader.
It is useful in any java runtime environment, and allows java code to
parse bytecode into a meta structure of classes, annotations, methods and fields.
This meta structure is used throughout xapi to allow us to extend java structures
in a cross-platform compliant way (exposing services and service objects so
you can hack support for whatever runtime you need).
It is especially useful for fast runtime injection, and as an ...
Last Release on Apr 13, 2013
17. XApi Gwt Testing Utilities4 usages
net.wetheinter » xapi-gwt-testApache
Gwt testing utils
Last Release on May 30, 2015
18. XApi Classpath Scanner3 usages
net.wetheinter » xapi-dev-scannerApache
A classpath scanner that uses our fork of javassist to read
classes, java sources and resources off the classpath.
Last Release on May 30, 2015
19. GWT Reflection3 usages
net.wetheinter » gwt-reflectApache
GWT Reflection
Last Release on Feb 23, 2014
20. XApi Gwt Reflection Implementation3 usages
net.wetheinter » xapi-gwt-reflectApache
XApi Gwt Reflection Implementation
Last Release on Feb 23, 2014