-
Enterprise Java
ADF: URL Task Flow Call with HTTP POST Method
As we know a bounded task flow can be invoked by some URL either directly from a browser or from…
Read More » -
Enterprise Java
A Simple Plugin System for Web Applications
We need to make multiple web-based projects with a lot of shared functionality. For that, some sort of a plugin…
Read More » -
Software Development
Sometimes TDD Requires a Hammer
While there are myriad mocking libraries available for the Java platform, only a select few of these nifty frameworks is…
Read More » -
Core Java
Observer Design Pattern in Java – Example Tutorial
Observer pattern is one of the behavioral design pattern. Observer design pattern is useful when you are interested in the…
Read More » -
Core Java
Custom Deserializer in Jackson and validation
tl;dr: it is important to add input validation to custom json deserializers in Jackson. In RHQ we make use of…
Read More » -
Enterprise Java
Servlet 3.0 Overview
Servlet 3.0 – has a bunch of ground breaking features that will ultimately change how developers will code and write…
Read More » -
Agile
The Purpose of Documentation
When it comes to documentation the Agile Manifesto says: We have come to value working software over comprehensive documentation And…
Read More » -
Enterprise Java
Transactional caching for Camel with Infinispan
Some time ago I created a Redis connector for Camel. Redis is awesome key-value store (and a lot more) but…
Read More » -
Core Java
Iterator Design Pattern in Java – Example Tutorial
Iterator pattern in one of the behavioral pattern and it’s used to provide a standard way to traverse through a…
Read More »