Project

General

Profile

Actions

RESTful Web Services » History » Revision 6

« Previous | Revision 6/14 (diff) | Next »
chin-yeh, 10/12/2011 05:50 PM


RESTful Web Services

System Overview
System Overview

Programming Guide

Below is the overview of the web service layers:
Web Service Layers
Detailed Description:
  • (1) this is the only integration point for the client
  • (2) this is the service layer which contains business logic
  • (3) this is the persistence layer
  • (4) this is the web service client, it could be web application, ajax application, batch program, as long as it can read or parse JSON formatted data
  • (5) all of the components share the same domain objects

Updated by chin-yeh almost 13 years ago · 6 revisions