-
Enterprise Java
Using rx-java Observable in a Spring MVC flow
Spring MVC has supported asynchronous request processing flow for sometime now and this support internally utilizes the Servlet 3 async…
Read More » -
Enterprise Java
Netflix Archaius properties in a Spring project
Archaius Basics Netflix Archaius is a library for managing configuration for an application. Consider a properties file “sample.properties” holding a…
Read More » -
Core Java
Async abstractions using rx-java
One of the big benefits in using Rx-java for me has been the way the code looks exactly the same…
Read More » -
Enterprise Java
Netflix Governator Tests – Introducing governator-junit-runner
Consider a typical Netflix Governator junit test. public class SampleWithGovernatorJunitSupportTest…
Read More » -
Enterprise Java
Disambiguating between instances with Google Guice
Google guice provides a neat way to select a target implementation if there are multiple implementations of an interface. My…
Read More » -
Enterprise Java
Learning Netflix Governator – Part 2
To continue from the previous entry on some basic learnings on Netflix Governator, here I will cover one more enhancement…
Read More » -
Enterprise Java
Learning Netflix Governator – Part 1
I have been working with Netflix Governator for the last few days and got to try out a small sample…
Read More » -
Enterprise Java
Using Netflix Hystrix annotations with Spring
I can’t think of a better way to describe a specific feature of Netflix Hystrix library than by quoting from…
Read More » -
Enterprise Java
Spring retry – ways to integrate with your project
If you have a need to implement robust retry logic in your code, a proven way would be to use…
Read More »