REST
-
Enterprise Java
Service Mesh and Cloud-Native Microservices with Apache Kafka, Kubernetes and Envoy, Istio, Linkerd
Microservice architectures are not free lunch! Microservices need to be decoupled, flexible, operationally transparent, data aware and elastic. Most material…
Read More » -
Enterprise Java
Spring Boot: Building a RESTful Web Application
Introduction: REST stands for Representational State Transfer and is an architectural guideline for API design. We assume that you already…
Read More » -
Enterprise Java
How to make an API call in Flutter (REST API)
In this post, we’ll take a look at how we can make an API call in flutter and consume a…
Read More » -
Enterprise Java
Consuming JSON based REST Web Service in ADF 12.2.1.3
Previously I have posted about consuming ADF BC based REST Web Service in ADF. Now, this post talks about consuming…
Read More » -
Enterprise Java
Defining a Resource
In Fielding’s dissertation a Resource is described as: “Any information that can be named” … “a document or image, a temporal…
Read More » -
Enterprise Java
When HTTP status code is not enough: tackling web APIs error reporting
One area of the RESTful web APIs design, quite frequently overlooked, is how to report errors and problems, either related…
Read More » -
Enterprise Java
Web Services Interview Questions and Answers
In this post we cover almost every portion of the concept of Web services that you need to be familiar…
Read More » -
Enterprise Java
Are you ready to see GraphQL in action?
In last article we have discussed about GraphQL advantages over REST. In this article we will see GraphQL in action.…
Read More » -
Enterprise Java
Comparing Java REST Documentation Frameworks
Deciding which Java framework to choose when documenting your REST APIs can be quite the hassle. In this blogpost we…
Read More »