REST
-
Enterprise Java
What’s the case for your API?
Disclaimer: In pure REST, API’s are opaque and the URL should be whatever what was sent as a link in…
Read More » -
Enterprise Java
How to bind @RequestParam to object in Spring
Do you have multiple parameters annotated with @RequestParam in a request mapping method and feel it isn’t readable? The annotation…
Read More » -
Enterprise Java
Restful API using Spring Rest & Spring Data JPA & H2 with Spring Boot Example
Hello Friends, In this tutorial, you will learn the following : 1. Configuring Spring Rest, Spring Data JPA and H2…
Read More » -
Software Development
Microservices Messaging: Why REST Isn’t Always the Best Choice
Microservices are a big business. Thanks to advances in container orchestration, multi-process applications development and sheer user demand, companies are…
Read More » -
Enterprise Java
A configurable JAX-RS ExceptionMapper with MicroProfile Config
When you create REST services with JAX-RS, you typically either return nothing (so HTTP 201/2/4 etc) or some data, potentially…
Read More » -
Enterprise Java
How to Invoke an External REST API from a Cloud Function
In a previous blog post I showed how to create your first cloud function (plus a video). It’s very likely…
Read More » -
Enterprise Java
Speed Up Services With Reactive API in Java EE 8
Services can often be optimized with asynchronous processing even without changing their behavior towards the outside world. The reason why…
Read More » -
Enterprise Java
And some more REST tips
In previous blog posts I have covered some ideas and tips for achieving a REST architecture. In this post, I cover…
Read More » -
Enterprise Java
REST: Using a Controller endpoint?
In general REST architectures, the fundamental concept is a Resource. After Resources, the next thing is to develop a Uniform…
Read More »