Java
-
Functional Java collections
There is a lot of functional hype these days so I would give a short overview on what is out…
Read More » -
Getting started with Quartz Scheduler on MySQL database
Here are some simple steps to get you fully started with Quartz Scheduler on MySQL database using Groovy. The script…
Read More » -
Why can’t I turn off the Garbage Collector?
Let’s start with a quick rewind to the early days of my career as a Java developer. I wanted to…
Read More » -
Tips for Writing Maven Plugins
I’ve spent a lot of time recently writing or working on plugins for Maven recently. They’re simple, rewarding and fun…
Read More » -
Should you trust the default settings in JVM?
JVMs are considered smart nowadays. Not much configuration is expected – just set the maximum heap to use in the…
Read More » -
Yammer Metrics, A new way to monitor your application
When you are running long term applications like web applications, it is good to know some statistics about them, like…
Read More » -
Discovering the power of Apache Camel
These last years, ESB software has been getting more and more popular. If most people usually know what is an…
Read More » -
MapReduce Algorithms – Order Inversion
This post is another segment in the series presenting MapReduce algorithms as found in the Data-Intensive Text Processing with MapReduce…
Read More » -
Java EE 7 Community Survey Results!
Work on Java EE 7 presses on under JSR 342. Things are shaping up nicely and Java EE 7 is…
Read More »