PUBLIC   marks

PUBLIC MARKS with tag rest

Sponsorised links

June 2009

Styling buttons to look like links | Natalie Downe

by karlcow & 1 other

A common mistake that many developers make is to use a link to trigger an action on the server, for example deleting an item from a shopping basket or adding something to your favourites. Both of these examples are actions that modify state on the server and should therefore be performed using 'post'.

ouch :)

Protocol Reference - Google Data APIs - Google Code

by holyver
This document describes the protocol used by the Google Data APIs, including information about what a query looks like, what results look like, and so on.

Google Data APIs - Google Code

by holyver (via)
The Google Data APIs provide a simple standard protocol for reading and writing data on the web. These REST-style APIs are based on the Atom Publishing Protocol (AtomPub), using the standard Atom syndication format to represent data and HTTP to handle communication. The Google Data API protocol also extends AtomPub for processing queries, authentication, batch requests, and providing alternate output formats (JSON, RSS). Many Google services support the Google Data API protocol

Google Data APIs Overview - Google Data APIs - Google Code

by holyver
The Google Data APIs provide a simple standard protocol for reading and writing data on the web. The Data APIs use either of two standard XML-based syndication formats: Atom or RSS. They also have a feed-publishing system that consists of the Atom publishing protocol plus some extensions (using Atom's standard extension model) for handling queries.

Getting to know the Atom Publishing Protocol, Part 1: Create and edit Web resources with the Atom Publishing Protocol

by holyver (via)
The Atom Publishing Protocol is an important new standard for content publishing and management. In this article, explore a high-level overview of the protocol and its basic operation and capabilities.

Unboxing Web-Oriented Architecture: The 6 Aspects Of An Emergent Architectural Style

by night.kame

Transfer Methods. This is at the core of REST and ROA and is the foundation of Web-Oriented Architecture. You can read Roy Fielding's chapter on REST (he conceived of the approach originally) or you can just follow the simple guidelines here. At other times, protocols like BitTorrent can be used if the requirements warrant it, but these are exceptional scenarios that I will cover at some point in the future.

Ne pas citer XMPP dans les "Transfer Methods" quelque jours après l'annonce de Google Wave, et surtout le mettre dans le schéma au niveau des Microformats fait perdre toute crédibilité à l'article.

Sponsorised links

May 2009

InfoQ: Presentation: Ian Robinson on REST, Atom and AtomPub

by karlcow

In a presentation recorded at QCon San Francisco, ThoughtWorks' Ian Robinson explains how Atom and AtomPub can be used as part of a RESTful HTTP approach in enterprise projects.

Joe Gregorio | BitWorking | Selected quotes on REST and "empty window" interfaces

by karlcow

using too much Javascript can reduce visibility, not only to intermediaries, but also to other denizens of the web, like crawlers.

April 2009

Apache CouchDB: Introduction

by holyver
What CouchDB is * A document database server, accessible via a RESTful JSON API. * Ad-hoc and schema-free with a flat address space. * Distributed, featuring robust, incremental replication with bi-directional conflict detection and management. * Query-able and index-able, featuring a table oriented reporting engine that uses Javascript as a query language. What it is Not * A relational database. * A replacement for relational databases. * An object-oriented database. Or more specifically, meant to function as a seamless persistence layer for an OO programming language.

SRW/U [OCLC - Software]

by parmentierf
The SRW/U Open Source project offers software that implements both the SRW Web Service and the SRU REST model interface to databases. Included are interfaces that support DSpace's Lucene implementation and OCLC's Pears and Newton databases.

brdfdr.com (Birdfeeder)

by Xavier Lacot & 3 others
Birdfeeder is the prototype implementation of a RESTful, interoperable, Internet-scale microblogging protocol, tentatively called Fethr (Featherweight Entangled Timelines over HTTP Requests). It proposes all the traditionnal features of the microblogging. Can be tested at http://river.cs.rice.edu/bird/

brdfdr.com (Birdfeeder)

by marco & 3 others
Birdfeeder is the prototype implementation of a RESTful, interoperable, Internet-scale microblogging protocol, tentatively called FETHR (Featherweight Entangled Timelines over HTTP Requests).

wiki.amqp.org: 7-RestMS - RESTful Messaging Service

by karlcow

This document describes RestMS, a RESTful Messaging Service that exposes AMQP networks as a set of resources clearly identified by URIs and each supporting the appropriate HTTP methods. RestMS is designed to interoperate with AMQP/0.9.1 and future versions of AMQP.

March 2009

Apprendre REST - un style d'architecture du Web

by parmentierf & 14 others
REST est un style architectural permettant de développer des applications Web. Vous trouverez dans ces pages un ensemble de ressources pour pouvoir développer vos services Web en respectant ce style d'architecture.

InfoQ: Tim Bray on the Future of the Web

by kasi77 & 1 other (via)
Tim Bray talks about why he is not convinced with the buzz surrounding Rich Internet Applications and shares his ideas on Cloud Computing. He also expresses his opinion regarding the debate REST vs. WS-* and the future directions web technologies will be taking.

Bill de hÓra: Snowflake APIs

by greut (via)

RDF is worth learning for a different reason — the profound enlightenment experience you will have when you finally get it. That experience will make you a better format and data API designer for the rest of your days, even if you never actually use RDF itself a lot. (You can get some beginning experience with RDF fairly easily by writing and modifying simple files like FOAF and DOAP for social networks and software projects, or RDFa extensions for XHTML.)

tagthe.net - Webservice that tags your resources

by parmentierf & 5 others
This is a simple webservice that helps you in tagging textual content on and off the web.

Application Platform Strategies Blog: REST in Action: Recovery.org

by karlcow

George Thomas was kind enough to post his slides describing the architecture of the recovery.org web site. The site is built using Drupal, and relies on REST, Atom, XForms, XHTML, RDFa, and SPARQL.

PUBLIC TAGS related to tag rest

no tag

Sponsorised links