Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.17 KB

java-ee.md

File metadata and controls

16 lines (13 loc) · 1.17 KB

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.


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...