-
Core 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 » -
Core Java
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 » -
Core Java
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 » -
DevOps
Key Concepts of Kubernetes
What is Kubernetes? Kubernetes is an open source orchestration system for Docker containers. It manages containerized applications across multiple hosts and provides basic mechanisms for…
Read More » -
Core Java
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 » -
Software Development
Use copy paste programming!
Copy paste is bad We hate copy paste. Why? Because the result code is unmaintainable. I get a bug reported…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 »