-
DevOps
Monitoring JBoss Fuse ESB with Nagios
Note: this article describe a scenario based on JBoss Fuse, but it’s applicable to any Java context able to run…
Read More » -
Groovy
Maven: Start an external process without blocking your build
Let’s assume that we have to execute a bunch of acceptance tests with a BDD framework like Cucumber as part…
Read More » -
Software Development
Git – let’s make errors (and learn how to revert them)
It’s not a secret that git is not a very easy tool to use. I am able to use it…
Read More » -
Enterprise Java
Java: Rest-assured (or Rest-Very-Easy)
Recently I had to write some Java code to consume REST services over HTTP. I’ve decided to use the Client…
Read More » -
Core Java
Java – Handmade Classloader Isolation
In a recent project we had a typical libraries conflict problem. One component that we could control wanted a specific…
Read More »