-
Notifications
You must be signed in to change notification settings - Fork 24
Microprofile
Gordon Hutchison edited this page Sep 23, 2016
·
4 revisions
The Microprofile distribution is a set of dependencies that bring in the required components to run a Microprofile based app - CDI, JAX-RS and JSON-P. It simply wraps dependencies for Undertow, CXF and Weld for you from Hammock, in addition to the external dependency on Apache Johnzon. To depend on this, add a dependency on ws.ament.hammock:dist-microprofile
The Microprofile samples application assumes certain things - basically that its on an application server. This isn't specified, however you can run the samples using Hammock. A fork of these samples can be found on the Hammock GitHub Page.