Group: Wetheinter
61. XApi GWT UI SuperPOM
net.wetheinter » xapi-gwt-ui-parentApache
This super module contains the gwt user interface layer for xapi.
Last Release on May 30, 2015
62. XApi Gwt Compiler Implementation
net.wetheinter » xapi-gwtc-implApache
This module contains the business logic of running gwt compiles.
It implements and exposes all functionality of the gwt compiler,
and should only ever be included in dev-mode runtimes that need to perform gwt compiles.
In the maven plugin, the jre frontend and this backend are used together in one runtime.
In the collide plugin, the gwt frontend runs in the browser, and this backend runs in vert.x server.
Last Release on May 30, 2015
63. XApi Jre Uber JAR
net.wetheinter » xapi-jreApache
This module exists solely to package all other jre modules into a single
uber jar. This makes deploying to non-mavenized targets much easier.
Of course, you would be wise to inherit your dependencies individually;
the uber jar is intended for projects like collide,
which have complex configuration, and adding many jars would be a pain.
It also allows dependent modules to discover new features,
as modules graduate from labs to final, they will be added here.
As you type ...
Last Release on May 30, 2015
66. XApi Gwt SuperPom
net.wetheinter » xapi-gwt-parentApache
This is the main aggregator for all gwt submodules.
All gwt-specific code resides here.
Submodules should avoid inheriting from each other unless necessary.
This goes for maven structure and gwt.xml structure.
The super module is where our jre emulation layer and super-source live;
all modules should inherit super, and a minimum of other modules.
Some modules, like injection, are fulfilling an api in the core module,
and should be accessed only through core service interfaces.
...
Last Release on May 30, 2015
67. RequestFactory Client
net.wetheinter » requestfactory-client
RequestFactory Client
Last Release on May 25, 2015
68. XApi Dev Mode Gwt Compiler
net.wetheinter » xapi-dev-gwtcApache
This module is a parent for the gwt compiler api, and a number of gui implementations.
The core module is an event-based wrapper around gwt compile events,
as well as a set of UI controller interfaces which must be implemented.
Frontends for gwt and jre are provided, which will replace the compilers used in maven and collide.
Last Release on May 30, 2015
69. XApi Dev Uber JAR
net.wetheinter » xapi-devApache
Everything needed to run a comprehensive dev environment.
Just type X_ and pick a service from autocomplete;
new dev modules will be added as they are built.
The only dev service not included in the uber jar is xapi-dev-maven,
as it includes all runtime dependencies of maven, adding ~4 seconds to build time,
and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).
Last Release on May 30, 2015
70. XApi Server SuperPom
net.wetheinter » xapi-server-parentApache
XApi Server SuperPom
Last Release on May 30, 2015
71. XApi Code Generator Templates
net.wetheinter » xapi-templateApache
A simple templating system for java codegen.
This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api.
It also includes a template processor which can take java source files formatted with "magic comments",
to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content.
//@generateWith(GeneratorClass)//
-Sets the current generator. You may use as many as you please
...
Last Release on Feb 20, 2013
72. XApi Dev Mode Super POM
net.wetheinter » xapi-dev-parentApache
Our aggregator for dev-mode tools
Last Release on May 30, 2015
73. XApi Maven Plugins
net.wetheinter » xapi-maven-pluginApache
Mojos for using xapi-dev utilies in maven builds.
Last Release on May 30, 2015