Enterprise Java
-

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 » -

Automated Software Testing of Fusion Middleware applications with FlexDeploy
Automated software testing is one of the mandatory activities that any software organization should perform in order to be able…
Read More » -

JAX-RS and JSON-P integration
This short post talks about support for JSON-P in JAX-RS 2.0 JSON-P …? The JSON Processing API (JSON-P) was introduced…
Read More »



