-
Agile
Estimate Theater
Scene 1: Tragedy We’re in a retrospective. This was after a major event, so we discussed a few of the…
Read More » -
Enterprise Java
Web service application with JAX-WS and Spring
1. Introduction It has been a long wait, but I am finally publishing a tutorial on creating the first SOAP based web…
Read More » -
Core Java
C code always runs way faster than Java, right? Wrong!
So we all know the prejudice that Java being interpreted is slow and that C being compiled and optimized runs…
Read More » -
Core Java
Improved Documentation of HotSpot Options in Java 8
One of the small but welcome features introduced with Oracle’s HotSpot implementation of Java 8 is the addition of many…
Read More » -
DevOps
Enable Docker Remote API on Docker Machine on Mac OS X
Docker daemon provides a Remote REST API. This API is used by the Client to communicate with the engine. This API…
Read More » -
Software Development
Pills of Eventual Consistency
A question raises spontaneously: why Eventual Consistency? Isn’t ACID enough? Let’s try to understand the need for Eventual Consistency guarantees…
Read More » -
Software Development
Abstract Factory or Factory Method?
Today I would like to tell you about Factory Method Pattern and Abstract Factory Pattern. The purpose of the article…
Read More » -
Software Development
The spectacular instability of good code structure
A previous post noted that source code structure decays because there are many more ways to build a poorly structured…
Read More » -
Enterprise Java
Apache Hadoop Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive Apache Hadoop Tutorial. Apache Hadoop is an open-source software framework written…
Read More »