MVN

net.wetheinter : xapi

Maven & Gradle

May 31, 2015

XApi (Extremely Extensible Cross-Platform API) · XApi is a dependency injection, service-oriented, polyglot java framework. It is comprised of standalone modules for use in web, desktop and mobile java applications. This codebase enables complete reuse of all code across your java stack, as well as the ability to easily define your own Platform, so you can build your own customized runtime environment to extend or replace existing platforms. It is currently geared towards servlets and gwt clients, but the target we are currently developing include: java, gwt [webkit, firefox, ie], javafx, playn [android, ios, flash], appengine & vert.x For Google Web Toolkit, we also include reflection support, more complete emulation of java.lang.Class, zero-overhead dependency injection, a range of code generation utilities, and even "magic-method injection" (for production compiles any method in the app can be swapped out with others based on configuration properties, or any AST mangling / code generating methods you wish to write). There is also a bytecode transformer in the works which will replace calls into the DI utility with direct references to static final factories, to allow the java compiler to completely erase all injection overhead in all java runtimes.

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wetheinter : xapi to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of net.wetheinter : xapi to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
xapi-0.5
0.4
xapi-0.4
0.3
xapi-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi</artifactId>
    <version>0.5</version>
</dependency>

Advertisement

Dependencies from Group

May 31, 2015
17 usages
May 31, 2015
16 usages
May 31, 2015
12 usages
May 31, 2015
10 usages
May 31, 2015
9 usages

Discover Dependencies

May 25, 2015
1 usages
May 25, 2015
1 usages
May 25, 2015
1 usages
May 25, 2015
7 usages
May 25, 2015
2 usages
May 25, 2015
7 usages
May 25, 2015
3 usages
gwt
May 25, 2015
May 27, 2015