Spring
-
Enterprise Java
How to integrate Jersey in a Spring MVC application
I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…
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
Dependency injection pitfalls in Spring
There are three injection variants in Spring framework: Setter-based injection Constructor-based injection Field-based injection Each of those mechanisms has advantages and…
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 » -
Enterprise Java
SSL / TLS REST Server – Client with Spring and TomEE
When building a system, developers usually disregard the security aspects. Security has been always something very important to worry about,…
Read More » -
Enterprise Java
How to mock Spring bean without Springockito
I work with Spring several years. But I was always frustrated with how messy can XML configuration become. As various…
Read More » -
Enterprise Java
How to encapsulate Spring bean
As far as I know Spring Framework doesn’t provide any mechanism to encapsulate Spring beans other than having separate contexts.…
Read More » -
Enterprise Java
Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)
1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…
Read More » -
Enterprise Java
Message Processing with Spring Integration
Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…
Read More »