-
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 » -
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More » -
Enterprise Java
Lets Crunch big data
As developers our focus is on simpler, effective solutions and thus one of the most valued principle is “Keep it…
Read More » -
Software Development
A Framework for Enterprise Software
For decades, the companies in this industry have produced sophisticated and complex products. They are difficult to assemble, require the…
Read More »