-
Core Java
Java Deadlock Example – How to analyze deadlock situation
Deadlock is a programming situation where two or more threads are blocked forever, this situation arises with at least two…
Read More » -
Enterprise Java
Adding Turbochargers to JEE Apps
One of the key roles, I play is evangelizing Akka within my local community. As part of the discussions, the…
Read More » -
Software Development
Jenkins enhancements without plugins
Jenkins is a popular open source continuous integration server. I use it heavily. Jenkins is super extensible CI server with…
Read More » -
Software Development
In-experienced development = Bowl full of Soup
There are times when things become an uphill task all of a sudden. It happened to me in my last…
Read More » -
Enterprise Java
GET / POST with RESTful Client API
There are many stuff in the internet how to work with RESTful Client API. These are basics. But even though…
Read More » -
Enterprise Java
Java Thread: retained memory analysis
This article will provide you with a tutorial allowing you to determine how much and where Java heap space is…
Read More » -
Enterprise Java
Easier Multi-Field Validation with JSF 2.0
One of the most frequent needs when developing application forms is multi-field validation (or cross-field, but I’m not using this…
Read More » -
Software Development
The Differences Between Test-First Programming and Test-Driven Development
There seems to be some confusion between Test-First Programming and Test-Driven Development (TDD). This post explains that merely writing the…
Read More »