Project

General

Profile

Documentation » History » Version 23

chin-yeh, 10/29/2010 02:34 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 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 22 chin-yeh
h3. Modules/Components
43 16 chin-yeh
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 21 chin-yeh
|ws-status|1.1.1-SNAPSHOT|
56 16 chin-yeh
|xml-mapper|1.3-SNAPSHOT|
57 23 chin-yeh
|build-ecosway-adaptor|1.0-SNAPSHOT|
58 16 chin-yeh
59 18 chin-yeh
h2. Installation
60 1 chin-yeh
61 18 chin-yeh
See [[Installation]]
62
63
h2. Configuration
64
65
See [[Configuration]]
66
67
h2. Build components from sources
68
69
See [[Build components from sources]]
70
71
h2. Deployment
72
73
See [[Deployment]]
74
75
h2. Administration
76
77
See [[Administration]]