RESTful Web Services
-
Enterprise Java
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
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
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
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
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
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
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
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 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 »