-
Software Development
Are comments always wrong?
A colleague asked me recently: Why aren’t developers writing comments any more? He’d been looking through some code his team…
Read More » -
Agile
Choosing a leader like an agilist
The leader as a captain I recently read Petri Kainulainen’s article on sharing leadership among team members and I am…
Read More » -
Core Java
Clean SWT Listener Notifcations with SWTEventHelper
Writing tests for SWT based UIs often requires to notify widget listeners programmatically. Unfortunately the code to create, initialize and…
Read More » -
Enterprise Java
Red Hat officially announces release of JBoss BPM Suite 6 and JBoss BRMS 6
Red Hat has just announced general availability of these long awaited products! It takes a large effort to turn the…
Read More » -
Core Java
Java 8 : What do developers think?
Since Java 8 releasement countdown is starting, Java developers seem certainly ready to get involved. According to a survey in…
Read More » -
Enterprise Java
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More » -
Software Development
Logging or debugging
Debugging is lame. You should debug log. If your code is structured you do not need debug logging. These are…
Read More » -
Core Java
Java 8 Friday Goodies: Easy-as-Pie Local Caching
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Agile
Cost of Delay: Why You Should Care, Part 6
I’ve outlined five potential costs of delay in the previous five posts: The delay from not releasing on time, part…
Read More »