Enterprise Java
-
How does Spring @Transactional Really Work?
In this post we will do a deep dive into Spring transaction management. We will go over on how does…
Read More » -
How to use a JPA Type Converter to encrypt your data
A few days ago, I read an interesting article by Bear Giles about Database encryption using JPA listeners from 2012.…
Read More » -
ActiveMQ – Network of Brokers Explained – Part 4
In the previous part 3 , we have seen how ActiveMQ helps distinguish remote consumers from local consumers which helps…
Read More » -
Spring 4: @DateTimeFormat with Java 8 Date-Time API
@DateTimeFormat annotation that was introduced in Spring 3.0 as a part of Formatter SPI can be used to to parse…
Read More » -
Writing Clean Tests – Replace Assertions with a Domain-Specific Language
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Java EE7 and Maven project for newbies – part 4 – defining the ear module
Resuming from the previous parts Part #1 Part #2 Part #3 We are resuming for the 4th part, our simple…
Read More » -
The data knowledge stack
Concurrency is not for the faint-hearted We all know concurrency programming is difficult to get it right. That’s why threading…
Read More » -
Adding WS-Security over soap using Apache Camel
WS-Security (Web Services Security) is a protocol which allows you to secure your soap web services. The client, who makes…
Read More » -
Spring Integration Java DSL sample
A new Java based DSL has now been introduced for Spring Integration which makes it possible to define the Spring…
Read More »