DOC

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.

Table Of Contents

Latest Version

Download net.wetheinter : xapi Javadoc & API Documentation - Latest Versions:

All Versions

Download net.wetheinter : xapi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5
0.4
0.3

How to open Javadoc JAR file in web browser

  1. Rename the file xapi-0.5-javadoc.jar to xapi-0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder xapi-0.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "xapi-0.5-sources.jar" -d "xapi-0.5-javadoc" -subpackages 

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