Enterprise Java
-

Developing RESTful Services using Apache CXF
Introduction As you already know there are two ways of developing a web service Simple Object Access Protocol (SOAP) Representational…
Read More » -

MapReduce Algorithms – Understanding Data Joins Part 1
In this post we continue with our series of implementing the algorithms found in the Data-Intensive Text Processing with MapReduce…
Read More » -

Developing SOAP Web service using Apache CXF
In last post I walked through the steps for developing a simple RESTFull service using apache CXF. In this post…
Read More » -

Making Sense Out of Datomic, The Revolutionary Non-NoSQL Database
I have finally managed to understand one of the most unusual databases of today, Datomic, and would like to share…
Read More » -

Distributed System Development Considerations
There are a number of factors to take into account while developing distributed software systems. If you don’t even know…
Read More » -

Akka vs Storm
I was recently working a bit with Twitter’s Storm, and it got me wondering, how does it compare to another…
Read More » -

MongoDB Primary Keys Are Your Friend
All documents in a MongoDB collection have a primary key dubbed _id. This field is automatically assigned to a document…
Read More » -

Blog Categorisation using Encog, ROME, JSoup and Google Guava
Continuing with Programming Collection Intelligence (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…
Read More » -

Spring MVC Error handling flow
There are broadly three ways of handling an exception flow using Spring MVC, the objective being to intercept any application…
Read More »






