-
Scala
First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately…
Read More » -
Enterprise Java
Red Hat Openshift: Getting started – Java EE6 in the Cloud
For a while now I’m looking into ‘the cloud’. Looking into its features, what it can do, why we should…
Read More » -
Enterprise Java
Java EE6 CDI, Named Components and Qualifiers
One of the biggest promises java EE6 made, was to ease the use of dependency injection. They did, using CDI.…
Read More » -
Enterprise Java
Java EE Past, Present, & Cloud 7
One prominent topic of the recent JavaOne 2011 was the next major Java EE 7 release. As stated in the…
Read More » -
Enterprise Java
Java EE6 Decorators: Decorating classes at injection time
A common design pattern in software is the decorator pattern. We take a class and we wrap another class around…
Read More »