In this post, we list five alternatives to pass parameters server-side and explained how to access them on Apache APISIX.
-
Quest for REST
SOAP’s biggest flaw was its complexity and its focus on big companies, but it at least provided a shared set of standard specifications.
-
Why a Serverless Data API Might be Your Next Database
Serverless data offers benefits, but market offerings are limited. What serverless data can, should, or could do isn’t always understood.
-
Getting Started with Jakarta EE 9: How to Create a REST API with Jakarta EE 9
In this second article of the Getting Started with Jakarta EE 9 series, we show you some basic scenarios using the REST specification.
Although most people are using the term REST or RESTful API just to indicate they do data transfer over HTTP, and ignore the “Hypermedia as the engine of application State (HATEOS)” part of REST. The technology is used a lot lately to connect the front-end with the back-end.
For those who are not familiar with Jakarta EE, this article should give you an indication how to create such a REST API with Jakarta EE 9.