Enterprise Java
-
Getting Started with MQTT and Java
MQTT (MQ Telemetry Transport) is a lightweight publish/subscribe messaging protocol. MQTT is used a lot in the Internet of Things…
Read More » -
Practical Reactor operations – Retrieve Details of a Cloud Foundry Application
CF-Java-Client is a library which enables programatic access to a Cloud Foundry Cloud Controller API. It is built on top of Project Reactor,…
Read More » -
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 » -
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 » -
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 »