Documentation » History » Version 38
chin-yeh, 04/26/2011 05:17 PM
1 | 8 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Documentation |
4 | |||
5 | 12 | chin-yeh | The main documentation for this project. |
6 | |||
7 | 27 | chin-yeh | System Overview: |
8 | 29 | Chooi-Mey | !LogicalView.JPG! |
9 | 19 | chin-yeh | |
10 | 12 | chin-yeh | h2. Overview |
11 | 10 | chin-yeh | |
12 | 12 | chin-yeh | In summary, the QConnector contains the following components: |
13 | * *JMS Adaptor* |
||
14 | ** produce JMS message |
||
15 | ** consume JMS message |
||
16 | * *SOAP Adaptor* |
||
17 | ** forward XML content to web service provider |
||
18 | * *Web Service (Dot Com)* |
||
19 | ** the request should come from JMS system. |
||
20 | * *Web Service Mimic* |
||
21 | ** Act as a proxy by receiving the web service request on behalf of the actual web service provider. |
||
22 | ** this component works together with JMS adaptor to insert web service request into JMS queue. |
||
23 | 14 | chin-yeh | * *Ecosway Adaptor* |
24 | ** retrieve the relevant data and then send it to <code>Web Service Mimic</code> |
||
25 | 1 | chin-yeh | * *WS Status* |
26 | ** this component transforms the web service's response and update the respective event log in the database. |
||
27 | * *XML mapper* |
||
28 | ** this component transform the bean into XML. |
||
29 | 15 | chin-yeh | |
30 | 16 | chin-yeh | h2. List of software/component used |
31 | |||
32 | h3. Software |
||
33 | |||
34 | The installer can be found in: |
||
35 | > /home/support/install/installer in cwyrnd3-server server |
||
36 | 17 | chin-yeh | >> or you can access the folder through [[general-info:Samba Shared Drive#Mount-Points]] |
37 | 16 | chin-yeh | |
38 | |_.Name|_.Version| |
||
39 | 20 | chin-yeh | |Jboss AS|5.1.0.GA| |
40 | |HornetQ (to be embedded with Jboss)|2.1.2.Final| |
||
41 | 16 | chin-yeh | |Sun JDK|1.6.0_21| |
42 | |||
43 | 22 | chin-yeh | h3. Modules/Components |
44 | 16 | chin-yeh | |
45 | The source code can be found in: |
||
46 | > [[wiki#SCM|SCM]] |
||
47 | |||
48 | |_.Name|_.Version| |
||
49 | 36 | chin-yeh | |ecosway-commons|1.4-SNAPSHOT| |
50 | 38 | chin-yeh | |ecosway-adaptor|0.8-SNAPSHOT| |
51 | 37 | chin-yeh | |ecwyadaptor|0.5-SNAPSHOT| |
52 | |ecwyconnector|0.5-SNAPSHOT| |
||
53 | 34 | chin-yeh | |ecwyqconnector-batch|1.2-SNAPSHOT| |
54 | 36 | chin-yeh | |jms-adaptor|0.7-SNAPSHOT| |
55 | |soap-adaptor|0.6-SNAPSHOT| |
||
56 | 38 | chin-yeh | |us-beans|1.4-SNAPSHOT| |
57 | 36 | chin-yeh | |ws-mimic|2.5-SNAPSHOT| |
58 | |ws-status|1.2-SNAPSHOT| |
||
59 | 38 | chin-yeh | |xml-mapper|1.7-SNAPSHOT| |
60 | 16 | chin-yeh | |
61 | 18 | chin-yeh | h2. Installation |
62 | 1 | chin-yeh | |
63 | 18 | chin-yeh | See [[Installation]] |
64 | |||
65 | h2. Configuration |
||
66 | |||
67 | See [[Configuration]] |
||
68 | |||
69 | h2. Build components from sources |
||
70 | |||
71 | See [[Build components from sources]] |
||
72 | |||
73 | h2. Deployment |
||
74 | |||
75 | 35 | chin-yeh | See [[Deployment - Daemon/Batches]] for batches deployment |
76 | |||
77 | See [[Deployment]] for webapp or adaptor deployment |
||
78 | 18 | chin-yeh | |
79 | h2. Administration |
||
80 | |||
81 | See [[Administration]] |