Domain Driven Design

An excellent article on Domain Driven Design with a Java example, it emphasizes capturing your domain into POJO and not creating fat objects that mix implementation specific features such as caching with the domain code.

Comments

Popular posts from this blog

Spring Framework

Never use a String

JSON Web Token