From spaghetti with no `src/test` to green CI and well-sleeping developers

Jacek Kunicki

22 Jun 2015.0 minutes read

Abstract

Yes, we did it! Over a year ago we met a monster – a legacy Spring MVC application with 50% code duplication, no tests, manual deployment and mysterious error reporting. Come and see yourself how blood, sweat and tears have then turned into a well-tested REST API, pleasant to use and develop.

After a year we have an interactive API documentation, informative call statuses and error messages. We precisely track every request through its entire lifecycle. Together with version tracking on multiple nodes, this lets us spot any errors really quickly.

Plus, we reduced the boilerplate needed to achieve all of this to a single annotation for each API call – with the help of AspectJ, MDC, custom filters, converters and more. Obviously, we also introduced src/test/groovy, full of Spock and rest-assured – which made our application "the most rigid part of the infrastructure", as per our customer.

Come to hear our story, share yours and let us know if we could do better!

Slides

Video from GeeCON 2015

Blog Comments powered by Disqus.