REST

  • submit to reddit

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 - 797 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 - 2151 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 - 2944 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 - 1179 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 - 2616 views - 04/19/13 by Mitch Pronschinske in Articles

Zuora REST Store for E-Commerce

This is a demonstration of the REST store for e-commerce by MuleSoft. The solution consist of sample code for a storefront, 5 composite services and a REST...

0 replies - 918 views - 03/30/13 by Mitch Pronschinske in Articles

Writing RESTful Web Services Using Node.js

Writing RESTful web services using Node.js - Jakob Mattsson from GrUSP on Vimeo. Tools like Express and NoSQL-databases have made it easy to write web...

0 replies - 3176 views - 03/22/13 by Mitch Pronschinske 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 - 780 views - 03/20/13 by Jose Asuncion 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 - 12355 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 - 1279 views - 03/07/13 by Mitch Pronschinske in Articles

Carbon Admin Services in RESTful

Carbon is WSO2's platform made of a front-end and a back-end. The backend contains SOAP Web services interface. But can I access this in RESTful mode or...

0 replies - 1196 views - 02/23/13 by Madhuka Udantha in Articles

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 - 1533 views - 02/13/13 by Senthil Balakrishnan in Articles

How to Read in REST Parameters in the Axway Vordel API Server

The Axway Vordel API Server allows you to read in REST API parameters from an incoming request, and then use these parameters for a variety of purposes, for...

0 replies - 1034 views - 02/07/13 by Mark O'neill in Articles

REST with Apache Camel

There are many ways to expose an HTTP endpoint in Camel: jetty, tomcat, servlet, cxfrs and restlet. Two of these components - cxfrs and restlet also support...

2 replies - 3753 views - 02/04/13 by Bilgin Ibryam in Articles

Why HATEOAS is not the witch to burn

A bit late to the party, but some arguments require thinking and finding yourself in the problem a pattern was extracted from, to be able to judge it...

0 replies - 2668 views - 01/17/13 by Giorgio Sironi in Articles