Enterprise Java
-
Hibernate hidden gem: the pooled-lo optimizer
Introduction In this post we’ll uncover a sequence identifier generator combining identifier assignment efficiency and interoperability with other external systems…
Read More » -
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 » -
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 » -
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 » -
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 » -
Integrate apps with Neo4j using Zapier
Recently, I was directed to Zapier to get some lightweight integration done between systems for a quick proof of concept.…
Read More » -
Writing Tests for Data Access Code – Don’t Test the Framework
When we write tests to our data access code, should we test every method of its public API? It sounds…
Read More » -
From JPA to Hibernate’s legacy and enhanced identifier generators
JPA identifier generators JPA defines the following identifier strategies: Strategy Description AUTO…
Read More »