Enterprise Java
-
How to customize Hibernate dirty checking mechanism
Introduction In my previous article I described the Hibernate automatic dirty checking mechanism. While you should always prefer it, there…
Read More » -
EJB 3.x : Lifecycle and Concurrency models (part 2)
This is the second post of the two part series. The first part covered the life cycle and the concurrency behavior…
Read More » -
OptaPlanner – Vehicle routing with real road distances
In the real world, vehicles in a Vehicle Routing Problem (VRP) have to follow the roads: they can’t travel in…
Read More » -
Really Dynamic Declarative Components
In this short post I am going to focus on ADF dynamic declarative components. I mean a well known ADF…
Read More » -
Instant Big Data Stream Processing = Instant Storm
Every 6 months at Canonical, the company behind Ubuntu, I work on something technical to test our tools first hand…
Read More » -
Pluggable Knowledge with Custom Assemblers, Weavers and Runtimes
As part of the Bayesian work I’ve refactored much of Kie to have clean extension points. I wanted to make…
Read More » -
Bootstrapping Apache Camel in Java EE7 with WildFly 8
Since Camel version 2.10 there is support for CDI (JSR-299) and DI (JSR-330). This offers new opportunities to develop and…
Read More » -
Everything Developers Need To Know About xPaaS
I’ve been reading a lot about Red Hat products lately and being interested in cloud and such since some years…
Read More » -
Secure REST services using Spring Security
Overview Recently, I was working on a project which uses a REST services layer to communicate with the client application…
Read More »