-
Core Java
Using Java 8 CompletableFuture and Rx-Java Observable
I wanted to explore a simple scatter-gather scenario using Java 8 CompletableFuture and using Rx-Java Observable. The scenario is simple…
Read More » -
Enterprise Java
Learning Spring-Cloud – Writing a microservice
Continuing my Spring-Cloud learning journey, earlier I had covered how to write the infrastructure components of a typical Spring-Cloud and…
Read More » -
Enterprise Java
Learning Spring-Cloud – Infrastructure and Configuration
I got a chance to play with Spring-Cloud to create a sample set of cloud ready microservices and I am…
Read More » -
Enterprise Java
Rx-netty and Karyon2 based cloud ready microservice
Netflix Karyon provides a clean framework for creating cloud-ready micro-services. In your organization if you use the Netflix OSS stack…
Read More » -
Scala
Akka samples with scala and Spring
I was looking around recently for Akka samples with Spring and found a starter project which appeared to fit the…
Read More » -
Enterprise Java
Netflix Archaius for property management – Basics
Netflix Archaius provides a neat set of features to load dynamic properties into an application. This blog post is just…
Read More » -
Enterprise Java
Spring-session demonstration using docker-compose
I have earlier written about an exciting new project called Spring-session which provides a clean way to externalize user sessions…
Read More » -
Enterprise Java
Spring Enable annotation – writing a custom Enable annotation
Spring provides a range of annotations with names starting with Enable*, these annotations in essence enable certain Spring managed features…
Read More » -
Core Java
Hot and cold rx-java Observable
My own understanding of Hot and Cold Observable is quite shaky, but here is what I have understood till now!…
Read More »