-
Enterprise Java
Apache Camel Eclipse Tooling with Debugger
About 2 months ago Lars Heineman blogged about improved Apache Camel Eclipse tooling on the way as part of the…
Read More » -
Scala
Building a rest api with spray
Building a rest api with akka and spray is easy. This is how I did it: SprayApiApp: …
Read More » -
Scala
Chaining futures in scala
Suppose I want to make coffee. This involves 4 steps: 1a. grind coffee beans 1b. heat water 2. combine 3.…
Read More » -
Groovy
Basic Groovy and Grails Code Review Guidelines
I’ve been – and still am – teaching Grails to non-Java programmers for a while now. This also meant to…
Read More » -
DevOps
Ignore the Hype: 5 Docker Misconceptions Java Developers Should Consider
How can you to take a pragmatic approach to Docker and look beyond the hype? Docker has been getting a…
Read More » -
Software Development
Code and other reviews (a small piece of advice)
Many teams have some sort of very regular reviews. I’m not thinking personnel reviews or budget reviews, I’m thinking code…
Read More » -
Enterprise Java
Handling time outs in Async requests in JAX-RS
JAX-RS 2.0 provides support for asynchronous programming paradigm, both on client as well as on the server end. This post…
Read More » -
Software Development
Rethinking Pair Programming
By default, we always do our work in pairs. We strongly believe that the quality achieved by two people working…
Read More » -
Core Java
Roll Your Own Pirate-Elvis Operator
So, Java doesn’t have an Elvis operator (or, as it is more formally known, null coalescing operator or null-safe member…
Read More »