Subversion Repositories XServices

Rev

Rev 85 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
2
<abstract>
3
			<title>Abstract</title>
4
			<para>In complex IT environments it is necessary to integrate
5
				different information systems with each other, exchange data
6
				between
7
				tools and automate actions and function calls depending
8
				on events
9
				arising from user interaction. To meet the requirements
10
				of
11
				integration building usually means to implement APIs and to
12
				create
13
				tool-to-tool bridges. Web Services can help to clean up
14
				bridges into
15
				interfaces as well as to abstract functions from
16
				their underlying
17
				platform and implementation.</para>
18
			<para>These are the major goals of the loosely coupled
19
				integration
20
				strategy which is in turn one essential idea of a
21
				service-oriented
22
				architecture (SOA).</para>
23
			<para>provide a low level set of functions and web services.
24
				These can
25
				be orchestrated into services and used in business
26
				processes which
27
				make up the execution part of a SOA
28
				environment.</para>
29
			<para>is an add-on to XBridgeNG 2.0. It runs standalone or in
30
				combination with XBridgeNG. Pure XBridgeNG has two
31
				components:</para>
32
			<para>
33
				<itemizedlist>
34
					<listitem>
35
						<para>XML Schema for item based data types (e.g. tickets
36
							from a bug
37
							tracker system or a database record)</para>
38
					</listitem>
39
					<listitem>
40
						<para>Set of Apache Ant tasks to function as a bridge
41
							between the
42
							XBridgeNG XML format at legacy 3rd party
43
							software (e.g. HP Quality
44
							Center, Serena TeamTrack,
45
							...)</para>
46
					</listitem>
47
					<listitem>
48
						<para>The add Web Services (SOAP) wrapper around Apache Ant
49
							tasks
50
							(since XBridgeNG 2.0)</para>
51
					</listitem>
52
				</itemizedlist>
53
			</para>
54
			<para>The current focus is on file-based operations. do not
55
				contain an
56
				integration server or a process execution
57
				engine.</para>
58
		</abstract>
59