Create/update blips for hal-hateoas, microservices and spring-boot

This commit is contained in:
Timo Fuchs
2018-03-26 17:37:16 +02:00
parent 31b870dc31
commit 3495d2aa6e
3 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
---
title: "HAL / HATEOAS"
ring: trial
quadrant: methods-and-patterns
---
We still recommend the usage of HAL and HATEOAS.
But depending on the resource structure, there are some pitfalls to be aware of:
- Increased amount of HTTP calls
- Parallelization of client side calls is more difficult or even impossible when following links on heavily nested resource structures
- Consumer side code might get larger