Java
-

Neo4j: COLLECTing multiple values
One of my favourite functions in Neo4jâs cypher query language is COLLECT which allows us to group items into an…
Read More » -

Spring WebApplicationInitializer and ApplicationContextInitializer confusion
These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…
Read More » -

Exploring the SwitchYard 2.0.0.Alpha2 Quickstarts
In one of my last posts I explained how you get started with SwitchYard on WildFly 8.1. In the meantime…
Read More » -

Embedded Jetty and Apache CXF: secure REST services with Spring Security
Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…
Read More » -

Optional and Objects: Null Pointer Saviours!
No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . . …
Read More » -

JUnit in a Nutshell: Yet Another JUnit Tutorial
Why Another JUnit Tutorial? JUnit seems to be the most popular testing tool for developers within the Java world. So…
Read More » -

Apache Camel for MicroÂservice Architectures
I’ve been using microservice architectures before I knew they were called so. I used to work with pipeline applications made…
Read More » -

Tips for (unit testing) JavaBeans
If youâre writing Java code chances are youâre writing at least a few classes that adhere to the JavaBean conventions,…
Read More » -

Eliminating Development Redeploys using Gradle
For service development, my team recently moved away from Grails to the Dropwizard framework. One of the things I really…
Read More »





