Project

General

Profile

Wiki » History » Version 8

chin-yeh, 03/26/2012 12:52 PM

1 2 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Wiki
4 2 chin-yeh
5 4 chin-yeh
h1. Guides
6 3 chin-yeh
7
* [[Setup Development Environment]]
8
9 7 chin-yeh
h1. Integration Overview
10
11
h2. Proposed Integration Method
12
13
!proposed_integration_method.png!
14
15 8 chin-yeh
*Important Notes:*
16
* All publicly exposed interfaces, e.g. <code>Web Services, Servlet</code>, *should be protected* from unauthorized access. This kind of security countermeasure should be implemented at the early development stage.
17
* Try not to _litter_ any integration codes, e.g. <code>XML binding classes</code> in your existing applications. It makes your applications more easier to maintain and change.
18 6 chin-yeh
19 1 chin-yeh
20 8 chin-yeh
h2. Integration Pattern
21
22 4 chin-yeh
!integration_overview.png!
23 1 chin-yeh
24 5 chin-yeh
25 8 chin-yeh
h3. List of Components
26 5 chin-yeh
27
!components.png!
28
29 4 chin-yeh
h1. SCM
30
31
<pre>
32
Host: cwyrnd2-server [IP address:192.168.2.11]
33
Path: d:/source/connector
34
Module: mcom-connector
35
Tag: HEAD
36
</pre>