Spring
-
Enterprise Java
Creating contract-first web services with Spring WS
1 Introduction This article explains how to implement and test a SOAP web service using the Spring Web Services project.…
Read More » -
Enterprise Java
Spring JMS: Processing messages within transactions
1.Introduction This post will show you how an error in the execution of the consumer during the asynchronous reception of…
Read More » -
Enterprise Java
Spring for Apache Hadoop 2.0 M5
Spring has happily announced the Spring for Apache Hadoop 2.0 M5 milestone releases, while they are also getting much closer…
Read More » -
Enterprise Java
Retry web service operations with RequestHandlerRetryAdvice
1.Introduction Sometimes when invoking a web service, we may be interested in retrying the operation in case an error occurs.…
Read More » -
Enterprise Java
How error handling works in Spring Integration
1.Introduction The target of this post is to show you how errors are handled when using the messaging system with…
Read More » -
Enterprise Java
Spring Integration – Using RMI Channel Adapters
1.Introduction This article explains how to send and receive messages over RMI using Spring Integration RMI channel adapters. It is…
Read More » -
Enterprise Java
Optimising Your ApplicationContext
There’s a problem with Spring, it’s been there for some time and I’ve come across it in a number of…
Read More » -
Enterprise Java
Migrating Spring MVC RESTful web services to Spring 4
1 Introduction Spring 4 brings several improvements for MVC applications. In this post I will focus on restful web services…
Read More » -
Enterprise Java
Using jOOQ with Spring: Code Generation
As we might remember from the first part of this tutorial, jOOQ states that jOOQ generates Java code from your…
Read More »