Java
-
Spring JMS, message automatic conversion, JMS template
In one of my projects I was supposed to create a message router that like all routers was supposed to…
Read More » -
When Maven Dependency Plugin Lies
Problem: We had an integration test which creates a spring ClassPathXmlApplicationContext and while doing so the test blew up with…
Read More » -
Why a synchronized StringBuffer was never a good idea
Introduction StringBuffer is a synchronized class for mutable strings. The main problem with making it synchronized is that It was…
Read More » -
Simulation of time consuming actions in integration tests
Quite recently in one of my projects I had a situation in which I needed to create an integration test…
Read More » -
Spring AOP in security – controlling creation of UI components via aspects
The following post will show how in one of the projects that I took part in we used Spring’s AOP…
Read More » -
XStream – XStreamely easy way to work with XML data in Java
From time to time there is a moment when we have to deal with XML data. And most of the…
Read More » -
Fault Injection with Byteman and JUnit
The time when our applications lived in isolation have passed long-long ago. Nowadays applications are a very complicated beasts talking…
Read More » -
Install local jar with Maven
1. The Problem and the options Maven is a very versatile tool and its available public repositories are second to…
Read More » -
Getting started with ElasticSearch
A quick introduction to ElasticSearch, an open source, ditributed and RESTful search engine based on lucene, and how easily you…
Read More »