-
Enterprise Java
Spring Data support for Cassandra 3
One of the items that caught my eye from the announcement of the new Spring Data release train named Ingalls was…
Read More » -
Scala
Deploying akka-http app to Cloud Foundry
In a preceding post I had gone over the steps to deploy a simple akka-http app to Cloud Foundry. The gist of…
Read More » -
Scala
Deploying akka-http app to Cloud Foundry
It is easy to deploy an akka-http application to Cloud Foundry. I experimented with a few variations recently and will cover ways…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
Using Kafka with Junit
One of the neat features that the excellent Spring Kafka project provides, apart from a easier to use abstraction over raw Kafka…
Read More » -
Enterprise Java
Recipe for getting started with Spring Boot and Angular 2
I am primarily a service developer who has to create some passable UI’s once in a while. I was adept…
Read More » -
Enterprise Java
Spring Kafka Producer/Consumer sample
My objective here is to show how Spring Kafka provides an abstraction to raw Kafka Producer and Consumer API’s that is…
Read More »