-
Core Java
Builder Pattern: Good for code, great for tests
I’ve found the builder design pattern occasionally useful in code, but frequently useful in tests. This article is a quick…
Read More » -
Enterprise Java
Java EE 7 is final. Thoughts, Insights and further Pointers.
It took us a little less than three years to get the next Java EE version out the door. On…
Read More » -
Enterprise Java
Mapping enums done right with @Convert in JPA 2.1
If you ever worked with Java enums in JPA you are definitely aware of their limitations and traps. Using enum…
Read More » -
Agile
So, what’s in a story?
I don’t know about you, but I always feel a little nervous when it comes to writing Agile stories. I…
Read More » -
Scala
Various ways to run Scala code
For running example in this tutorial, make sure that, you have latest Java distribution and Scala distribution installed on your machine…
Read More » -
Enterprise Java
A good, lazy way to write tests
Testing. I’ve been thinking a lot about testing recently. As part of code reviews I’ve done for various projects, I’ve…
Read More » -
Core Java
Java File Merging Goes Semantic
Talk to any programmer and ask him how a merge should be: “it should understand the code, parse it, and…
Read More » -
Core Java
JVM Performance Magic Tricks
HotSpot, the JVM we all know and love, is the brain in which our Java and Scala juices flow. Over…
Read More » -
Enterprise Java
Java EE CDI dependency disambiguation example
In this tutorial we shall show you how to avoid dependency disambiguation in CDI beans. In CDI we can achieve…
Read More »