Build a RESTful Web Service
Jul 25, 2008, 11:30 (0 Talkback[s])
(Other stories by Andrew Glover)
[ Thanks to BlueVoodoo for this link.
]
"REST is a way of thinking, not a protocol or standard.
It's a style of designing loosely coupled applications — more
often than not, applications oriented for the Web — that rely
on named resources rather than messages. In this tutorial, you'll
get to know what REST is and how to build RESTful applications with
Restlets, a lightweight REST framework for Java
applications."
Complete
Story
Related Stories: