-
Core Java
Java deadlock troubleshooting and resolution
One of the great things about JavaOne annual conferences is the presentation of several technical and troubleshooting labs presented by…
Read More » -
Software Development
Design Patterns: Mogwai or Gremlins?
The 1994 book Design Patterns: Elements of Reusable Object-Oriented Software introduced many software developers to the concept of ‘a catalog…
Read More » -
Enterprise Java
Method Parameter Names and Spring
Continuing on the previous blog entry about Constructor and method parameters and Java not retaining the parameter names at runtime –…
Read More » -
Core Java
Packing your Java application as one (or fat) JAR
This post will target an interesting but quite powerful concept: packing your application as single, runnable JAR file, also known…
Read More » -
Core Java
Bloom Filter Implementation in Java on GitHub
A Bloom Filter is a type of Set Data Structure. For those unaware, a Set Data Structure only has one main method,…
Read More » -
Software Development
Debugging SQL query in MySQL
Recently I started writing SQL query for analyzing and debugging the production code. But I was surprised to see that…
Read More » -
Scala
Your first message – discovering Akka
Akka is a platform (framework?) inspired by Erlang, promising easier development of scalable, multi-threaded and safe applications. While in most…
Read More » -
Agile
Building Both Security and Quality In
One of the important things in a Security Development Lifecycle (SDL) is to feed back information about vulnerabilities to developers.…
Read More » -
Core Java
Investigating Deadlocks – Part 2
One of the most important requirements when investigating deadlocks is actually having a deadlock to investigate. In my last blog I…
Read More »