Bookmarks tagged [java-ee]
https://jcp.org/en/jsr/detail?id=346
Contexts and Dependency Injection for Java EE (CDI) 1.0 was introduced as part of the Java EE 6 platform, and has quickly become one of the most important and popular components of the platform.
- tags: java-ee, cdi, specifications
https://docs.jboss.org/weld/reference/latest/en-US/html_single/
The CDI specification defines a set of complementary services that help improve the structure of application code. CDI layers an enhanced lifecycle and interacti...
- tags: cdi, docs, java-ee, implementations