VOOZH about

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

⇱ JAX-RS Archives - Page 5 of 8 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 25th, 2015
    0 119

    Simplifying JAX-RS caching with CDI

    This post explains (via a simple example) how you can use CDI Producers to make it a little easier to…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiJanuary 16th, 2015
    0 433

    Quick way to check if the REST API is alive – GET details from Manifest file

    There might be cases when you want to quickly verify if your REST API, that is deployed either on dev, test…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJanuary 13th, 2015
    0 112

    JAX-RS 2.0 : Server side Processing Pipeline

    The inspiration for this post was the Processing Pipeline section in the JAX-RS 2.0 specification doc (Appendix C). I like…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecJanuary 9th, 2015
    0 317

    Building a HATEOAS API with JAX-RS and Spring

    In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoDecember 11th, 2014
    0 102

    Beyond the JAX-RS spec: Apache CXF search extension

    In today’s post we are going to look beyond the JAX-RS 2.0 specification and explore the useful extensions which Apache…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiNovember 18th, 2014
    3 645

    How to compress responses in Java REST API with GZip and Jersey

    There may be cases when your REST api provides responses that are very long, and we all know how important transfer…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamNovember 10th, 2014
    0 466

    Java EE 7 / JAX-RS 2.0 – CORS on REST

    Java EE REST application usually works well out of the box on a development machine where all server side resources…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiOctober 30th, 2014
    1 485

    Custom Reason Phrase in HTTP status error message response with JAX-RS (Jersey)

    In some of my recent work I got the request to produce a custom Reason Phrase in the  HTTP status…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamOctober 28th, 2014
    2 601

    Java EE 7 / JAX-RS 2.0: Simple REST API Authentication & Authorization with Custom HTTP Header

    REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • ...
  • Last
Back to top button
Close