-
Core Java
JSR 303 loading messages from an I18N property file
Overview This article will illustrate how to adapt the JSR 303 validation API to load messages from an I18n property…
Read More » -
Enterprise Java
Mule ESB, ActiveMQ and the DLQ
In this post I will show a simple Mule ESB flow to see the DLQ feature of Active MQ in…
Read More » -
Core Java
Developing Eclipse plugins
Recently I started working with a team on an Eclipse plugin. The team had developed an awesome plugin that does…
Read More » -
Enterprise Java
Smart Auto-PPR Change Event Policy
There is a common belief among ADF developers that setting the iterator binding change event policy to ppr is not a…
Read More » -
Scala
Test your Dependencies with Degraph
I wrote before about (anti)patterns in package dependencies. And of course the regular reader of my blog knows about Degraph, my private project to provide…
Read More » -
Software Development
Replica Set Members in Mongodb
In the previous articles we have discussed many aspects of replica set in mongodb. And in those articles we have…
Read More » -
Enterprise Java
Hibernate hidden gem: the pooled-lo optimizer
Introduction In this post we’ll uncover a sequence identifier generator combining identifier assignment efficiency and interoperability with other external systems…
Read More » -
Core Java
A JUnit Rule to Run a Test in Its Own Thread
Occasionally it would be helpful to be able to run a JUnit test in a separate thread. In particular when…
Read More » -
Enterprise Java
Drools Executable Model
The Executable Model is a re-design of the Drools lowest level model handled by the engine. In the current series…
Read More »