-
Enterprise Java
How to configure SLF4J with different logger implementations
There are many good benefits in using slf4j library as your Java application logging API layer. Here I will show…
Read More » -
Enterprise Java
Apache Camel 2.12 – Backoff support for less aggressive polling routes
This is another blog post about some upcoming improvements and new features in the next Apache Camel 2.12 release. In…
Read More » -
Enterprise Java
Long Polling Tomcat with Spring
“Ooh err Missus” as comedian Frankie Howerd would have said, but enough of British innuendo and double entendre because Long…
Read More » -
Enterprise Java
Writing a Hadoop MapReduce task in Java
Although Hadoop Framework itself is created with Java the MapReduce jobs can be written in many different languages. In this…
Read More » -
Software Development
Creating a price model using k-Nearest Neighbours + Genetic Algorithm
Chapter 8 of Programming Collective Intelligence (PCI) explains the usage and implementation of the k-Nearest Neighbours algorithm. (k-NN). Simply put: k-NN is…
Read More » -
Enterprise Java
Creating Code Coverage Reports for Unit And Integration Tests with The JaCoCo Maven Plugin
When I started using Java 7, I noticed right away that the Cobertura Maven plugin doesn’t support it. This was…
Read More » -
Enterprise Java
From inside the code: Camel Routing Engine Part I
So I’ve recently re-kindled my interest in how Apache Camel works. Camel is such a powerful integration tool and is…
Read More » -
Core Java
Optional in Java 8 cheat sheet
java.util.Optional<T> in Java 8 is a poor cousin of scala.Option[T] and Data.Maybe in Haskell. But this doesn’t mean it’s not…
Read More » -
Enterprise Java
50 Servlet Interview Questions and Answers
Servlets are very important topic of Java EE and all of the web applications framework such as Spring and Struts…
Read More »