-
DevOps
ARM Virtualization – ARM vs x86 (Part 5)
Sorry for the delay in this post. I could not get to this post in time and wanted to be…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: CRUD (Almost)
In the previous part of my Spring Data Solr tutorial, we learned how we can configure Spring Data Solr. Now…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Configuration
In the previous part of my Spring Data Solr tutorial, we learned that Solr provides a REST-like HTTP API which…
Read More » -
Enterprise Java
Creating your own Drools and jBPM Persistence with Infinispan
Original post here by me: Hello and welcome to a post in which I intend to show you how to…
Read More » -
Scala
How could Scala do a merge sort?
Merge sort is a classical “divide and conquer” sorting algorithm. You should have to never write one because you’d be…
Read More » -
Enterprise Java
Running Solr with Maven
Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…
Read More » -
Enterprise Java
Secure Web Application in Java EE6 using LDAP
In our previous article we have explained on how to protect the data while it is in transit through Transport…
Read More » -
Core Java
Five advanced Java Synchronizers you probably don’t know
Besides the common synchronize which is based in the lock bit that every Java object has, you have more sophisticated…
Read More » -
Groovy
Grails AJAX Examples
Early on, newcomers to Grails encounter a lack of working samples accompanying the framework. Good places for examples and documentation…
Read More »