-
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 » -
Software Development
My most useful IntelliJ IDEA keyboard shortcuts
Are you looking for ways to be more productive? It shouldn’t be a secret that performing actions using the keyboard…
Read More » -
Enterprise Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
Getting Started with Gradle: Creating a Multi-Project Build
Although we can create a working application by using only one module, sometimes it is wiser to divide our application…
Read More »