Skip to main content
All Posts By

admin

Asserting exceptions

By Blog

Asserting exceptions in unit tests is often forgotten or thought of as not useful. However a (very) crucial part of the flow of an application is contained in the bad…

Read More

Resteasy with JAXB

By Blog

Resteasy is the implemenation used in jboss to support the JAX-RS support. It is based on simple servlets mainly configured using annotations (even web.xml can be ommitted when using JEE)….

Read More

State of the build

By Blog

I’ve been using Maven for almost all projects I’ve worked on since the release of version 2.0 in 2005. Its dependency management, release plugin and “convention over configuration” approach were…

Read More

Unit test isolation

By Blog

Once upon a time we delivered our first version of our application. All units were tested thoroughly. Some had more than 20 unit tests! We were very content with our the unit…

Read More