Java EE

  • submit to reddit

CDI AOP Tutorial: Java Standard Method Interception Tutorial - Java EE

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 Dependency Injection - Tutorial II - Annotation Processing and Plugins - Java EE

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 Dependency Injection - An Introductory Tutorial Part 1 - Java EE

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