My new book Java EE 8: Only What’s New covers all the new features of Java EE 8 and explains each one with code examples. Let’s have a look at some of the [...]
There are many scenarios where you might want to have more that one version of a bean and use it for different purposes. The typical justification for an alternative bean is [...]
Get Started with Context and Dependency Injection In this article, I will give an overview of some of the fundamental concepts and usages of the Context and Dependency [...]
Get Started with Context and Dependency Injection In part one of this introduction to CDI I introduced the concept of Context and Dependency Injection and talked about [...]
The Java EE programming model has been simplified substantially since J2EE. Annotations have replaced the XML description files, convention over configuration have replaced [...]