-
Software Development
Significant Software Development Developments of 2013
At the end of each calendar year, I like to summarize some of the most significant developments in the software…
Read More » -
Core Java
Closing 2013 with Core Java Posts
As 2013 starts drawing to a close, I have recently spotted several posts related to what I consider “core Java”…
Read More » -
Agile
The good Agile demand curve
I’ve been slow with this entry on Agile and the Demand Curve, apologies. Part of the reason for the delay…
Read More » -
Enterprise Java
Java: Using the specification pattern with JPA
This article is an introduction to using the specification pattern in Java. We also will see how we can combine…
Read More » -
Core Java
java.util.Random in Java 8
One of the neat features of java.util.Random class in Java 8 is that it has been retrofitted to now return…
Read More » -
Core Java
Setup your Java development environment in your new Mac in 10 minutes (updated)
This is just a small update post that references 2 older entries ( a, b) , I just combine them…
Read More » -
Core Java
RxJava: From Future to Observable
I first came across Reactive Extensions about 4 years ago on Matthew Podwysocki’s blog but then haven’t heard much about…
Read More » -
Enterprise Java
Entering Undertow Web server
With the arrival of Java EE 7 and the requirement to handle advanced features such as the Web Sockets API…
Read More » -
Enterprise Java
Simple Gradle Java Plugin Customization
As I demonstrated in the post A First Look at Building Java with Gradle, Gradle is particularly concise and easy…
Read More »