XApi - Jre concurrency layer · A default Jre concurrency layer; made extensible for other runtimes.
Group: net.wetheinter - All Dependencies
XApi - Jre core API · A jre client-side implementation of xapi-core-io. xapi-server-api will extend this functionality to servlets.
XApi - Jre implementation of basic utils · This module contains jre default implementations of various basic utilities.
XApi - Gwt IO implementation · A client-side implementation of io for gwt, which can adapt to various io providers. The inital version will simply use GWT-RPC, but will provide a mutable factory to inject custom strategies.
XApi - Gwt uber jar · This module exists solely to package all other gwt 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.
XApi - Bytecode Reader · A lightweight (readonly) fork of javassist, used to load class structure, annotations and metadata from bytecode.
XApi - Common dev mode tools · Tools for doing shared dev-mode things; classpath scanning, task dispatching, shell scripting...
XApi - Core Html utils · The core API for generating html from data models.
XApi - Core UI Apis · Shared api abstractions for user interfaces
XApi - Core concurrency layer · The basic interfaces and services of the concurrency service.
XApi - Argument Processors · This module contains a basic argument processor subsystem, based on the GWT ArgProcessor classes.
XApi - Gwt Compiler Api · This module contains the core api surrounding a gwt compile. It exposes compile events, and interfaces to act as controllers. The default implementations will function only from a command line (or web server). The other modules are gui frontends that merely speak to an api backend.
XApi - GWT Enhancements for zero-overhead Model-to-Html templating · A set of generator utils to create raw html from annotated data models.
XApi - GWT AutoUi (generating GWT UI's based on model interfaces) · A set of generator utils to create GWT views and editors from your data models.
XApi - GWT concurrency implementation · A GWT scheduling service, designed to give better shared interop with concurrent code. Plans are in the works to implement java.lang.Thread as web workers in the future.
XApi - GWT implementation of data model · This module contains the generators needed to enable GWT support for our model interfaces.
XApi - Elemental Implementations · An advanced elemental-based auto-generating template / widget framework
XApi - Code Generator Templates · A templating system for using in creating cross-platform frameworks.
XApi - Command line interface. · Some basic handling around executing processes outside of the jvm. Just a friendly reminder, This code comes with ZERO warranty.
XApi - Pom scanner and portable maven api · A set of tools for scanning all sorts of maven data.
XApi - java.io.File utilities · Helper methods for dealing w/ java.io.File