Jakarta EE Cookbook
上QQ阅读APP看书,第一时间看更新

Using Jakarta CDI to inject context and dependencies

Jakarta Contexts and Dependency Injection (CDI) is one of the most important APIs under the Jakarta EE umbrella. Introduced in Java EE 6, it now has a big influence over many other APIs.

In the recipe, you will learn how to use Jakarta CDI in a couple of different ways and situations.