Please enable JavaScript.
Coggle requires JavaScript to display documents.
JEE Context & Dependency Injection (CDI) (Bean Injection (qualifier…
-
Injection Process Flow for JSF page
1.) Almost any object in the application can be injected since it is done by type.
2.) qualifiers identify which implementation of the interface to inject
3.) For a web application to use beans with injected objects, the bean's definition must be:
3.1) "scoped" to properly handle the context.
3.2) "named" for use with EL.
3.3) have getter and setter to access fields.