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...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
Apress,
[2019]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.