Mastodon
All posts tagged

Software Architecture

Something about Microservices

Something about Microservices

Microservices are one of the hype topics I didn’t manage to have a look at. So this week I was lucky finding that the cover story of the Java Magazin (issue ...

Java Forum Nord 2015 - Where has my Software Architecture Gone? by Oliver Gierke

Java Forum Nord 2015 - Where has my Software Architecture Gone? by Oliver Gierke

This article is part of a series about Java Forum Nord 2015, a conference that took place in Hannover, Germany. Links to articles about other talks I visite...

Java Forum Nord 2015 - Reflecting Software Architectures by Stefan Zörner

Java Forum Nord 2015 - Reflecting Software Architectures by Stefan Zörner

This article is part of a series about Java Forum Nord 2015, a conference that took place in Hannover, Germany. Links to articles about other talks I visit...

How to Detect Circular Dependencies with Degraph

How to Detect Circular Dependencies with Degraph

Recently, a good friend of mine blogged about Degraph. Degraph is a tool to visualize dependencies between packages. Not only are these dependencies shown i...

My First Achitectural Kata

My First Achitectural Kata

This week, I practiced my first architectural kata (alternative link) with my mentor Jens Schauder and my co-mentee Thomas. These katas are meant to practice...

Prohibit the Use of Methods from Superclasses

A couple of days ago, I saw an interesting way to prohibit the use of a method from a superclass. A coworker of mine wrote a subclass of a JTextField that sh...