Enterprise Java
-
Jackson JSON Parsing Error – UnrecognizedPropertyException: Unrecognized field, not marked as ignorable [Solved]
While parsing JSON string received from one of our RESTful web services, I was getting this error “Exception in thread…
Read More » -
Secure Spring Boot REST API using Basic Authentication
This is the third post of my Spring Boot Blog post series. In the very first post, I talked about…
Read More » -
Integrate CloudWatch Logs with Cloudhub Mule
In this blog, i will explain how to enable AWS Cloudwatch Logs for your Mule CloudHub Application. Cloudwatch Logs Services are…
Read More » -
Apache Camel 2.20 released – What’s new
Apache Camel 2.20 has been released today and as usual I am tasked to write a blog about this great…
Read More » -
Spring Batch CSV Processing
Overview Topics we will be discussing include the essential concepts of batch processing with Spring Batch and how to import…
Read More » -
Setting Up Cassandra Cluster in AWS
Apache Cassandra is a NoSQL database that allows for easy horizontal scaling, using the consistent hashing mechanism. Seven years ago…
Read More » -
JSON Processing 1.1: 100DaysOfJavaEE8
JSON Pointer Challenge Given the JSON document in the code snippet below, what is the result of using the JSON…
Read More » -
Differences between @RequestParam and @PathVariable annotations in Spring MVC?
The Spring MVC framework, one of the most popular frameworks for developing a web application in Java world also provides…
Read More » -
Asynchronous and Transactional Event Listeners in Spring
The built-in event publication functionality exists from the early Spring versions and it is still useful for handling basic communication…
Read More »