Last Version

net.wetheinter:gwt-method-inject 2.5.1

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

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

gwt-method-inject
Version

Version

2.5.1
Type

Type

jar
Description

Description

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 Organization

Project Organization

The Internet Party

Download gwt-method-inject 2.5.1


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

Dependencies

provided (2)

Group / Artifact Type Version
net.wetheinter : xapi-dev-source jar 0.4
com.google.gwt : gwt-dev jar 2.5.1

test (2)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.5.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.