Enterprise Java
-
Leaky Abstractions, or How to Bind Oracle DATE Correctly with Hibernate
We’ve recently published an article about how to bind the Oracle DATE type correctly in SQL / JDBC, and jOOQ.…
Read More » -
A beginner’s guide to transaction isolation levels in enterprise Java
Introduction A relational database strong consistency model is based on ACID transaction properties. In this post we are going to…
Read More » -
My Wiki: Remote JMX access to WildFly (or JBoss AS7) using JConsole
One of the goals of JBoss AS7 was to make it much more secure by default, when compared to previous…
Read More » -
Spring retry – ways to integrate with your project
If you have a need to implement robust retry logic in your code, a proven way would be to use…
Read More » -
SSL / TLS REST Server – Client with Spring and TomEE
When building a system, developers usually disregard the security aspects. Security has been always something very important to worry about,…
Read More » -
How to mock Spring bean without Springockito
I work with Spring several years. But I was always frustrated with how messy can XML configuration become. As various…
Read More » -
How to encapsulate Spring bean
As far as I know Spring Framework doesn’t provide any mechanism to encapsulate Spring beans other than having separate contexts.…
Read More » -
The Beginner’s Guide to Hazelcast Part 5
This is a continuation of a series of posts I have written about Hazelcast. I highly suggest you read the…
Read More » -
What’s up with Java EE 8 ? (part 2)
Work on Java EE 8 is still in the initial phases and expected to catch pace in the upcoming year…
Read More »