Project

General

Profile

Documentation » History » Version 17

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