VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagSeptember 1st, 2020
    0 187

    REST: Retrieving resources

    Retrieving resources is probably the simplest REST API operation. It is implemented by sending a GET request to an appropriate…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagAugust 28th, 2020
    0 283

    Introduction to Hypermedia REST APIs

    Introduction When browsing the web we typically navigate from one site to another by following Hyperlinks. Those links make the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomAugust 20th, 2020
    0 1,049

    RESTful API Design

    There are five principal aspects to a RESTful API specification that must be considered prior to coding an API specification.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagAugust 10th, 2020
    0 189

    REST: Managing One-To-Many relations

    In a previous post we looked at many-to-many relations. This time we will see how to model one-to-many relations in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoJuly 29th, 2020
    0 391

    RESTful services with HATEOAS: Hypermedia, Optional Or Not?

    1. Introduction In this last, conclusive part of the tutorial we are going to compile our thoughts, what we have…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJuly 6th, 2020
    0 670

    REST: Creating resources

    Resource creation is a common REST API operation. In this post we will see how single resource can be created.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoJune 29th, 2020
    0 1,475

    RESTful services with HATEOAS: REST APIs and Hypermedia on JVM

    1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJune 21st, 2020
    0 355

    REST: Managing Many-To-Many relations

    Introduction Managing relations between multiple resources can be an essential part of an RESTful API. In this post we will…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagMay 11th, 2020
    0 188

    REST / Using feeds to publish events

    Dealing with events When working with multiple decoupled services (e.g. in a micro service architecture) it is very likely that…

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