June 13, 2007
A REST Framework for Web Services
Eric Bruno's article, SOA, Web Services, and RESTful Systems looks at building SOA systems using REST. Eric presents a Java-based REST framework that consists of a REST Server, which is the Java Servlet that maps HTTP URL queries to application code; and a REST Worker, which is the Java class that is dynamically invoked by the framework when a request is made, and subsequently generates a response.
Posted by John Dorsey at 01:36 AM Permalink
|