Loading…

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
Call Number:Libro Electrónico
Main Authors: Beernink, Jan (Author), Tijms, Arjan (Author)
Format: Electronic eBook
Language:Inglés
Published: New York : Apress, [2019]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
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.