VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroDecember 25th, 2014
    2 544

    Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)

    1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…

    Read More »
  • Enterprise Java👁 Image
    Attila Mihaly BalazsDecember 23rd, 2014
    0 120

    Creating a REST API with Spring Boot and MongoDB

    Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…

    Read More »
  • Software Development👁 Image
    Adrian MateiDecember 22nd, 2014
    4 489

    How to test a REST api from command line with curl

    If you want to quickly test your REST api from the command line, you can use curl. In this post…

    Read More »
  • Software Development👁 Image
    Remon SinnemaDecember 11th, 2014
    0 185

    REST Messages And Data Transfer Objects

    In Patterns of Enterprise Application Architecture, Martin Fowler defines a Data Transfer Object (DTO) as: An object that carries data…

    Read More »
  • Software Development👁 Image
    Chris HaddadDecember 8th, 2014
    0 97

    REST Tooling

    In section 6.3 of Roy’s dissertation, he explains how REST applies to HTTP. But the implementing a RESTful approach requires painstaking…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenDecember 3rd, 2014
    0 116

    Spring RestTemplate with a linked resource

    Spring Data REST is an awesome project that provides mechanisms to expose the resources underlying a Spring Data based repository…

    Read More »
  • Software Development👁 Image
    Shaun AbramNovember 25th, 2014
    2 288

    An introduction to REST

    REST, or Representational State Transfer is an architectural style, or more simply, a set of constraints. We will look at the constraints…

    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 »
  • Scala👁 Image
    Jos DirksenNovember 14th, 2014
    4 180

    First steps with REST, Spray and Scala

    On this site you can already find a couple of articles on how to do REST with a multiple of…

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