Spring
-
Enterprise Java
Spring Cloud Zuul Support – Configuring Timeouts
Spring Cloud provides support for Netflix Zuul – a toolkit for creating edge services with routing and filtering capabilities. Zuul Proxy support…
Read More » -
DevOps
Microservices with Spring Boot, Axon CQRS/ES and Docker
In the last year or two, the pace of change in software architecture has rapidly advanced with new approaches like DevOps and Microservices…
Read More » -
Enterprise Java
JSON Web Tokens With Spring Cloud Microservices
At Keyhole, we have published several blogs about Microservices. We’ve talked about architectural patterns used in a Microservices environment such…
Read More » -
Enterprise Java
Integrating Quartz with Spring
When it comes to scheduling jobs in a java application, Quartz is the first tool that comes into consideration. Quartz…
Read More » -
Enterprise Java
Spring-Reactive samples
Spring-Reactive aims to bring reactive programming support to Spring based projects and this is expected to be available for the timelines…
Read More » -
Enterprise Java
Add Custom functionality to a Spring Data Repository
Spring Data is pretty convenient and speeds up development avoiding boilerplate code. However there are cases where annotation queries are not…
Read More » -
Enterprise Java
Spring boot and Spring data JPA integration
Nowadays spring and JPA integration has become a piece of cake thanks to Spring Boot and spring Data. I am…
Read More » -
DevOps
Netflix OSS, Spring Cloud, or Kubernetes? How About All of Them!
Some of this I cover in my book “Microservices for Java Developers” O’Reilly June 2016 (launching soon!), but I want…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring Boot
On a previous post I provided a simple example on how to achieve aspect orientation in spring by using a…
Read More »