If we look at traditional SOA, business transactions are modeled typically as service operations that are part of a service contract. Operation invocations in traditional SOA are not treated as first class “objects”. Operation invocations do not have own identity. Components/processes inside of a service and service clients cannot reference individual operation calls. Situation is different if we look at subject-centric and RESTFul services. ...
Subject: RESTful Web Services
- Book
- Authors: Leonard Richardson, Sam Ruby
- Published by: O’Reilly Media
- Printing history: May 2007, First Edition
- ISBN-10: 0-596-52926-0
- ISBN-13: 978-0-596-52926-0
Related posts:
Saturday, November 24, 2007, 03:37 PM
Saturday, August 11, 2007, 07:01 PM
I just finished reading RESTful Web Services. It is an amazing book and I think it will play a very important role in defining main principles of the next generation of the Web. The authors of the book introduce the Resource-Oriented Architecture (ROA) as an architecture for building the resource-centric programmable Web. “Resource” is a fundamental concept in this architecture. ...
Index