https://github.com/microbean/microbean-helidon-jerseysupport-cdi
https://github.com/microbean/microbean-helidon-jerseysupport-cdi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/microbean/microbean-helidon-jerseysupport-cdi
- Owner: microbean
- License: apache-2.0
- Created: 2019-01-30T01:09:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T07:33:55.000Z (over 7 years ago)
- Last Synced: 2025-03-21T17:04:01.627Z (about 1 year ago)
- Language: Java
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microBean Helidon `JerseySupport` CDI
This project consists of a CDI 2.0 portable extension that ensures
that Helidon's `JerseySupport` class is registered as the sole
`Service` in an embedded Helidon `WebServer` that runs inside the CDI
2.0 container.
For more background on this sort of thing, you might want to see the
[microbean-helidon-webserver-cdi](https://microbean.github.io/microbean-helidon-webserver-cdi/)
project.