Project

General

Profile

Documentation » History » Version 16

chin-yeh, 10/27/2010 04:17 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
34
|_.Name|_.Version|
35
|Jboss AS (to be embedded with HornetQ)|5.1.0.GA|
36
|HornetQ|2.1.2.Final|
37
|Sun JDK|1.6.0_21|
38
39
h3. Components
40
41
The source code can be found in:
42
> [[wiki#SCM|SCM]]
43
44
|_.Name|_.Version|
45
|ecosway-adaptor|0.4-SNAPSHOT|
46
|ecwyadaptor|0.0.1-SNAPSHOT|
47
|ecwyconnector|1.0.1-SNAPSHOT|
48
|jms-adaptor|0.6-SNAPSHOT|
49
|soap-adaptor|0.5.2-SNAPSHOT|
50
|us-beans|1.0-SNAPSHOT|
51
|ws-mimic|2.4-SNAPSHOT|
52
|ws-status|1.0-SNAPSHOT|
53
|xml-mapper|1.3-SNAPSHOT|
54
55 15 chin-yeh
h2. Load Test Result
56
57
[[Load Test Prototype|Click here]] to see the result which tested on the prototype.