-
Enterprise Java
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 » -
Core Java
Java 8 StampedLocks vs. ReadWriteLocks and Synchronized
Synchronized sections are kind of like visiting your parents-in-law. You want to be there as little as possible. When it…
Read More » -
Core Java
InterruptedException and interrupting threads explained
If InterruptedException wasn’t checked exception, probably no one would even notice it – which would actually prevent couple of bugs…
Read More » -
Core Java
Law of Demeter in Java – Principle of least Knowledge – Real life Example
Law of Demeter also known as principle of least knowledge is a coding principle, which says that a module should…
Read More » -
Enterprise Java
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 » -
Career
How I Learned To Appreciate Job Hoppers
The possibility of being labeled a job hopper is still a concern for many in the technology world. This fear is…
Read More » -
Core Java
Using IntelliJ..for 2 weeks, so far so good
It’s been almost 2 weeks that I have completely switched over to IntelliJ as my main Java IDE at home…
Read More » -
Enterprise Java
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 » -
Software Development
Testing effectively
Recently, there was a heaty debate regarding TDD which started by DHH when he claimed that TDD is dead. This…
Read More »