Skip to content

sujithjay/weldj

Repository files navigation

Weldj

Java Bindings for Weld

How to Generate Weldj?

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.

How to Use 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.

Building

As a vanilla Gradle project, you can build Weldj as follows:

$ cd weldj
$ gradle build