Spring
-
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 » -
Enterprise Java
Introduction to Spring Integration Framework
As we are very much aware of the Spring Framework and JMS. In this article, we will get introduced to…
Read More » -
Enterprise Java
Integrate MongoDB to your Spring project
This article shows how to integrate MongoDB to your spring project through annotation configuration. We will begin with our Gradle…
Read More » -
Enterprise Java
HOW-TO: Java 8 Date & Time with Thymeleaf and Spring Boot
If you happen to work with Spring Boot and Thymeleaf and you need to format Java 8 Date & Time…
Read More »