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 wit...
Main Authors: | , |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Edition: | 1st ed. 2019. |
Subjects: | |
Online Access: | Full Text via HEAL-Link |
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.