-
Enterprise Java
Approaches to binding a Spring Boot application to a service in Cloud Foundry
If you want to try out Cloud Foundry the simplest way to do that is to download the excellent PCF Dev or…
Read More » -
Enterprise Java
Scatter-Gather using Spring Reactor Core
I have a good working experience in using the Netflix Rx-Java libraries and have previously blogged about using Rx-Java and Java 8…
Read More » -
Enterprise Java
First steps to Spring Boot Cassandra
If you want to start using Cassandra NoSQL database with Spring Boot, the best resource is likely the Cassandra samples available here and…
Read More » -
Enterprise Java
Single Page Angularjs application with Spring Boot and Yeoman
I am very thankful for tools like yeoman which provide a very quick way to combine different javascript libraries together…
Read More » -
Scala
Spring Boot with Scala
A while back I had tried out a small Spring Boot based sample with Scala as the language and found…
Read More » -
Enterprise Java
Spring Cloud Ribbon – Making a secured call
Something simple, but I struggled with this recently – I had to make a Netflix Ribbon based client call to…
Read More » -
Enterprise Java
JWT – Generating and validating a token – Samples
JWT provides a very interesting way to represent claims between applications that can be verified and trusted. My objective here…
Read More » -
Enterprise Java
Spring Cloud Rest Client with Netflix Ribbon – Basics
In an earlier blog post I had covered the different options for a REST client in the Spring Cloud world.…
Read More » -
Enterprise Java
Spring Cloud support for Hystrix
Spring Cloud project provides comprehensive support for Netflix OSS Hystrix library. I have previously written about how to use the…
Read More »