Java
-
Spring Integration – Polling file creation and modification
1 Introduction File support is another of Spring Integration’s endpoints to communicate with external systems. In this case, it provides…
Read More » -
New eBook: The Complete Guide to Solving Java Application Errors in Production
What does it take to build an informed error handling workflow? Production exception handling is a dark science. Once your…
Read More » -
Query DynamoDB Items with Java Part 2
On a previous post we had the chance to issue some basic DynamoDB query actions. However apart from the basic…
Read More » -
Custom Audit Log With Spring And Hibernate
If you need to have automatic auditing of all database operations and you are using Hibernate…you should use Envers or…
Read More » -
Introducing “Yet another” Cloud foundry Gradle plugin
In the process of working on an automated Jenkins pipeline for deploying a Cloud Foundry application with two of my colleagues(Thanks Mark…
Read More » -
Stackoverflow: 7 of the Best Java Answers That You Haven’t Seen
What are some of the most interesting answers you can find on Stackoverflow? Stackoverflow is a goldmine for developers. It…
Read More » -
Spring-Managed Hibernate Event Listeners
Hibernate offers event listeners as part of its SPI. You can hook your listeners to a number of events, including…
Read More » -
CQRS with Java and Lagom
I’ve had the pleasure to talk at the Chicago Java User Group and talk about how Lagom implements CQRS, the…
Read More » -
How extensible is your framework?
Attending conferences we always get to meet highly qualified decision makers, who frequently ask the same question: ‘How extensible is…
Read More »