VOOZH about

URL: https://www.javacodegeeks.com/tag/rest/page/5

⇱ REST Archives - Page 5 of 7 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoMay 14th, 2019
    0 407

    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👁 java-interview-questions-answers
    Abhishek KothariApril 15th, 2019
    0 376

    Web Services Interview Questions and Answers

    In this post we cover almost every portion of the concept of Web services that you need to be familiar…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva JanapatiMarch 28th, 2019
    0 206

    Are you ready to see GraphQL in action?

    In last article we have discussed about GraphQL advantages over REST. In this article we will see GraphQL in action.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Wouter Van HeckeJanuary 11th, 2019
    0 270

    Comparing Java REST Documentation Frameworks

    Deciding which Java framework to choose when documenting your REST APIs can be quite the hassle. In this blogpost we…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex StaveleyDecember 21st, 2018
    0 1,626

    What’s the case for your API?

    Disclaimer: In pure REST, API’s are opaque and the URL should be whatever what was sent as a link in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Daniel OlszewskiOctober 5th, 2018
    2 5,815

    How to bind @RequestParam to object in Spring

    Do you have multiple parameters annotated with @RequestParam in a request mapping method and feel it isn’t readable? The annotation…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gaurav BhardwajAugust 27th, 2018
    13 1,155

    Restful API using Spring Rest & Spring Data JPA & H2 with Spring Boot Example

    Hello Friends, In this tutorial, you will learn the following : 1. Configuring Spring Rest, Spring Data JPA and H2…

    Read More »
  • Software Development👁 Image
    Lee SylvesterAugust 17th, 2018
    3 169

    Microservices Messaging: Why REST Isn’t Always the Best Choice

    Microservices are a big business. Thanks to advances in container orchestration, multi-process applications development and sheer user demand, companies are…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Phillip KrugerAugust 14th, 2018
    2 308

    A configurable JAX-RS ExceptionMapper with MicroProfile Config

    When you create REST services with JAX-RS, you typically either return nothing (so HTTP 201/2/4 etc) or some data, potentially…

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