The primary purpose of weld-vertx
is to bring the CDI programming model into the Vert.x ecosystem, i.e. to extend the tool-kit for building reactive applications on the JVM.
WeldVerticle
to start/stop the CDI container (using Weld SE) - see also Core@ApplicationScoped
beans for io.vertx.core.Vertx
and io.vertx.core.Context
- see also Coreio.vertx.ext.web.Route
in a declarative way, using @org.jboss.weld.vertx.web.WebRoute
- see also WebBrief documentation can be found at: http://docs.jboss.org/weld/weld-vertx/latest/
To build simply run:
$ mvn clean install