Java
-
Error handling in Storm Trident topologies
This post summarizes my current approach to error handling when designing Storm Trident topologies. I focus here on code design,…
Read More » -
Customizing Log4j 2.0
We are getting closer and closer to a Log4j 2 GA release and for that reason we should start looking…
Read More » -
Mock final class
Foreword If you already read some other blog post about unusual mocking, you can skip prelude via this link. I…
Read More » -
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 » -
Java: Handling a RuntimeException in a Runnable
At the end of last year I was playing around with running scheduled tasks to monitor a Neo4j cluster and…
Read More » -
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 » -
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 » -
Use Mockito to mock autowired fields
Dependency injection is very powerful feature of Inversion of Control containers like Spring and EJB. It is always good idea…
Read More » -
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 »