Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Nice low-level API. Missing high-level API. (Score 3, Insightful) 307

Uploading a file is simply performing a PUT on an object URI:
http://code.google.com/apis/storage/docs/reference-methods.html#putobject

Content goes in the HTTP request body.

This is not rocket science. If you can't wrap your head around REST, wait for someone to come up with a RPC-style API.

Comment Teachable moment? (Score 2, Insightful) 307

When someone tries to bash a cleanly designed RESTful interface as being "too complicated", you know it's a sad state of affairs. If this can lead to even one person reading chapter 5 of Fielding's dissertation, maybe some good can come of it after all...

http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm
http://en.wikipedia.org/wiki/Representational_State_Transfer
http://en.wikipedia.org/wiki/Roy_Fielding

"Developer", meet HTTP..

Comment f'ing patch it already (Score 1) 182

If you feel like making an exploit public, go right ahead. Just make sure you send your patch along with it. What? No patch? It's a java servlet app, not an ELF binary. Unzip the .war, decompile the classes with jad, and fix the damn thing yourself. I've lost patience with the attention whoring from wannabe security researchers.

Slashdot Top Deals

Ontogeny recapitulates phylogeny.

Working...