Java
-

Using Google Guava Cache for local caching
Lot of times we would have to fetch the data from a database or another webservice or load it from…
Read More » -

JVM is down with “OutOfMemory” error – what should I do?
Amazing as it may seem, but this particular cry āFrom the Depthsā is frequently displayed among the results of search…
Read More » -

Java 8 Streams API as Friendly ForkJoinPool Facade
One of features I love the most about Java 8 is the streams API. It finally eliminates pretty much all…
Read More » -

Improving lock performance in Java
Plumbr is the only solution that automatically detects the root causes of Java performance issues by interpreting application performance data.…
Read More » -

Starting multiple JBoss A-MQ JVMs on the same machine
So I havenāt been blogging as much recently ā just been really busy. But my New Yearās resolution is to…
Read More » -

Where can I run EJBs ?
EJBs are built for more than just a Java EE application server. They can also execute in a Java EE…
Read More » -

Quick way to check if the REST API is alive ā GET details from Manifest file
There might be cases when you want to quickly verifyĀ if your REST API, that is deployed either on dev, test…
Read More » -

Concepts of Serialization
With all this talk about why Optional isnāt serializable and what to do about it (coming up soon), letās have…
Read More » -

2015 Starts Off Strong for Java 8
JDK 8 is starting 2015 with a surge in popularity in terms of blog posts and articles. This is coinciding…
Read More »


