Documentation » History » Version 31
chin-yeh, 04/15/2011 10:00 AM
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 | 30 | chin-yeh | |ecosway-adaptor|0.5.1-SNAPSHOT| |
50 | |ecwyadaptor|0.3.1-SNAPSHOT| |
||
51 | |ecwyconnector|0.3.1-SNAPSHOT| |
||
52 | 26 | chin-yeh | |jms-adaptor|0.6.2-SNAPSHOT| |
53 | |soap-adaptor|0.5.4-SNAPSHOT| |
||
54 | 28 | chin-yeh | |us-beans|1.1-SNAPSHOT| |
55 | 26 | chin-yeh | |ws-mimic|2.4.2-SNAPSHOT| |
56 | 21 | chin-yeh | |ws-status|1.1.1-SNAPSHOT| |
57 | 30 | chin-yeh | |xml-mapper|1.5.1-SNAPSHOT| |
58 | |build-ecosway-adaptor (*deprecated*)|1.0-SNAPSHOT| |
||
59 | 16 | chin-yeh | |
60 | 31 | chin-yeh | h3. Specification |
61 | |||
62 | See [[Specification]] |
||
63 | |||
64 | 18 | chin-yeh | h2. Installation |
65 | 1 | chin-yeh | |
66 | 18 | chin-yeh | See [[Installation]] |
67 | |||
68 | h2. Configuration |
||
69 | |||
70 | See [[Configuration]] |
||
71 | |||
72 | h2. Build components from sources |
||
73 | |||
74 | See [[Build components from sources]] |
||
75 | |||
76 | h2. Deployment |
||
77 | |||
78 | See [[Deployment]] |
||
79 | |||
80 | h2. Administration |
||
81 | |||
82 | See [[Administration]] |