License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdgwt-reflect |
Version | Version2.5.1 |
Type | Typejar |
Description |
DescriptionXApi 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 OrganizationThe Internet Party |
Filename | Size |
---|---|
gwt-reflect-2.5.1.pom | |
gwt-reflect-2.5.1.jar | 425 KB |
gwt-reflect-2.5.1-tests.jar | 114 KB |
gwt-reflect-2.5.1-sources.jar | 229 KB |
gwt-reflect-2.5.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/gwt-reflect/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>gwt-reflect</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/gwt-reflect/
implementation 'net.wetheinter:gwt-reflect:2.5.1'
// https://jarcasting.com/artifacts/net.wetheinter/gwt-reflect/
implementation ("net.wetheinter:gwt-reflect:2.5.1")
'net.wetheinter:gwt-reflect:jar:2.5.1'
<dependency org="net.wetheinter" name="gwt-reflect" rev="2.5.1">
<artifact name="gwt-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='gwt-reflect', version='2.5.1')
)
libraryDependencies += "net.wetheinter" % "gwt-reflect" % "2.5.1"
[net.wetheinter/gwt-reflect "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-dev-source | jar | 0.4 |
net.wetheinter : gwt-method-inject | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-dev | jar | 2.5.1 |
com.google.gwt : gwt-user | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
junit : junit | jar | 4.11 |