Project

General

Profile

RESTful Web Services » History » Revision 6

Revision 5 (chin-yeh, 10/12/2011 05:41 PM) → Revision 6/14 (chin-yeh, 10/12/2011 05:50 PM)

{{toc}} 

 h1. RESTful Web Services 

 h2. System Overview 
 !rest_json.png! 

 h2. Programming Guide 

 Below is the overview of the *web web service layers*: layers: 
 !component.png! 
 _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 <code>JSON</code> formatted data 
 * *(5)* all of the components share the same domain objects