VOOZH about

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

⇱ Jersey Archives - Page 2 of 4 - Java Code Geeks


  • Enterprise Java👁 Image
    Gerard DavisonFebruary 13th, 2015
    1 187

    Per client cookie handling with Jersey

    A lot of REST services will use cookies as part of the authentication / authorisation scheme. This is a problem…

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

    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👁 Image
    Rafal BorowiecJanuary 7th, 2015
    3 1,036

    Getting started with Jersey and Spring Boot

    Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiJanuary 7th, 2015
    1 101

    How to integrate Jersey in a Spring MVC application

    I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…

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

    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👁 Image
    Adrian MateiOctober 30th, 2014
    1 486

    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👁 Image
    Jakub StasOctober 29th, 2014
    1 370

    Spring Rest API with Swagger – Creating documentation

    The real key to making your REST API easy to use is good documentation. But even if your documentation is…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiAugust 5th, 2014
    3 375

    Tutorial – REST API design and implementation in Java with Jersey and Spring

    Looking to REST in Java? Then you’ve come to the right place, because in the blog post I will present…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJuly 15th, 2014
    0 111

    Jersey SSE capability in Glass Fish 4.0.1

    Glass Fish bundles different Reference Implementations for various Java EE specifications e.g. Weld for CDI, Mojarra for JSF, Tyrus for WebSocket,…

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