Project

General

Profile

Documentation » History » Version 20

chin-yeh, 10/28/2010 09:01 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 19 chin-yeh
!high-leve-view.JPG!
8
9 12 chin-yeh
h2. Overview
10 10 chin-yeh
11 12 chin-yeh
In summary, the QConnector contains the following components:
12
* *JMS Adaptor*
13
** produce JMS message
14
** consume JMS message
15
* *SOAP Adaptor*
16
** forward XML content to web service provider
17
* *Web Service (Dot Com)*
18
** the request should come from JMS system.
19
* *Web Service Mimic*
20
** Act as a proxy by receiving the web service request on behalf of the actual web service provider.
21
** this component works together with JMS adaptor to insert web service request into JMS queue.
22 14 chin-yeh
* *Ecosway Adaptor*
23
** retrieve the relevant data and then send it to <code>Web Service Mimic</code>
24 1 chin-yeh
* *WS Status*
25
** this component transforms the web service's response and update the respective event log in the database.
26
* *XML mapper*
27
** this component transform the bean into XML.
28 15 chin-yeh
29 16 chin-yeh
h2. List of software/component used
30
31
h3. Software
32
33
The installer can be found in:
34
> /home/support/install/installer in cwyrnd3-server server
35 17 chin-yeh
>> or you can access the folder through [[general-info:Samba Shared Drive#Mount-Points]]
36 16 chin-yeh
37
|_.Name|_.Version|
38 20 chin-yeh
|Jboss AS|5.1.0.GA|
39
|HornetQ (to be embedded with Jboss)|2.1.2.Final|
40 16 chin-yeh
|Sun JDK|1.6.0_21|
41
42
h3. Components
43
44
The source code can be found in:
45
> [[wiki#SCM|SCM]]
46
47
|_.Name|_.Version|
48
|ecosway-adaptor|0.4-SNAPSHOT|
49
|ecwyadaptor|0.0.1-SNAPSHOT|
50
|ecwyconnector|1.0.1-SNAPSHOT|
51
|jms-adaptor|0.6-SNAPSHOT|
52
|soap-adaptor|0.5.2-SNAPSHOT|
53
|us-beans|1.0-SNAPSHOT|
54
|ws-mimic|2.4-SNAPSHOT|
55
|ws-status|1.0-SNAPSHOT|
56
|xml-mapper|1.3-SNAPSHOT|
57
58 18 chin-yeh
h2. Installation
59 1 chin-yeh
60 18 chin-yeh
See [[Installation]]
61
62
h2. Configuration
63
64
See [[Configuration]]
65
66
h2. Build components from sources
67
68
See [[Build components from sources]]
69
70
h2. Deployment
71
72
See [[Deployment]]
73
74
h2. Administration
75
76
See [[Administration]]