-
Enterprise Java
Creating a simple JAX-RS MessageBodyWriter
JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…
Read More » -
Software Development
The Test Waste Ratio
Remember the days when bugs were just part of life? I mean a big part. If you recall those dark…
Read More » -
Agile
A Template for Formulating Great Sprint Goals
Summary Working with sprint goals is a powerful practice. But many product owners and teams don’t leverage sprint goals or…
Read More » -
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 »