Project

General

Profile

Documentation » History » Version 28

chin-yeh, 11/26/2010 06:01 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 19 chin-yeh
!high-leve-view.JPG!
9
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 28 chin-yeh
|ecosway-adaptor|0.4.4-SNAPSHOT|
50 16 chin-yeh
|ecwyadaptor|0.0.1-SNAPSHOT|
51
|ecwyconnector|1.0.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 28 chin-yeh
|xml-mapper|1.4-SNAPSHOT|
58 23 chin-yeh
|build-ecosway-adaptor|1.0-SNAPSHOT|
59 16 chin-yeh
60 18 chin-yeh
h2. Installation
61 1 chin-yeh
62 18 chin-yeh
See [[Installation]]
63
64
h2. Configuration
65
66
See [[Configuration]]
67
68
h2. Build components from sources
69
70
See [[Build components from sources]]
71
72
h2. Deployment
73
74
See [[Deployment]]
75
76
h2. Administration
77
78
See [[Administration]]