VOOZH about

URL: https://www.javacodegeeks.com/tag/restful-web-services/page/5

⇱ RESTful Web Services Archives - Page 5 of 18 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Roberto CortezMarch 6th, 2015
    0 212

    REST API Evolution

    In one way or another, every developer has come in touch with an API. Either integrating a major system for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMarch 6th, 2015
    0 103

    Quick peek at JAX-RS request to method matching

    In this post, let’s look at the HTTP request to resource method matching in JAX-RS. It is one of the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczFebruary 28th, 2015
    0 161

    Journey to idempotency and temporal decoupling

    Idempotency in HTTP means that the same request can be performed multiple times with the same effect as if it…

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

    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 »
  • 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 »
  • Scala👁 Image
    Jos DirksenFebruary 3rd, 2015
    0 206

    Building a REST service in Scala with Akka HTTP, Akka Streams and reactive mongo

    At the end of last year I wrote a couple of articles that showed how you can use Spray.io to…

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

    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 »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close