Files
helidon/integrations/README.md
Romain Grecourt 0f6403374f Application poms (#1022)
Create a new parent pom hierarchy to fit new applications-pom
Updated all examples to use the new application-poms
Normalized examples README.md
Updated examples Dockerfile to multi-stage
Remove dependency management for microprofile-metrics-api and leverage the transitive dependencies of helidon-metrics and helidon-metrics2.
2019-09-12 15:48:09 -07:00

579 B

Helidon Integrations

The Helidon Integrations project contains adapter code that integrates various useful external services into Helidon MicroProfile.

serviceconfiguration

The serviceconfiguration subproject provides mechanisms for automatically configuring and in some cases provisioning services.

cdi

The cdi subproject contains CDI http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#spi[portable extensions] that integrate various external services into CDI containers. Some subprojects make use of the serviceconfiguration subproject described above.