-
Enterprise Java
Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More » -
Software Development
Defensive Programming: Being Just-Enough Paranoid
Hey, let’s be careful out there. Sergeant Esterhaus, daily briefing to the force of Hill Street Blues When developers run…
Read More » -
Software Development
Git in colour
I’ve been using Git for a while now, but only today realized I can have coloured output for diff, grep,…
Read More » -
Enterprise Java
GWT Custom Button using UIBinder
Here’s an example on how to create a custom button using UIBinder on GWT. public class GwtUIBinderButton implements EntryPoint {…
Read More » -
Enterprise Java
Play 2.0: Akka, Rest, Json and dependencies
I’ve been diving more and more into scala the last couple of months. Scala together with the “Play Framework” provides…
Read More » -
Software Development
Disassembling Tell Don’t Ask
In my last blog I defined Tell Don’t Ask (TDA) using a simple shopping cart example. In it the shopping…
Read More » -
Desktop Java
JavaFX: Creating a Sprite Animation
While most of my posts so far dealt with JavaFX properties and bindings, today I want to write about another…
Read More » -
Core Java
How Badly Do We Want a New Java Date/Time API?
The current Java.net poll question is, “How critical is it for JSR-310 (new Date and Time API) to be implemented…
Read More » -
Software Development
Working with legacy code
Context Large organisations’ systems may have from tens of thousands to a few million lines of code and a good…
Read More »