-
Enterprise Java
Indexing data in Solr from disparate sources using Camel
Apache Solr is ‘the popular, blazing fast open source enterprise search platform’ built on top of Lucene. In order to…
Read More » -
Enterprise Java
Spring MVC: Creation of a simple Controller with Java based config
This is the first article on my blog related to Spring MVC. The beginning is always exciting, so I will…
Read More » -
Core Java
Introduction to Default Methods (Defender Methods) in Java 8
We all know that interfaces in Java contain only method declarations and no implementations and any non-abstract class implementing the…
Read More » -
Enterprise Java
Bidirectional @OneToMany / @ManyToOne association
One of goals in programming is representing of models from real world. Very often an application need to model some…
Read More » -
Enterprise Java
Bidirectional @OneToOne primary key association
It’s time to continue articles about Hibernate. The last one was dedicated to unidirectional @OneToOne association. So today I will…
Read More » -
DevOps
ARM Virtualization Extensions – Introduction (Part 1)
Sorry guys for another hiatus, my job at Calxeda keeps me busy. I was recently discussing ARM’s virtualization support with…
Read More » -
Enterprise Java
Apache Camel meets Redis
The Lamborghini of Key-Value stores Camel is the best of bread Integration framework and in this post I’m going to…
Read More » -
Core Java
Java Collections API Quirks
So we tend to think we’ve seen it all, when it comes to the Java Collections API. We know our…
Read More » -
Enterprise Java
Using Maven Jetty plugin
Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able…
Read More »