
This article discusses CDI based AOP in a tutorial format.
CDI is the
Java standard for dependency injection (DI) and interception (AOP). It is evident...
18 replies - 27161 views - 05/25/11 by Rick Hightower in Articles

CDI provides a pluggable architecture allowing you to easily process your own annotations.
Read this article to understand the inner workings of CDI and...
27 replies - 53696 views - 04/05/11 by Rick Hightower in Articles

CDI is the
Java standard for dependency injection (DI) and interception (AOP). It is evident
from the popularity of DI and AOP that Java needs to...
18 replies - 74097 views - 03/28/11 by Rick Hightower in Articles