Enterprise Java
-
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 » -
CDI interceptor of HTTP Request and Header params – simple example
While developing and evolving a REST API, using Java EE , there are some cases where you would like to…
Read More » -
Better Performing Non-Logging Logger Calls in Log4j2
Using logging guards is a common practice when using Log4j 1.x and wanting to avoid the additional performance impact that…
Read More »