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 application’s 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...

Descripción completa

Detalles Bibliográficos
Autores principales: Beernink, Jan. author (author), Tijms, Arjan. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630771006719
Tabla de Contenidos:
  • 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.