REST

Providing AMF REST Resources in Java

Action Message Format (AMF) is a high-performance web services protocol that was developed and designed especially for Flash applications by Adobe. AMF is...

1 replies - 3589 views - 03/19/09 by stoicflame in Articles

Asynchronous Restful Web Application

This blog annotates the Jetty 7 example web application that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay...

0 replies - 5042 views - 12/09/08 by gregwilkins in News

RESTful Web Applications with Subbu Allamaraju

Subbu works at Yahoo! developing standards, patterns and practices for HTTP web languages. In the past, he was a web service and Java developer. He was also a...

4 replies - 3675 views - 11/03/08 by Matt Raible in Articles

Rest With Rails Part III - Using ActiveResource

It is easy to use open-uri and Net::HTTP. Well, easy is a relative term. Building a client library to access our task manager service will still require a fair...

0 replies - 4278 views - 09/16/08 by Schalk Neethling in News

REST With Rails Part 1

In this first part I will show you how to build RESTful services using Rails. REST is an architectural style modeled after the Web. Basically, it codifies the...

1 replies - 6234 views - 09/04/08 by Schalk Neethling in News

Why is Web UI Development Slow?

Have you ever been a team member in a web framework or web product development? You may have noticed although UI prototyping is a fast process but UI...

27 replies - 17359 views - 07/19/08 by ali.loghmani in News

Wicket Creating RESTful URLs

This is a tutorial on using Wicket with REST-style URLs. Normally, Wicket generates URLs that are a bit ugly. For example:...

3 replies - 8078 views - 06/24/08 by stuq in News