Java
-

Apache Camel Wire Tap Examples
If you want to monitor, debug, troubleshoot messages that are flowing through the route without the bother of permanently consuming…
Read More » -

JavaFX, Project Jigsaw and JEP 253
So Java 9 may break your code… This is particularly likely if your project uses JavaFX because many customizations and…
Read More » -

Spring Integration Jdbc RowMapper Example
The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…
Read More » -

Apache Camel Log Component Examples
Apache Camel Log Component Examples You want to log messages to the underlying logging mechanism, use camel’s log: component. Camel…
Read More » -

Spring lookup-method Example
When a bean has dependency on another bean, we inject the bean using the setter property or through the constructor.…
Read More » -

Performance Comparison of Multithreading in Java
There are different techniques for multithreading in Java. One can parallelize a piece of code in Java either with synchronize…
Read More » -

How does Hibernate NONSTRICT_READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the READ_ONLY CacheConcurrencyStrategy, which is the obvious choice for immutable entity graphs. When…
Read More » -

Configuration over JNDI in Spring Framework
From a certain point on, an application has to be configurable. Spring Framework has a nice auxiliary tool for this…
Read More » -

Implementing Filter and Bakery Locks in Java
In order to understand how locks work, implementing custom locks is a good way. This post will show how to…
Read More »




