REST
-
Enterprise Java
RESTful services with HATEOAS: Hypermedia, Optional Or Not?
1. Introduction In this last, conclusive part of the tutorial we are going to compile our thoughts, what we have…
Read More » -
Enterprise Java
REST: Creating resources
Resource creation is a common REST API operation. In this post we will see how single resource can be created.…
Read More » -
Enterprise Java
RESTful services with HATEOAS: REST APIs and Hypermedia on JVM
1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…
Read More » -
Enterprise Java
REST: Managing Many-To-Many relations
Introduction Managing relations between multiple resources can be an essential part of an RESTful API. In this post we will…
Read More » -
Enterprise Java
REST / Using feeds to publish events
Dealing with events When working with multiple decoupled services (e.g. in a micro service architecture) it is very likely that…
Read More » -
Enterprise Java
Build Reactive REST APIs with Spring WebFlux – Part1
In this article, we will see how to build reactive REST APIs with Spring WebFlux. Before jumping into the reactive…
Read More » -
Enterprise Java
Java/Cloud: How to Quickly Create a Kubernetes-ready REST Microservice
It is safe to say that the Microservice + Cloud combination is all the rage these days. Microservices are being…
Read More » -
Enterprise Java
RESTful services with HATEOAS. Hypermedia: The Secret Ingredient of REST
In this post, we feature a comprehensive article about RESTful services with HATEOAS. Hypermedia which is the Secret Ingredient of…
Read More » -
Enterprise Java
It Broke vs You’re Wrong
When building REST APIs for microservices, there are a few design decisions to make about responses. Some responses are clearly…
Read More »