Infinispan

Probably the most promising technology I’ve seen on this year’s DevOxx is Infinispan, a highly scalable data grid platform from JBoss.
It’s essentially the next major release of JBoss Cache, but it has a seriously expanded potential, especially if you combine it with the emerging availability of cloud computing.
A possible application will be a distributed data [...]

Precise dynamic logging with Log4j

Our flagship product, Supply-It, is a planning application that (amonst others) is capable of scheduling the complete workload of production plants. This can results in quite elaborate plannings with numerous production orders.
The logic that caused the planning to be what it is, is often quite complex and it may often be tough to understand [...]

Comparing Camel and ServiceMix

I was asked today what is the added value of ServiceMix vs Camel.
In my opinion both do some similar stuff but are also complementary.
This article sums up the most important points:
http://camel.apache.org/how-does-camel-compare-to-servicemix.html
The resume nicely explains the whole point (and I quote):
So you could start out using Camel routing inside your application via Java or Spring; [...]