Enterprise Java
-
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 » -
Working with Amazon Simple Queue Service using java
Amazon Simple Queue Service or SQS is a highly scalable hosted messaging queue provided by Amazon Webservice stack. Amazon SQS…
Read More » -
The Biggest Flaw of Spring Web Applications
The developers who are using Spring Framework in their applications are good to talk about the benefits of dependency injection.…
Read More » -
Spring Integration – Robust Splitter Aggregator
A Robust Splitter Aggregator Design Strategy – Messaging Gateway Adapter Pattern What do we mean by robust? In the context…
Read More » -
Oracle Coherence Best Practices for Session Management (Replication) in Clustered Application Servers Environment
Oracle Coherence is a in-memory data grid product, which is also being used commonly for Session Replication across cluster of…
Read More » -
Searching made easy with Apache Lucene 4.3
Lucene is a Full Text Search Engine written in Java which can lend powerful search capabilities to any application. At…
Read More »