-
Enterprise Java
The Misuse of End To End Tests – Testing Techniques 2
My last blog was the first in a series of blogs on approaches to testing code, outlining a simple scenario…
Read More » -
Enterprise Java
Change Without Redeploying With Eclipse And Tomcat
They say developing Java is slow because of the bloated application servers – you have to redeploy the application to…
Read More » -
Core Java
Java 7 Feature Overview
We discussed previously everything that didn’t make it into Java 7 and then reviewed the useful Fork/Join Framework that did…
Read More » -
Core Java
Devoxx Day 1
Participating at Devoxx brought me enough motivation to post my first blog entry. I am for the first time here…
Read More » -
Software Development
DOAG 2011 vs. Devoxx – Value and Attraction
Yesterday (November 15, 2011) DOAG 2011 started in Nuremberg. I am with the German Oracle Users Group since some years…
Read More » -
Software Development
SOLID – Single Responsibility Principle
The Single Responsibility principle (SRP) states that: There should never be more than one reason for a class to change.…
Read More » -
Enterprise Java
Testing Techniques – Not Writing Tests
There’s not much doubt about it, the way you test your code is a contentious issue. Different test techniques find…
Read More » -
Scala
Scala Tutorial – code blocks, coding style, closures, scala documentation project
Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Software Development
Diminishing Returns in software development and maintenance
Everyone knows from reading The Mythical Man Month that as you add more people to a software development project you…
Read More »