RESTful Web Services » History » Version 6
chin-yeh, 10/12/2011 05:50 PM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. RESTful Web Services |
||
4 | 2 | chin-yeh | |
5 | 5 | chin-yeh | h2. System Overview |
6 | 1 | chin-yeh | !rest_json.png! |
7 | 5 | chin-yeh | |
8 | h2. Programming Guide |
||
9 | |||
10 | 6 | chin-yeh | Below is the overview of the *web service layers*: |
11 | 1 | chin-yeh | !component.png! |
12 | 6 | chin-yeh | _Detailed Description:_ |
13 | * *(1)* this is the only integration point for the client |
||
14 | * *(2)* this is the service layer which contains business logic |
||
15 | * *(3)* this is the persistence layer |
||
16 | * *(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 |
||
17 | * *(5)* all of the components share the same domain objects |