This is how you can setup a Maven project for Java 9

June 12, 2017 · 6 min read – Last updated on January 21, 2020
One of the most anticipated events of the Java world is going to be when version 9 gets released on the 21st of September*.

User management microservice (Part 7): Putting it together

April 18, 2017 · 5 min read – Last updated on August 10, 2020
During writing the last six parts of this article series a lot has happened.

User management microservice (Part 3): Implementing and testing repositories

April 18, 2017 · 5 min read – Last updated on August 10, 2020
In the previous part there was fair amount coding involved over the course of implementing the domain model, which comprises all the logic a user registration process needs.

User management microservice (Part 4): Implementing REST API

April 18, 2017 · 7 min read – Last updated on August 10, 2020
In the previous part the data access layer along with the repositories were implemented, before that the domain model without having to rely on any framework specific class or feature and now time has come to add REST controllers on the top of that.

User management microservice (Part 2): Implementing the domain model

April 18, 2017 · 5 min read – Last updated on August 10, 2020
In my previous post I defined the requirements of a user management microservice and designed the initial domain model of it.
← Prev
Page 4 of 6
Next →