October 26, 2019 · 6 min read
In preparation for the enforcement of GDPR which becomes final on the 25th of May 2018, I’m creating a simple, open source forget-me app for craftingjava.com in compliance with Art. 17 GDPR (‘right to be forgotten’).
October 26, 2019 · 5 min read
In the previous part I explained one of the messages flows in detail from the point of view of implementing in- and outbound messaging with Spring Integration’s AMQP support.
August 10, 2020 · 9 min read
So far the business logic, data access layer and the front controllers had been build, however enforcing authentication was completely missing.