Java
-
Serverless FaaS with AWS Lambda and Java
What is Serverless Architecture? Serverless architecture runs custom code in ephemeral containers that are fully managed by a 3rd party. The custom…
Read More » -
MapStruct : Transferring data from one bean to another
Converting data from one form to another is a highly utilized concept in IT industry. MapStruct allows annotation based bean…
Read More » -
Work started on Apache Camel Intellij IDEA plugin
Just because its Christmas does not mean the Camel stands still. On the even of the 23rd I took the…
Read More » -
Deploying RESTful Service on Cloudfoundry
In this post, we will deploy RESTful service on Cloudfoundry using Pivotal Cloud Foundry (PCF) Dev. As creating a restful…
Read More » -
Integrate Spring Boot and EC2 using Cloudformation
On a previous blog we integrated a spring boot application with elastic beanstalk. The application was a servlet based application…
Read More » -
Spring Boot and Application Context Hierarchy
Spring Boot supports a simple way of specifying a Spring application context hierarchy. This post is simply demonstrating this feature, I…
Read More » -
Quick Tip To Prevent Your Caches From Exploding
There are many scenarios when you can benefit from caching commonly used objects in your application, especially in web and…
Read More » -
No, being wary doesn’t hurt Java. A comment about Java licensing.
So. Oracle want’s to make money from Java. And The Register published a very polarising piece with a super catchy title…
Read More » -
Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More »