VOOZH about

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

⇱ REST Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraDecember 18th, 2025
    0 362

    Posting XML Data with Spring RestTemplate

    In modern microservice architectures, applications frequently communicate with external systems using REST APIs. While JSON is the most commonly used…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 30th, 2025
    0 952

    HTTPS Calls to Untrusted SSL Servers with REST Assured

    When testing REST APIs over HTTPS, REST Assured provides a simple and fluent interface to interact with APIs. However, testing…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouDecember 25th, 2024
    0 622

    REST vs. gRPC: Which Is Better for Performance and Scalability?

    When it comes to building APIs, two of the most widely used protocols are REST (Representational State Transfer) and gRPC…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraDecember 16th, 2024
    0 1,320

    HTTP DELETE With Request Body

    HTTP DELETE is typically used to request the deletion of a resource from a server. However, unlike other HTTP methods…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 21st, 2024
    0 636

    Applying @ClientBasicAuth in Quarkus REST Client

    The Quarkus REST Client makes it easy to consume RESTful services with built-in support for authentication mechanisms like Basic Authentication.…

    Read More »
  • Core Java👁 Image
    Yatin BatraJuly 12th, 2024
    0 2,029

    How to Make Multiple REST Calls in CompletableFuture

    Parallelism, where multiple tasks are executed simultaneously, can significantly improve performance by reducing the overall wait time for all the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagDecember 7th, 2021
    0 221

    HTTP – Content negotiation

    With HTTP, resources are identified using URIs. And a uniquely identified resource might support multiple resource representations. A representation is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagAugust 14th, 2021
    0 196

    File down – and uploads in RESTful web services

    Usually we use standard data exchange formats like JSON or XML with REST web services. However, many REST services have…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Prasanth GullapalliJune 11th, 2021
    0 1,758

    Rest API Documentation and Client Generation with OpenAPI

    Microservices architecture helps in building an application as a suite of multiple fine-grained smaller services. Each of these services run…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close