REST

  • submit to reddit

Exposing Enterprise Services via REST APIs

Appery.io has always made it quite simple to integrated with backend systems via REST APIs — but what if those systems are behind the firewall and don’t...

0 replies - 686 views - 05/23/13 by Max Katz in Articles

Spring MVC and the HATEOAS constraint

HATEOAS is a REST architecture principle where hypermedia is used to change application state. To change state, the returned resource...

0 replies - 3569 views - 05/10/13 by Geraint Jones in Articles

REST Assured - Hypermedia APIs with Spring MVC

REST assured - Hypermedia APIs with Spring MVC from Øredev Conference on Vimeo. Spring MVC forms a solid foundation to implement REST based web-services...

0 replies - 842 views - 05/06/13 by Mitch Pronschinske in Articles

Using the SkyDrive REST API

I have created a wrapper class to simplify my work with the SkyDrive REST API. I assume that you will be using a web application in this article. The...

0 replies - 2195 views - 05/01/13 by Prashant Khandelwal in Articles

Designing a Beautiful REST+JSON API

In this presentation, Les Hazlewood - Stormpath CTO and Apache Shiro PMC Chair - will share all of the golden nuggets learned while designing, implementing and...

0 replies - 2991 views - 04/21/13 by Mitch Pronschinske in Articles

spray: REST on Akka

spray (www.spray.cc) is a suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka. In this talk Mathias will...

0 replies - 1221 views - 04/21/13 by Mitch Pronschinske in Articles

Brian Sletten on RESTful API Design

Brian Sletten, the author of the DZone REST Refcard dispels pre-conceived notions about REST API design while going over Representation Design, Versioning, and...

0 replies - 2670 views - 04/19/13 by Mitch Pronschinske in Articles

MOXy and JSON with Padding

JSON with padding is a communication mechanism used in JavaScript to overcome restrictions due to the same origin policy (for more information see:...

0 replies - 2056 views - 04/06/13 by Blaise Doughan in Articles

5 Improvements To Be Considered If You’re Writing Your Next Custom Web Service Client

Of course the first thing most people would tell you is to look for existing solutions. But even then, there are those times when you need to write your own....

0 replies - 791 views - 03/20/13 by Jose Asuncion in Articles

Rest with Scala and Vert.x

A previous post introduced some features of using Scala with Vert.x. This post covers how to publish Rest web services in an elegant and simple...

0 replies - 2734 views - 03/13/13 by Slim Ouertani in Articles

Compare RESTful vs SOAP Web Services

There are currently two schools of thought in developing Web Services – one being the standards-based traditional approach [ SOAP ] and the other, simpler...

10 replies - 12899 views - 03/08/13 by Jagadeesh Motamarri in Articles

From open source to open API with Restlet

From open source to open API with Restlet from JavaZone on Vimeo. The impressive rise of open web APIs disrupts the way we develop on the Web, in a way...

0 replies - 1291 views - 03/07/13 by Mitch Pronschinske in Articles

XINS web services framework 3.1 released

I've just released the version 3.1 of XINS, an open source web services framework that supports XML over HTTP, REST, SOAP, XML-RPC, JSON-RPC and many other...

0 replies - 433 views - 02/22/13 by Anthony Goubard in Announcements

REST-JSON Service Definition Simplified

In continuation from my previous post on REST-JSON Service Versioning here are my thoughts around service definition for REST-JSON. Problem...

0 replies - 1561 views - 02/13/13 by Senthil Balakrishnan in Articles

REST-JSON Service Versioning – Simple approach

Problem Statement: As a provider of a service, one is obliged to maintain different versions of a service. One of the possible reasons could be the existing...

2 replies - 1986 views - 02/05/13 by Senthil Balakrishnan in Articles