Spring
-
Enterprise Java
Quick Web App Prototyping with Spring Boot & MongoDB
Back in one of my previous projects I was asked to produce a little contingency application. The schedule was tight…
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
5 reasons why you should consider upgrading your applications to Spring 4
Firstly released in 2004, Spring Framework is among top Java frameworks. Spring 4 has been released in December 2013 and…
Read More » -
Software Development
Migrating Spring App to MicroServices App on AWS
The company I am working for has recently gone through a migration of refactoring our code base from a monolithic…
Read More » -
Enterprise Java
Using Spring-data With Apache Camel
Spring Data saves you a lot of time by creating smart DAOs that you can basically get for free without…
Read More » -
Enterprise Java
Whether using Spring Framework or not , why we are going to lose?
A couple of fays again, on the Twitter sphere, I saw blog post by Sam Atkinson called Why I hate…
Read More » -
Enterprise Java
HOW-TO: Register components using @Conditional and Condition in Spring
@Profile annotation in Spring can be used on any Spring components (e.g. @Component, @Service, @Configuration etc.) that are candidates for…
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 » -
Enterprise Java
Enterprise Spring examples and integration tests
There was longer gap in my blog, because I was busy writing book Pivotal Certified Spring Enterprise Integration Specialist Exam –…
Read More »