Please enable JavaScript.
Coggle requires JavaScript to display documents.
JEE Platform Basics (Injection) (purpose (obtain reference to (resources,…
JEE Platform Basics
(Injection)
purpose
without instantiating
obtain reference to
resources
objects
usage
Annotations
injection point
types
Resource Injection
JNDI Resource
Resource
annotation
resolve by name
Dependency Injection
managed beans/class
CDI beans/class
make managed beans
scope annotation
use managed beans
Inject
annotation
resolved by type