-
Core Java
Of Hacking Enums and Modifying ‘final static’ Fields
In this newsletter, originally published in The Java Specialists’ Newsletter Issue 161 we examine how it is possible to create…
Read More » -
Enterprise Java
Using Builder Pattern in JUnit tests
This is not intended to be a heavily technical post. The goal of this post is to give you some…
Read More » -
Software Development
The feedback cycle and runtime governance
Introduction Runtime governance can be defined as the process which allows you to control and manage parameters in your runtime…
Read More » -
Agile
The Wrong Notion of Time
No one wakes up in the morning and say “Today I’m gonna screw up. Today I’m gonna piss my boss…
Read More » -
Core Java
Do you get Just-in-time compilation?
Remember the last time when you were laughed at by C-developers? That the Java is so slooooow that they would…
Read More » -
Enterprise Java
Getting started with Apache Camel
In a previous blog-post we got to know about enterprise integration patterns (EIPs). Now in this post we will look…
Read More » -
Core Java
Decorate with decorator design pattern
Decorator pattern is one of the widely used structural patterns. This pattern dynamically changes the functionality of an object at…
Read More » -
Core Java
Changes to String.substring in Java 7
It is common knowledge that Java optimizes the substring operation for the case where you generate a lot of substrings…
Read More » -
Software Development
The Big List of 256 Programming Languages
The holiday season typically brings lots of vacation time for people. Instead of sitting around and being lazy, why not…
Read More »