Confess 2013 Conference Report
The four of us recently visited the Confess, CONference For Enterprise Software Solutions, in Vienna. It was located at the Messe Wien Exhibition & Congress Center which was a nice…
The four of us recently visited the Confess, CONference For Enterprise Software Solutions, in Vienna. It was located at the Messe Wien Exhibition & Congress Center which was a nice…
In the previous blog posts on Deja vu we have seen how to add tracability in your code by applying the three constructs @Traced, @Impure, and @AttachThread. For green field…
This post is part of a series about the framework Deja vu. As previously argued bug fixing can be hard when left only with a stack trace. If you feel…
Deja vu is an open source java framework (available here https://github.com/madsenevoldsen/dejavu) which makes it possible to create a deterministic sandboxed test case based on an actual production run. The framework…
This post is part of a series about the framework Deja vu. The circuit breaker pattern provides a way of ensuring your application will not wait unnecessary on calls to…
This post is part of a series about the framework Deja vu. The previous post examplified the core Deja vu framework. As mentioned the examples did not reflect how it…
Working for Jayway I know that when you have an itch you have to scratch. Lately I've been having an itch: why is it that when you have a bug…
In this post we will implement the bookshop example (outlined in Why hypermedia APIs) as a hypermedia API using the framework Forest. This is a very long post because it…