Spring
-
Enterprise Java

Getting started with Jersey and Spring Boot
Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…
Read More » -
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 »

