-
Career
Traditional Programming Language Job Trends – 2013-02
The winter edition of the job trends are back! Today, we are looking at traditional programming languages, which currently include…
Read More » -
Core Java
Analysing a Java Core Dump
In this post, I will show you how you can debug a Java core file to see what caused your…
Read More » -
Enterprise Java
Introduction to Collated Views with Couchbase 2.0
Most of the applications have to deal with ‘master/detail’ type of data: breweries and beer department and employees invoices and…
Read More » -
Enterprise Java
JSF – Eager CDI beans
Everybody knows eager managed beans in JSF 2. @ManagedBean has an eager attribute. If eager=’true’ and the scope is application,…
Read More » -
Desktop Java
JavaFX: Space Invaders in less than 175 LOC
With the current version of the API I’m at less than 175 LOC for Space Invaders. I’ve got lot’s of…
Read More » -
Desktop Java
Styling JavaFX Pie Chart with CSS
JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors.…
Read More » -
DevOps
Releasing more often drives better Dev and better Ops
One of the most important decisions that we made as a company was to release less software, more often. After…
Read More » -
Software Development
Java is dead (again)
Here is a couple of responses to this annual question I thought worth sharing: The Day Java lost the Battle…
Read More » -
Core Java
Testing Expected Exceptions with JUnit Rules
This post shows how to test for expected exceptions using JUnit. Let’s start with the following class that we wish…
Read More »