Confess 2013 Conference Report
co-authors: Johan Haleby, Jan Kronquist and Mads Enevoldsen
co-authors: Johan Haleby, Jan Kronquist and Mads Enevoldsen
co-authors: Johan Haleby and Jan Kronquist
Some time ago, I wrote about how the error response of a Spring based REST API can be enhanced, in order to provide the clients with a better understanding o...
In the previous blog post, I explained how a custom @ExceptionHandler can be used to return feedback to REST API clients when they are submitting erroneous r...
After watching Jonathan Dahl’s presentation about API design from the Øredev conference last year, especially the parts about Smart Validations, it is appare...
Spring has many tools in the toolbox to facilitate testing. However, when it comes to testing a Controller, the tools have been a bit blunt. To make life eas...
So you have heard about continuous delivery and continuous deployment and you are eager to try, but your manager is afraid that you will lose traceability of...
When writing your Java unit test you will soon need a way to handle the dependencies of your classes under test. Mockito have some nice features that simplif...
In the previous post, I wrote how you can use Spring’s FactoryBean to facilitate the creation of mock objects for Spring integration tests. Now, it is time t...
When writing integration tests with Spring, it can sometimes be convenient to mock one or more of Spring bean dependencies. However, during some circumstance...