-
Core Java
Investigating Deadlocks – Part 3
In my previous two blogs in this series, part 1 and part 2, I’ve demonstrated how to create a piece…
Read More » -
Enterprise Java
JUnit Rules
The first time I stumbled over a JUnit @Rule annotation I was a bit irritated of the concept. Having a…
Read More » -
Android Core
Android Reverse Engineering and Decompilation
Reverse engineering of android java app using apktool, dex2jar, jd-gui to convert .apk file to .java. By reverse engineering of…
Read More » -
Enterprise Java
Spring: Setting Logging Dependencies
This post describes how to set-up logging dependencies in Spring. It is based on information available in a post by Dave…
Read More » -
Core Java
Prototype Design Pattern: Creating another dolly
It’s really a time consuming process to create objects and also an expensive affair. So we are now on a…
Read More » -
Core Java
Java 7: File Filtering using NIO.2 – Part 2
Hello all. This is Part 2 of the File Filtering using NIO.2 series. For those of you who haven’t read Part…
Read More » -
Core Java
Applying a Namespace During JAXB Unmarshal
For some an XML schema is a strict set of rules for how the XML document must be structured. But…
Read More » -
Groovy
Grails SQL Logging part 2 – groovy.sql.Sql
I discussed options for logging Hibernate-generated SQL in an earlier post but today I was trying to figure out how to…
Read More » -
Enterprise Java
Testing Hadoop Programs with MRUnit
This post will take a slight detour from implementing the patterns found in Data-Intensive Processing with MapReduce to discuss something…
Read More »