Category Archives: jsf

CDI: Context and Dependency Injection (JSR-299)

Introduction Fundamental Services * Contexts – Bind stateful components to lifecycle contexts (i.e. client does not control bean’s lifecycle, container does) – Lifecycle contexts are well defined and extensible * Dependency injection – Inject components into an application in a … Continue reading

Posted in jsf | Leave a comment