-
Enterprise Java
MapReduce Algorithms – Understanding Data Joins Part II
It’s been awhile since I last posted, and like last time I took a big break, I was taking some…
Read More » -
Core Java
Mockito Templates for Eclipse
Sometimes I miss the forest for the trees – and that for a disturbingly long time. I just became aware…
Read More » -
Enterprise Java
Applying aspect oriented programming
1.Introduction The main target of the aspect oriented programming is the separation of cross-cutting concerns. When we talk about cross-cutting…
Read More » -
Core Java
Playing with Java 8 Lambdas in the JDT
I’ve been playing with the language a bit while tinkering with the Java 8 support under development by the Eclipse…
Read More » -
Enterprise Java
Spring Integration Standalone application with Spring Boot
I had earlier blogged about a way to write a standalone Spring Integration application. Spring Boot makes creating this standalone…
Read More » -
Core Java
AES-256 Encryption with Java and JCEKS
Overview Security has become a great topic of discussion in the last few years due to the recent releasing of…
Read More » -
Core Java
Java 8 news
The first release candidates of Java 8, b128 and Java 8 RC2 showed up on February, fixing a serious flaw…
Read More » -
Core Java
Using Reflection for Testing
I am working on a presentation about the ‘Single Responsibility Principle’, based on my previous post. It take most of…
Read More » -
Core Java
OutOfMemoryError: solution antipatterns
Throughout those years we have kept a close eye on the problems packaged in different flavours of OutOfMemoryError message. Daily…
Read More »