-
Enterprise Java
Exploring Apache Camel Core – Seda Component
The seda component in Apache Camel is very similar to the direct component that I’ve presented in previous blog, but…
Read More » -
Enterprise Java
WS-Security: using BinarySecurityToken for authentication
As we all know, one goal set by WS-Security is to enforce integrity and/or confidentially on SOAP messages. In case…
Read More » -
Core Java
On a quest for missing stacktraces
One comment to our recent blog post brought back some memories about a specific experience. The type of experience I…
Read More » -
Enterprise Java
Configuring Hadoop with Guava MapSplitters
In this post we are going to provide a new twist on passing configuration parameters to a Hadoop Mapper via…
Read More » -
Career
The Dark Side Of Software Development That No One Talks About
Hey, you. Yeah, you. Psst. Come over here. I’m going to tell you something that you may not have heard…
Read More » -
Scala
Scala Wonderland: Semicolons, singletons and companion objects
In Scala you may usually omit semicolon at the end of a statement. It is required if more statements are…
Read More » -
Software Development
Still banging on about Quality
The last couple of blog entires have been a public investigation – personal think – about software quality – see…
Read More » -
DevOps
Continuous Delivery Using Cloud Development Tools
Cloud based online development tooling is continuing to improve, removing barriers to entry with regards to building software as part…
Read More » -
Enterprise Java
Gradle: do we need another build tool?
In the early days of Java development, we either didn’t see much of a need for build tools, or used…
Read More »