-
Core Java
Understanding JUnit’s Runner architecture
Some weeks ago I started creating a small JUnit Runner (Oleaster) that allows you to use the Jasmine way of…
Read More » -
Core Java
Gradle Goodness: Getting More Dependency Insight
In most of our projects we have dependencies on other code, like libraries or other projects. Gradle has a nice…
Read More » -
Desktop Java
JavaFX Tip 13: Study Modena CSS File
This is the easiest and shortest tip so far. If you want to do any of the following things: learn how…
Read More » -
Core Java
JUnit in a Nutshell: Test Structure
Despite the existence of books and articles about JUnit testing, I still meet quite often programmers, who at most have…
Read More » -
Software Development
All You Ever Need to Know About Recursive SQL
Oracle SYNONYMs are a great feature. You can implement all sorts of backwards-compatibility tweaks simply by creating SYNONYMs in your…
Read More » -
Enterprise Java
Validation groups in Spring MVC
Validation constraints in Bean Validation may be added to one or more groups via groups attribute. This allows you to…
Read More » -
Enterprise Java
Upgrading Spring 3.x and Hibernate 3.x to Spring Platform 1.0.1 (Spring + hibernate 4.x)
I recent volunteered to upgrade our newest project to the latest version of Spring Platform. What Spring Platform gives you…
Read More » -
Software Development
The “Free”, “Standard”, “Open” Software Heresy
There are those people that have a strong, dogmatic belief in what they call “Free” or “Standard” or “Open” software.…
Read More » -
Agile
From Personas to User Stories
Summary User stories are a powerful technique to capture the product functionality from the perspective of a user or customer.…
Read More »