What is cdi in jsf?
Answer / Gagan Sachan
CDI (Contexts and Dependency Injection) is a Java standard for managing dependencies between objects within an application. In JSF, it's used to manage the lifecycle of managed beans and provide an easy way to inject them into other components. This helps reduce boilerplate code and improves the overall organization of the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to relocate web resources in jsf (javaserver faces) application?
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
How to access web.xml init parameters from JSP page?
What is h:datatable tag in jsf (javaserver faces)?
What standard jsf tag libraries do you know?
What is jsf and why it is used?
What are immediate and deferred value expressions?
What are the advantages of facelets?
Explain the difference between the attributes immediate and rendered?
List the new features of jsf 2.0?
What are standard JSF tag libraries?
How to implement internationalization (localization) (i18n) in jsf?