-
Enterprise Java
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 » -
Enterprise Java
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 » -
DevOps
ARM Virtualization – I/O Virtualization (Part 3)
In the second part of the series we introduced memory management and interrupt handling support provided by virtualization hardware extensions.…
Read More » -
Enterprise Java
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 » -
Agile
Requirements and Specifications
As I was saying in my last blog, I’m preparing for a talk at Skills Matter entitled: “Business Analyst, Product…
Read More » -
Core Java
Package your classes by Feature and not by Layers
Most of the enterprise Java applications share some similarities in their design. Mostly the packaging of these applications are driven…
Read More » -
Enterprise Java
Spring MVC + Hibernate + Maven: CRUD operations example
In this article I want to examine an example of Spring MVC + Hibernate + Maven usage. This set of…
Read More » -
Core Java
Understanding Dynamic Proxy: Spring AOP Basics
Why AOP : To Understand AOP(Aspect Oriented Programming), we need to understand Cross Cutting Concerns in software development . In…
Read More » -
Enterprise Java
Google Guava Cache with regular expression patterns
Quite recently I’ve seen a nice presentation about Google Guava and we came to the conclusion in our project that…
Read More »