» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with post + rest

Post XML using curl [curl] [rest]

echo '<doc><item>Some content.</item></doc>' | curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

URIs, Addressability, and the use of HTTP GET and POST (W3C TAG Finding 21 March 2004)

"The finding explains how to choose between HTTP GET and POST for an application taking into account architectural, security, and practical considerations."

W3C: Del.icio.us W3C Tags

The Highs and Lows of REST

"it could remove the artificial and often harmful separation made between the web people interact with and the web machines interact with." "anything conforming to the constraints of at least one HTTP method and that also exposes references to other resou

XML: del.icio.us/tag/xml

Post XML using curl [curl] [rest]

echo '<doc><item>Some content.</item></doc>' | curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

Announcing Jersey - (Earthly Powers : Weblog)

Jersey is the newly created open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services with plain old Java objects. But, it is also more than the Reference mplementation. Jersey aims to provide additional APIs and extension p

GlassFish: del.icio.us/tag/glassfish

Announcing Jersey - (Earthly Powers : Weblog)

Jersey is the newly created open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services with plain old Java objects. But, it is also more than the Reference mplementation. Jersey aims to provide additional APIs and extension p

opensource: del.icio.us tag/opensource

The Cafes » Why REST Failed

"a simpler system that enables developers who understand it to bring applications to market faster that perform better. Well, actually, no, it’s not. And therein lies a story."

XForms: del.icio.us/tag/XForms

Forms in HTML documents

The HTML specification only allows GET and POST as form actions. XHTML and even XForms 1.0 don’t change this. This means it’s impossible to build a fully RESTful client application inside a web browser. Consequently everyone tunnels everything through

W3C: Del.icio.us W3C Tags

URIs, Addressability, and the use of HTTP GET and POST

URIs, Addressability, and the use of HTTP GET and POST

W3C: Del.icio.us W3C Tags

Stefan Tilkov's Random Stuff: REST vs. SOAP (Oh No, Not Again)

Post discussing REST vs SOAP using the age-old technique of "não entendeu? quer que eu desenhe?" (portuguese)

UML: del.icio.us tag/uml