Enterprise Java
-
The 12 Step Program to Realizing Your Java Monitoring is Flawed
What are some of the biggest problems with the current state of Java monitoring? Errors in production are much like…
Read More » -
Scan DynamoDB Items with Java
On previous posts we covered how to query a DynamoDB database Query DynamoDB Part 1 Query DynamoDB Part2. Apart from…
Read More » -
JAXB and Log4j XML Configuration Files
Both Log4j 1.x and Log4j 2.x support use of XML files to specify logging configuration. This post looks into some…
Read More » -
Token Authentication for Java Applications
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
One-shot Delete with Hibernate (JPA)
In older versions of Hibernate, I can see the one-shot delete indicated in the manual. But newer versions no longer…
Read More » -
Reference by Identity in JPA
In a previous post, I mentioned that I opted to reference other aggregates by their primary key, and not by…
Read More » -
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 » -
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 »