Java
-
Drools Executable Model
The Executable Model is a re-design of the Drools lowest level model handled by the engine. In the current series…
Read More » -
Template Method Pattern Example Using Java Generics
If you find that a lot of your routines are exactly the same except for certain sections, you might want…
Read More » -
Camel on JBoss EAP with Custom Modules
Apache Camel — the best open source integration library Apache Camel is an awesome, open-source, integration library that can be…
Read More » -
Grouping, sampling and batching – custom collectors in Java 8
Continuing first article, this time we will write some more useful custom collectors: for grouping by given criteria, sampling input, batching…
Read More » -
Use Cases for Elasticsearch: Flexible Query Cache
In the previous two posts on use cases for Elasticsearch we have seen that Elasticsearch can be used to store…
Read More » -
How to Instantly Improve Your Java Logging With 7 Logback Tweaks
The benchmark tests to help you discover how Logback performs under pressure Logging is essential for server-side applications but it…
Read More » -
Java: Determining the status of data import using kill signals
A few weeks ago I was working on the initial import of ~ 60 million bits of data into Neo4j…
Read More » -
Identifying JVM – trickier than expected
In Plumbr we have spent the last month by building the foundation for future major improvements. One of such building…
Read More » -
New in JAX-RS 2.0 – @BeanParam annotation
JAX-RS is awesome to say the least and one of my favorites! Why? Feature rich Intuitive (hence the learning curve…
Read More »