Last Version

XApi (Extremely Extensible Cross-Platform API) 0.5

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi
Version

Version

0.5
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/WeTheInternet/xapi
Project Organization

Project Organization

The Internet Party
Source Code Management

Source Code Management

http://github.com/WeTheInternet/xapi

Download xapi 0.5

Filename Size
xapi-0.5.pom 29 KB
xapi-0.5-tests.jar 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • gwt
  • jre
  • dev
  • server
  • maven