Java Bindings for Weld
The bindings were generated using Swig. The C
header files published by the weld-project here as of release 0.4.0 were fed into Swig. The steps to regenerate Weldj
are documented in How to Generate Weldj.
This is a work in progress.
The intention is for Weldj
to be built (refer section on Building), and included as a dependency in JVM applications intending to use Weld
. WeldRunner provides a very minimal example of this.
As a vanilla Gradle project, you can build Weldj
as follows:
$ cd weldj
$ gradle build