Zurück zum Blog

Artikel von: Oliver Messner

Axon 3: Event Replaying

01.03.2017
Axon is a lightweight framework that supports the implemenation of CQRS patterns by providing commonly used building blocks. One of those patterns is an event sourced application architecture. Even…
Weiterlesen

Spock: Testing from the Unit up to the Integration Level

15.09.2014
There are a number of reasons to use the Spock testing framework: First, tests – specifications in Spock speak – written in Spock are well structured, expressive and therefore provide…
Weiterlesen

Sass support for web applications with jetty and wro4j

26.05.2014
Suppose we voted for Sass as the css preprocessor of our choice for a web application. Knowing that css must be generated from our Sass code everytime a scss file…
Weiterlesen

Client code ignores REPOSITORY implementations; developers do not

28.12.2013
Our team is working on an application for one of our clients, a service provider for container logistics, shipping cargo between seaports, terminals and other loading sites. The business domain…
Weiterlesen

Implementing acceptance tests with jbehave

26.08.2012
Producing high quality software in an agile process means that everybody involved in the delivery team (or in other words: the team as a whole) do their best to ensure…
Weiterlesen

Performance tuning Maven-OpenCms builds using PostgreSQL

28.05.2012
Having a newly installed Ubuntu 12.04 on my machine, I noticed that building the OpenCms project I am currently working on is a very time consuming process: oli@rikit:~/develop/projects/foo$ time mvn…
Weiterlesen

Schöner schaukeln mit Gradle?

07.11.2011
Die Konstruktion qualitativ hochwertiger Software setzt den Einsatz geeigneter Prozesse und Werkzeuge voraus. Von essentieller Bedeutung hinsichtlich der Qualität des Produkts ist der Build-Prozess: eine definierte Folge von Schritten die…
Weiterlesen