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 » -

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 » -

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 » -

Is there a better approach to Marker?
Since the launch of Java 1.5 there has been a wide range of discussion and debate on whether to use…
Read More » -

Java features applicability
Java language and standard library is powerful, but with great power comes great responsibility. After seeing a lot of user code…
Read More » -

Java Coding Conventions considered harmful
There is an official Code Conventions for the Java Programming Language guide published on Oracle site. You would expect this…
Read More » -

Spring Constructor Injection and Argument names
At runtime, java classes do not retain the name of the constructor or method parameters, unless classes are compiled with…
Read More » -

Github Gists in Eclipse
I’d like to describe simple steps regarding integrating GitHub Gists in Eclipse. There are several sources which provoke me to…
Read More » -

Advanced ZK: Asynchronous UI updates and background processing – part 2
Introduction In part 1 I showed how server push and threads can be used to execute background tasks in a…
Read More »



