VOOZH about

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

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


  • Software Development👁 Image
    Remon SinnemaNovember 12th, 2014
    0 155

    The State of REST

    The S in REST stands for State. Unfortunately, state is an overloaded word. In this post I’ll discuss the two…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub StasNovember 11th, 2014
    0 244

    Spring Rest API with Swagger – Exposing documentation

    Once you create API documentation it is important to make it available to the stakeholders. In ideal case, this published documentation…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamNovember 10th, 2014
    0 466

    Java EE 7 / JAX-RS 2.0 – CORS on REST

    Java EE REST application usually works well out of the box on a development machine where all server side resources…

    Read More »
  • Software Development👁 Image
    Remon SinnemaNovember 5th, 2014
    0 113

    How To Return Error Details From REST APIs

    The HTTP protocol uses status codes to return error information. This facility, while extremely useful, is too limited for many…

    Read More »
  • Enterprise Java👁 Image
    Jakub StasOctober 29th, 2014
    1 368

    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👁 java-interview-questions-answers
    Max LamOctober 28th, 2014
    2 601

    Java EE 7 / JAX-RS 2.0: Simple REST API Authentication & Authorization with Custom HTTP Header

    REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub StasOctober 22nd, 2014
    3 230

    Spring Rest API with Swagger – Integration and configuration

    Nowadays, exposed APIs are finally getting the attention they deserve and companies are starting to recognize their strategic value. However,…

    Read More »
  • Software Development👁 Image
    Remon SinnemaOctober 22nd, 2014
    0 95

    How To Control Access To REST APIs

    Exposing your data or application through a REST API is a wonderful way to reach a wide audience. The downside…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengOctober 21st, 2014
    0 93

    Poking around your REST application with a scriptable endpoint

    I love the fact that JDK comes with a ScriptEngine. It’s so flexible when you want to evaluate and troubleshoot…

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