VOOZH about

URL: https://www.javacodegeeks.com/tag/rest/page/4

⇱ REST Archives - Page 4 of 7 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Siva JanapatiMay 6th, 2020
    0 509

    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👁 Image
    Per MinborgApril 29th, 2020
    1 411

    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👁 java-interview-questions-answers
    Andrey RedkoApril 14th, 2020
    2 2,181

    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👁 java-interview-questions-answers
    Ashley FriezeMarch 3rd, 2020
    0 118

    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 »
  • Enterprise Java👁 Image
    Kai WaehnerSeptember 26th, 2019
    0 829

    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-interview-questions-answers
    Shubhra SrivastavaSeptember 17th, 2019
    0 274

    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👁 java-interview-questions-answers
    Ayusch JainSeptember 3rd, 2019
    0 365

    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👁 Image
    Ashish AwasthiJuly 7th, 2019
    0 557

    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👁 java-interview-questions-answers
    Alex StaveleyJune 11th, 2019
    0 302

    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 »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close