Java
-

Safely Create and Store Passwords
Nearly every time when it comes to user profiles it is necessary to manage user credentials and thus be able…
Read More » -

Apache log4j is the leading logging framework
According to a survey from Zero Turnaround Apache log4j is the leading Java logging framework. This was actually a very…
Read More » -

Spring MVC: Resources
One of the most frequent questions which I receive from my blog readers is how to use css and javascript…
Read More » -

Injecting Test Doubles in Spring using Mockito and BeanPostProcessors
I’m pretty sure that if you have ever used Spring and are familliar with unit testing, you have encountered a…
Read More » -

DI / CDI – Basics
Introduction (DI/CDI Basics) First of all, I would assume there is a bit of confusion to this, but the truth…
Read More » -

Almost named method arguments in JDK 8
Sometimes it would be really nice to have named method parameter in Java, this doesn’t look likely for a long…
Read More » -

Which memory is faster Heap or ByteBuffer or Direct ?
Java is becoming new C/C++ , it is extensively used in developing High Performance System. Good for millions of Java…
Read More » -

Understanding the OutOfMemoryError
Whenever you find yourself staring a stacktrace with OutOfMemoryError in it, it should all be crystal clear. The program has…
Read More » -

Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More »



