rest: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(→‎Tools: typo)
Line 7: Line 7:


== Topics ==
== Topics ==
=== URLs ===
;[[rest/opacity]]
:Properly Interpreting the "Axiom of URI Opacity"
;[[rest/urls]]
:How should URLs be structured for maximum clarity & discoverability?
=== HTML ===
;[[rest/ahah]]
;[[rest/ahah]]
:Asychronous HTML vs. AJAX
:Asychronous HTML vs. AJAX
;[[rest/description]]
:What, if anything, is the analogue of WSDL for REST services?
;[[rest/webforms]]
:Upgrading browsers to support PUT and DELETE properly
=== Implementations ===
;[[rest/cgi]]
;[[rest/cgi]]
:CGI is slow, and FastCGI is designed for C parsers.  Is there a third option?
:CGI is slow, and FastCGI is designed for C parsers.  Is there a third option?
;[[rest/description]]
:What, if anything, is the analogue of WSDL for REST services?
;[[rest/opacity]]
:Properly Interpreting the "Axiom of URI Opacity"
;[[rest/rails]]
;[[rest/rails]]
:Ways to make Ruby on Rails more REST-friendly out of the box.
:Ways to make Ruby on Rails more REST-friendly out of the box.
;[[rest/urls]]
=== Standards ===
:How should URLs be structured for maximum clarity & discoverability?
* [http://www.ietf.org/rfc/rfc3205.txt HTTP as a Substrate] - Best Current Practice
;[[rest/webforms]]
* [http://www.faqs.org/rfcs/rfc2483.html text/uri-list] (Section 5, URI Resolution Services)
:Upgrading browsers to support PUT and DELETE properly


== Background Research ==
== Background Research ==

Revision as of 20:43, 25 November 2005

Microformats in REST Web Services

This the home page for discussion, research, and standards regarding how to optimally use Microformats as the encoding for REST web services. The goal is for all REST-related information in the microformats world to live under this URL.

Discussion Forums

Topics

URLs

rest/opacity
Properly Interpreting the "Axiom of URI Opacity"
rest/urls
How should URLs be structured for maximum clarity & discoverability?

HTML

rest/ahah
Asychronous HTML vs. AJAX
rest/description
What, if anything, is the analogue of WSDL for REST services?
rest/webforms
Upgrading browsers to support PUT and DELETE properly

Implementations

rest/cgi
CGI is slow, and FastCGI is designed for C parsers. Is there a third option?
rest/rails
Ways to make Ruby on Rails more REST-friendly out of the box.

Standards

Background Research

Examples

Brainstorming

Proposals

Note that these are all preliminary.

Implementations

Tools

 $ script/plugin install restifarian # need beta gems/edge rails for this to work

Examples

  • DARC: Darwin-Apache-Rails-CoreData
  • TurboGear AddressBook (Mac OS X-only)

Sites


Participants