Enterprise Java
-
Caching of web content with Spring’s cache manager
I this post, I would like to show basics how to cache and manage the caching of web content with…
Read More » -
SELECT statements batch fetching with JDBC and Hibernate
Introduction Now that I covered Hibernate batch support for INSERT, UPDATE and DELETE statements, it’s time to analyze SELECT statements…
Read More » -
Apache Mesos + Marathon and Java EE
Apache Mesos is an open-source cluster manager that provides efficient resource isolation and sharing across distributed applications or frameworks. Apache…
Read More » -
Architecting Large Enterprise Java Projects – My Virtual JUG Session
I had the pleasure to be invited to the virtual JUG yesterday. It is a big honor for many reasons:…
Read More » -
Writing Clean Tests – Trouble in Paradise
If our code has obvious faults, we are very motivated to improve it. However, at some point we decide that…
Read More » -
Message Content Filtering with WSO2 ESB
Every integration architect or developer should be familiair with Enterprise Integration Patterns (EIP) as described by Gregor Hohpe and Bobby…
Read More » -
Hibernate Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive Hibernate Tutorial. Hibernate ORM (Hibernate in short) is an object-relational mapping…
Read More » -
Neo4j: Generating real time recommendations with Cypher
One of the most common uses of Neo4j is for building real time recommendation engines and a common theme is…
Read More » -
How to batch DELETE statements with Hibernate
Introduction In my previous post, I explained the Hibernate configurations required for batching INSERT and UPDATE statements. This post will…
Read More »