VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Tugdual GrallDecember 28th, 2015
    0 129

    Using Apache Drill REST API to Build ASCII Dashboard With Node

    Apache Drill has a hidden gem: an easy to use REST interface. This API can be used to Query, Profile…

    Read More »
  • Enterprise Java👁 Image
    Federico TomassettiDecember 14th, 2015
    0 125

    An introduction to Spark, your next REST Framework for Java

    I hope you’re having a great Java Advent this year! Today we’re going to look into a refreshing, simple, nice…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Paris ApostolopoulosNovember 29th, 2015
    0 464

    Setting basic response http headers for REST resources on a simple Vertx Rest based app

    I am new to Vert.x but as a Java developer (die hard) I find it much more enjoyable and promising…

    Read More »
  • DevOps👁 Image
    Arun GuptaNovember 27th, 2015
    0 268

    Configure Couchbase Docker Container using REST API

    Couchbase Docker image is published at hub.docker.com/_/couchbase. The easiest way to start this image is: docker run -d -p 8091:8091 couchbase/server 8091…

    Read More »
  • Software Development👁 Image
    Sandro MancusoOctober 28th, 2015
    0 132

    Transcending REST and RPC

    It seems that a new paradigm is coming. Facebook and Netflix have come up with different implementations for that idea.…

    Read More »
  • Enterprise Java👁 Image
    Federico TomassettiAugust 6th, 2015
    0 169

    Getting started with Spark: it is possible to create lightweight RESTful application also in Java

    Recently I have been writing a RESTful service using Spark, a web framework for Java (which is not related to Apache Spark). When we…

    Read More »
  • Software Development👁 Image
    Tomasz NurkiewiczJuly 31st, 2015
    5 187

    RESTful considered harmful

    I don’t like RESTful principles and APIs. In recent years it is seen as universal protocol for inter-process communication, especially…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJuly 1st, 2015
    1 643

    How To Stream/Serialize JPA Result As JAX-RS Response For Large Data

    There are times that retrieving a large data set through JPA is necessary (e.g. more than 1,000,000 records) and having…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJune 26th, 2015
    7 2,159

    Java REST JAX-RS 2.0 – How To Handle Date, Time and Timestamp Data Types

    Be it X-Form-Urlencoded or JSON HTTP post to a REST resource end-point, there is no specific “data type” for date…

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