is not current version
Last Version 0.5

net.wetheinter:xapi 0.4

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.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi
Version

Version

0.4
Type

Type

jar

Download xapi 0.4

Filename Size
xapi-0.4.pom 28 KB
xapi-0.4-tests.jar 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi/
implementation 'net.wetheinter:xapi:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi/
implementation ("net.wetheinter:xapi:0.4")
'net.wetheinter:xapi:jar:0.4'
<dependency org="net.wetheinter" name="xapi" rev="0.4">
  <artifact name="xapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi" % "0.4"
[net.wetheinter/xapi "0.4"]