-
Software Development
5 Best Email Clients for Open Source Environment
An email client, also known as Mail User Agent (MUA) is an application used to manage the emails. Linux has…
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 » -
Core Java
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 » -
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 » -
Software Development
The Anatomy of a Great Stack Overflow Question (After Analyzing 10,000)
How to phrase a question in Stack Overflow in order to get better answers Stack Overflow offers a great interface…
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
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 » -
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 » -
Software Development
Version Numbering Scheme – Yet another approach
Version numbering schemes are probably one of the few things we software engineers have more than sort algorithms. However, there’s…
Read More »