-
Software Development
Cloud Buzz: IaaS, PaaS, SaaS
Enough hype! Lets clear the air. I am going to try and provide simple analogies that will hopefully help you…
Read More » -
Software Development
Empathy in OSS – It’s Important
Spending nearly my entire working day (and many evenings) with Open Source projects I don’t maintain I have come to…
Read More » -
Scala
A SQL query DSL for Scala by ScalikeJDBC
There are a tremendous amount of SQL APIs natively written in Scala. Manuel Bernhardt has summarised a nice collection in…
Read More » -
Enterprise Java
Java EE 7: What’s new???
I am a little ‘late to the party’ so to say… as far as ‘blogging’ about Java EE 7 is…
Read More » -
Software Development
Afraid of reopened issues?
Introduction Reopened issues and developer feelings don’t mix well, a recurrent phenomenon I’ve seen on all projects I’ve worked on.…
Read More » -
Desktop Java
Tower Defense in JavaFX (6)
So we’re at part 6 of this tutorial already, and the game has come a long way in the meantime.…
Read More » -
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Integration Testing
I have written about the challenges of writing unit tests for applications which use Spring Social 1.1.0 and provided one…
Read More » -
Software Development
Off Heap concurrent counter
Concurrent counter are part of almost every system, it is used to collect data, thread synchronization etc. Java has good…
Read More » -
Software Development
JSON Processing (JSON-P) Tutorial
JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…
Read More »