VOOZH about

URL: https://www.javacodegeeks.com/tag/jax-rs

⇱ JAX-RS Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeNovember 14th, 2025
    0 1,166

    Guide to Logging in Java Jersey Applications

    Logging is a critical part of any production-ready RESTful service. It helps us trace requests, debug issues, and monitor performance.…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeFebruary 28th, 2025
    0 1,126

    Read Response Body in JAX-RS Client from a POST Request

    JAX-RS (Jakarta API for RESTful Web Services) is a widely used framework for building RESTful web services in Java. It…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoJanuary 26th, 2022
    0 1,341

    So you want to expose your JAX-RS services over HTTP/2

    Nonetheless HTTP/2 is about six years old (already!), and HTTP/3 is around the corner, it looks like the majority of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoOctober 6th, 2020
    0 278

    For gourmets and practioners: pick your flavour of the reactive stack with JAX-RS and Apache CXF

    When JAX-RS 2.1 specification was released back in 2017, one of its true novelties was the introduction of the reactive…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerJuly 26th, 2020
    0 383

    Converting JAX-RS parameters with ParamConverters

    If you want JAX-RS to automatically convert parameters such as query params, path params, or others, you need to create…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoJune 29th, 2020
    0 1,477

    RESTful services with HATEOAS: REST APIs and Hypermedia on JVM

    1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerApril 5th, 2020
    0 7,511

    Quickly creating URIs with UriBuilder

    If you have access to the JAX-RS API and an implementation in your projects (many do), then you can use…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoMay 14th, 2019
    0 412

    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👁 Image
    Andrey RedkoFebruary 26th, 2019
    0 169

    The Hypermedia APIs support in JAX-RS and OpenAPI: a long way to go

    Sooner or later, most of the developers who actively work on REST(ful) web services and APIs stumble upon this truly…

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