What is a HTTP status code?| www.mscharhag.com
When building RESTful web services you should understand the difference between POST, PUT and PATCH requests. This post aims to explain the differences.| www.mscharhag.com
Server application should make sure to implement HTTP safe and idempotent semantic correctly as clients might expect it.| www.mscharhag.com
In this post we will explore the transition from a classic layered software architecture to a hexagonal architecture (also called ports and adapters architecture)| www.mscharhag.com
Bulk (or batch) operations are used to perform an action on more than one resource in single request. In this post we will explore different approaches to bulk a bulk operation API.| www.mscharhag.com
Concurrency control can be an important part of a REST API. In this post we will look at different options to avoid lost updates over HTTP.| www.mscharhag.com
In this post we will look at the different options to use HTTP PATCH for partial resource updates.| www.mscharhag.com
Spring Mock-MVC is a great way to test Spring REST-APIs. This post shows how to reduce boilderplate code in Mock-MVC tests.| www.mscharhag.com