java-ee.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [java-ee]
www.codever.land/bookmarks/t/java-ee
JSR 346: Contexts and Dependency Injection for JavaTM EE 1.1
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
CDI Reference Implementation latest
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