VOOZH about

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

⇱ Jersey Archives - Java Code Geeks


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

    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
    Yatin BatraOctober 28th, 2025
    0 614

    Java Jersey & Jackson ObjectMapper Example

    When building REST APIs with Jersey (a JAX-RS implementation) and Jackson for JSON serialization, developers often need to customize how…

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

    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 »
  • Core Java👁 Image
    Omozegie AziegbeFebruary 6th, 2025
    0 1,303

    Configuring Jersey Connection and Read Timeouts

    This article will guide you through setting connection timeout and read timeout in Jersey using ClientConfig. When developing RESTful applications…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sandra ParsickMarch 30th, 2018
    1 482

    Mocking SecurityContext in Jersey Tests

    Jersey has a great possibility to write integration test for REST-APIs, written with Jersey. Just extend the class JerseyTest and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerNovember 8th, 2017
    0 288

    Jersey client dependencies for JAX-RS 2.1

    Jersey is the reference implementation of JAX-RS 2.1. The following Jersey dependencies are required in order to run a JAX-RS…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Javin PaulJune 14th, 2017
    0 341

    Jersey Web Service Hello World Example in Java

    After Restlet, Jersey is another popular open source framework to create RESTful web services in Java. Jersey conforms JAX-RS specification and actually…

    Read More »
  • Enterprise Java👁 Image
    Juri StrumpflohnerMay 14th, 2015
    0 176

    Jersey WebResource – Header don’t get appended

    Yesterday I ran into a strange problem when using the Jersey WebResource class for doing HTTP calls: it seemed as…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiFebruary 20th, 2015
    0 229

    How to secure Jersey REST services with Spring Security and Basic authentication

    In my previous blog post, Quick way to check if the REST API is alive – GET details from Manifest…

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