Enterprise Java
-
Anatomy Of Setting Up An Elasticsearch N-Gram Word Analyzer
To say that n-grams are a massive topic would be an understatement. Do a quick search and you will find…
Read More » -
JSF 2.2 Create a custom Hello World component in 30 seconds
Let’s jump directly to the cool stuff and say that in JSF 2.0 a custom component was made available to…
Read More » -
Drill into Your Big Data Today with Apache Drill
Apache Drill has been gaining significant user adoption and community momentum since its initial Beta availability in September 2014. The…
Read More » -
Why Docker?
Containers are not a new thing, but implementing them was always a little more complicated than it needed to be.…
Read More » -
Hadoop: HDFS – java.lang.NoSuchMethodError: org.apache.hadoop.fs.FSOutputSummer.(Ljava/util/zip/Checksum;II)V
I wanted to write a little program to check that one machine could communicate a HDFS server running on the…
Read More » -
Gentle Introduction to Hystrix – Hello World
In a previous blog post I had covered the motivation for needing a library like Netflix Hystrix. Here I will…
Read More » -
Spring and Amazon Web Services
Amazon Web Services (or AWS) is nowadays one of the most common choices of the infrastructure and hardware providers to…
Read More » -
Basics of scaling Java EE applications
To be honest, ‘scalability’ is an exhaustive topic and generally not well understood. More often than not, its assumed to…
Read More » -
Spring Boot Oauth2 Security
This post is an enhancement for my previous post which talks about how to secure your REST API using Spring…
Read More »