CDI Events
- Dominant language
- Java
- Stars
- 400
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
Java EE contains CDI, which provides Events. Java EE contains JAX-RS, which provides events (in the sense of @Suspended -> .resume()). Readers might wonder why JAX-RS does not tell a word on CDI Events. It would allow interesting scenarios, where a MDB receives a JMS message, triggers a CDI event, and that CDI event resumes a suspended JAX-RS response. As one idea of Java EE 7 is to further integrate the participating technologies and specifications, this scenario is a killer for MDB/JMS, CDI Events and JAX-RS async responses: This scenario allows to integrate asynchronous integration of different technologies, and as such is a perfect technology suite for implementing business processes ontop of Java EE 7!
#### Environment
Jersey 2.0 M08-1, JAX-RS 2.0 M12, JRE 1.7.0_07
#### Affected Versions
[2.1]
Contributor guide
Assessment
This issue has not been assessed yet.