https://github.com/johnament/vertx-cdi
Vert.x w/ CDI Example
https://github.com/johnament/vertx-cdi
Last synced: 8 months ago
JSON representation
Vert.x w/ CDI Example
- Host: GitHub
- URL: https://github.com/johnament/vertx-cdi
- Owner: johnament
- Created: 2015-03-21T17:16:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T17:16:33.000Z (about 11 years ago)
- Last Synced: 2025-04-24T09:39:28.606Z (about 1 year ago)
- Language: Java
- Size: 105 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Demo of CDI w/ Vert.x
http://vertx.io/ for information on Vert.x
http://weld.cdi-spec.org/ for information on Weld
The idea here is to demonstrate interoperability between a DI platform (CDI/Weld) and Vert.x, a reactive framework.
Several ideas are pitched here.
- Launching Vert.x within a CDI component.
- Managing Vert.x verticles as CDI Managed Beans
- Bridging CDI Events and Vert.x Events