Gert-Jan van de Streek on 21 July 2014
Maven release plugin and scm / git version
For a while I have been wrestling with Maven in the release:prepare release:perform cycle. The problem: Maven builds the right release in the target directory, ...
Gert-Jan van de Streek on 21 July 2014
Avisi on 02 July 2014
Geert Liet on 11 June 2014
Avisi op 10 June 2014
Translating pieces of data to JSON is a common practice for most Java devs. When building for example a RESTful API you probably have a library like Jackson under the hood for doing POJO-to-JSON transformations and vice versa.
Mitchel Kuijpers op 11 March 2014
HTML 5 Canvas in the browser and on the server For our upcoming event Asas 2014 we are currently working on a custom ticketing system. One of the requirements we got from our UX designer is that it should be possible to preview the ticket you will get on Asas 2014. And ideally we should be able to print an exact copy of the preview. Our...