Enterprise Java Development@TOPIC@

Part XVIII. Context and Dependency Injection (CDI) Configuration

2019-08-22 07:11 EST

Table of Contents

Purpose
1. Goals
2. Objectives
96. Context and Dependency Injection (CDI) JSR-299
96.1. History
96.2. Injection Concept
96.2.1. Beans
96.2.2. Injection
96.2.3. Ambiguity Error
96.2.4. Qualifiers and Qualified Injection
96.2.5. Qualifier Annotation
96.3. CDI Activation
96.3.1. beans.xml
96.4. Summary
97. CDI Injection
97.1. Producer Field
97.2. Producer Method
97.3. Other Producers
97.3.1. Example JNDI Resource Lookup Producer
97.3.2. Example String Resource Producer
97.4. @Any Instance
97.5. Bean Types
97.6. Named Beans
97.7. Summary