GeekArticles
Web Programming
Java ScriptThe Beauty of REST
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 693 times |
Add CommentFiled in: Java Scriptby Jon Udell March 17, 2004 I've just been to SXSW to speak on a panel called Streetwise Librarians and the Revolution in Libraries . My own small contribution to that revolution, and the reason for my visit to SXSW, is the LibraryLookup project I launched 16 months ago. I'll admit that "project" is a lofty term for what is, basically, just a bunch of variations on a simple JavaScript bookmarklet. But for thousands of patrons of hundreds of libraries, that snippet of JavaScript -- which...n
Read Article Sponsored Links
Related Articles
• Objects at REST One question that comes up really regularly when I have been yacking about the PRESTO approach with people over the last month, is that people don't see how Objects fit into it. They get Persistent URIs, they get REST, bu ...
• Addressing fragments in REST REST offers a great way to build simple applications that Create, Read, Update, and Delete resources. But what if you want to get at part of a resource ...
• Rails, REST, and anarchist XML I'm happy to report that Ruby on Rails not only offers a comfortable way to develop web applications, but that a little-noticed feature makes some formerly theoretical open approaches to XML much more immediately practical ...
• 2008 Predictions - SOA, Grid, SCA, Web 2.0, REST, etc. - Grid computing will grip the attention of enterprise IT leaders, although given the various concepts of hardware grids, compute grids, and data grids, and different approaches taken by vendors, the definition of grid will be as fuzzy as ESB ...
• Introduction to Amazon S3 with Java and REST
S3 is a file storage and serving service offered by Amazon. In this article, Eric Heuveneers demonstrates how to use Amazon S3 via its simple REST API to store and serve your own documents, potentially offloading bandwidth from your own application. ...
• Everything about REST Web Services - what and how - Part 1 Want to design a REST web service? Need to know what REST is and how to go about it? What are the differences between a traditional web service and a REST one? This article starts with the basics, assuming you know nothing of REST and shows you how to end up a REST developer & desig ...