Pro CDI 2 in Java EE 8 an in-depth guide to context and dependency injection

Use CDI and the new CDI 2.0 to automatically manage the lifecycle of your applications beans using predefined scopes and define custom lifecycles using scopes. In this book, you will see how you can implement dynamic and asynchronous communication between separate beans in your application with CDI...

Full description

Bibliographic Details
Main Authors: Beernink, Jan, Tijms, Arjan (Author)
Format: eBook
Language:English
Published: New York Apress 2019
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • 1. The History of CDI
  • 2. Beans as the Component Model in EE
  • 3. Identifying Beans
  • 4. Scopes
  • 5. Events
  • 6. Interceptors
  • 7. Dynamic Beans
  • 8. CDI in Java SE.