Enterprise Java
-
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 » -
Meet Fabric8: An open-source integration platform based on Camel and ActiveMQ
Fabric8 Fabric8 is a Apache 2.0 Licensed upstream community for the JBoss Fuse product from Red Hat. It’s is an…
Read More » -
Neo4j 2.1: Passing around node ids vs UNWIND
When Neo4j 2.1 is released we’ll have the UNWIND clause which makes working with collections of things easier. In my…
Read More »