Videos tagged with RESTful
Sit in like a fly on the wall, while Jim Weirich and Joe O'Brien walk through a code review with the customer, Chris Nelson. The team has uncovered some very typical issues that can arise in Ruby projects. The code review is presented in three acts. Act I is a review of a typical rails application. Having added some testing and followed the typical restful conventions, this application seems pr...
DimeCasts.Net #67: Implementing a REST service with WCF (part 1)
In this episode we will be taking a look at how to implement a RESTful service using WCF (Windows Communication Foundation). We will start off by taking a look at what a RESTful service is and the move on to actually creating one with WCF
RubyConf 2008: Lightweight Web Services
Tired of web apps written in Ruby being big, slow, and complex? Then try subdividing your problem space by slicing up your app into a set of lightweight web services. In this talk, Adam Wiggins, author of the RestClient rubygem, and Blake Mizerany, author of the Sinatra microframework, will introduce you to these lean-and-mean tools and show you that Ruby web apps can indeed be small, fast, and...
RubyConf 2008: Waves: a Resource-Oriented Framework
Most Web application frameworks today focus on a single basic architectural style, a variation of the MVC architecture popularized by Sun. In many respect, MVC is fundamentally at odds with the intrinsic architecture of the Web itself, which is a resource-oriented model based on HTTP. This architecture forms the basis of REST and has been widely adopted, forcing Web frameworks to retrofit MVC t...
Building your next service with the Atom Publishing Protocol
Summary In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way. He explains when to use and when to avoid using AtomPub, highlights its advantages, and shows where it doesn't provide a generic solution. Bio Dan Diephouse is an enterprise architect and open source ...
NetBeansTV: RESTful Web Services Pet Catalog
This is a screencast about an example Pet Store Catalog application which shows how to expose a Catalog as a RESTful Web Service for remote client applications, and shows a Dojo client which gets and displays the Web Service responses in a dynamic Ajax table ( Dojo grid). NetBeans IDE 6.5 is being used. Developed by: Carol McDonald
Intro to REST
Joe Gregorio goes over the basic principles behind REST. Related links: RFC 2616 RFC 3986 Architectural Styles and the Design of Network-based Software Arhchitectures Caching Tutorial
NetBeansTV: RESTful Web Services in NetBeans IDE 6.0
This video demonstrates how to use the NetBeans IDE to create RESTful web services. In addition to building RESTful web services, the NetBeans IDE also supports building and testing client applications that access RESTful web services, and generating code for invoking both RESTful and SOAP-based web services.
NetBeansTV: Building an End-to-End Restful Web Application
This video demonstrates how to build an end-to-end RESTful web application using NetBeans 6.0 with emphasis on client creation using the client stub generation facility.
A couple of ways to skin an Internet-scale cat
Summary In this presentation, recorded at QCon San Francisco, ThoughtWorks director of professional services and all-around Web and Web services expert Jim Webber explains the core concepts of message-oriented web services, expresses his thorough dislike of WSDL, explains different approaches to Web architecture, and shows an example of a RESTful workflow. Bio Dr. Jim Webber is director of prof...