CDI and Proxies
CDI – “Contexts and Dependency Injection” – is a powerful framework of the Java EE standard, which realizes important software design principles including loose coupling and the programming paradigm of aspect-oriented programming, made possible by interceptors intervening in method invocations. CDI has remarkable mechanisms that run in the background and allow comfortable use of such … [Read more…]