<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Towards A Transaction Framework for Contract-Driven, Service-Oriented Business Processes</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Ting</forename><surname>Wang</surname></persName>
							<email>t.wang@tm.tue.nl</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Technology Management</orgName>
								<orgName type="laboratory">Information Systems Subdepartment</orgName>
								<orgName type="institution">Eindhoven University of Technology</orgName>
								<address>
									<postBox>P.O. Box 513</postBox>
									<postCode>5600 MB</postCode>
									<settlement>Eindhoven</settlement>
									<country key="NL">the Netherlands</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards A Transaction Framework for Contract-Driven, Service-Oriented Business Processes</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">C1E07266D53BF1F064E2CCDFE2758645</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T06:38+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Transaction support is vital for reliability of business processes which nowadays can involve dynamically composed services across the Internet. However, no single transaction model is comprehensive enough to accommodate various transactional properties demanded by those processes. Therefore we intend to develop a Business Transaction Framework (BTF) that utilizes existing ingredients in the context of contractual business relations. The proposed BTF has flexibility by using a library containing abstracted transaction models, validity based on formalization and business trustworthiness guaranteed by contractual specifications of transactional qualities.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>1 Introduction E-business has moved from the simple automation of business applications to the complex integration and coordination of business processes that belong to different organizations. Business processes have grown to be very intricate to involve miscellaneous activities and resources, and often need to invoke services provided by others. In such an environment, various business relationships need to be regulated, which result in a large amount of contracts along the processes. In addition, the dynamically composed activities usually have complex interrelated dependencies which make exceptions and errors prone to occur during the process execution. Suppose there is a booking process in a travel agency which needs to invoke three Web services, hotel booking, car rental and flight booking respectively. Besides there are activities like billing, payment check etc. which happen internally. These activities exhibit various transactional semantics and the process in a whole may demand different transactional qualities during execution. For instance, when a customer cancels the booking before payment, the previous completed activities have to be rolled back as if the process has never been initiated. However in case of a cancel after payment, the process probably can not be returned to the exact same state when it started. Therefore the process needs comprehensive and flexible transactional support to guarantee reliability.</p><p>To address the above concern, the XTC (eXecution of Transactional Contracted electronic services) project was proposed which aims at laying a generic foundation to the transactional support for processes in service-oriented environment. Within this project, my PhD research focuses on the development of a Business Transaction Framework (BTF) for contract-driven, inter-organizational business processes and in particular, on contractual agreements specifying transactional qualities of those business processes.</p><p>The rest of the paper is organized as follows. We describe the research background that motivates our work and review the related work in Sect.2. We introduce the BTF and discuss our research approach in Sect.3. We end this paper in Sect.4 with the summary and the discussion of future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Research background and related work</head><p>The challenge of e-business nowadays is to integrate distributed applications into a corporate process which enables free and secure data-flow and controlflow across the organizational boundaries. The former way of tightly coupled integration like EAI (Enterprize Application Integration) can no longer meet today's requirements. To loosely couple the applications, one approach is wrapping them as ready-to-use services. The paradigm of Service-Oriented Computing (SOC) and its underlying Service-Oriented Architecture (SOA) <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref> allow distributed services ready to be utilized by application developers despite their locations, platforms and internal implementations. While the services may refer to any piece of functional software over the network (the Internet, Intranet or the Grid), Web services have been considered by the academia and the industry a fundamental technology to implement SOA <ref type="bibr" target="#b1">[2]</ref><ref type="bibr" target="#b2">[3]</ref><ref type="bibr" target="#b3">[4]</ref><ref type="bibr" target="#b4">[5]</ref><ref type="bibr" target="#b5">[6]</ref>. Having moved beyond the basic layer of the extended SOA <ref type="bibr" target="#b1">[2]</ref> focusing on service publishing, discovering and binding, current endeavors of Web services are made towards the higher layers of service composition and management.</p><p>Transaction management in Web services-based SOC paradigm is an intriguing topic in the research of service composition and management. First appeared in the mid 1970s to address the multi-user, concurrent-program concern in databases, transaction management has become a prevalent mechanism to guarantee reliability to running applications. Earlier work like <ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref><ref type="bibr" target="#b9">[10]</ref> on ACID transactions and advanced transaction models is more or less database-oriented thus not suitable for complex business processes. Later on, research (e.g. <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>) flourished to address the transactional support for business process automation and integration. Meanwhile, driven by the growing need of service composition, Web services transaction specifications are proposed by different standardization bodies (e.g. <ref type="bibr" target="#b12">[13]</ref>). However, the above mentioned process-oriented transactions are either predefined in structure before process execution (e.g. workflow transactions) or not suitable for other types of applications (e.g. Web service transactions). A possible way to realize transaction support for a complex business process, which usually consists more than one Web services, is to orchestrate loosely coupled services into a single business transaction by guaranteeing coordinated, predictable outcomes for the participating partners <ref type="bibr" target="#b13">[14]</ref>. Therefore we target the development of a high-level transaction framework that is more flexible and comprehensive to accommodate various transactional semantics and applications.</p><p>Another field of our interest is e-contracting, which ensures business processes with legal liability and cost-efficiency. To sustain a certain level of process reliability, we propose to use contracts as service level agreements to specify the agreed transactional qualities of the whole business process as well as each component service. For example, we may leverage the WSLA (Web Service Level Agreement) framework <ref type="bibr" target="#b14">[15]</ref> to enclose transactional semantics in the SLAs that serve as contracts to bond the service providers and consumers together. Work on the general Quality of Service (QoS) for processes such as <ref type="bibr" target="#b15">[16]</ref> can serve as the starting point. We suppose that the desired Transactional Quality of Service (Tx-QoX) is a subset of the QoS for Web services composition. For instance, cost is a very common non-functional Web service QoS but will be excluded in our case. Also work on contractual support for Web services like <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18]</ref> can serve as a basis for us to develop a contractual approach to specify Tx-QoS. With regard to the specification language for such contracts, we consider econtracting languages and the WSLA language as candidates. Currently there are some proposals about e-contracting languages such as <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref>, but none is widely adopted to our best knowledge. The WSLA language may well define normal Web services QoS but seems too constraint for the expression of transactional semantics. Therefore we intend to develop a specification language for our purpose of contractual support for Tx-QoS.</p><p>Today's business environment, which involves multiple partners, diverse processes and heterogeneous systems, motivates us to develop a BTF with its flexibility by using the ATC (Abstract Transactional Construct) library, validity based on BTF/ATC formalization and business trustworthiness guaranteed by the contractual specification of Tx-QoS.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Business Transaction Framework (BTF)</head><p>So far we have elaborated a conceptual framework with an underlying architecture that is shown in Fig. <ref type="figure">1</ref>. The basic idea is to utilize existing transactional models and abstract them into ATCs so that they can be selected and composed on demand. The ATC Editor creates, deletes and modifies ATCs through the ATC Library Manager in the definition phase. Fed by a process specification, the ACBT (Abstract Composite Business Transaction) is created by the ACBT Composer and stored in the ACBT library in the composition phase and leverages ATCs as its building blocks. During the execution phase, the CBTs (Composite Business Transaction) are instantiated from the ACBT by the CBT Creator and consist of TCs(Transaction Constructs) instantiated from ATCs. Each CBT Manager monitors and manages one CBT. At the highest level there is a BTF Manager that coordinates the activities of other function components and manages transactions through all three phases of the process life cycle. x</p><p>To ensure a flexible and valid transaction framework, we employ classic and widely adopted transaction models and abstract them to shape the ATC library. For each ATC, we define a set of parameters, among which some are assigned in the definition phase to specify its internal structure while the others are assigned in the composition phase to specify its position in an ACBT. We design the framework based on the Web services standards and place it on top of the composition layer. To implement the BTF, we develop a reference architecture delivering the necessary functionalities by following the rules and techniques suggested in <ref type="bibr" target="#b20">[21]</ref>, with the focus on the qualities like modifiability, reusability and portability. This architecture serves as a blueprint to design a prototype system (e.g. on WebSphere platform) running some business processes based on real cases. One advantage of the proposed BTF lies in the quality control by means of contractual agreements between the service providers and consumers. So far there is no available research on contractual transaction specifications. Besides, there is no clear definition about what are the measurable transactional qualities of business processes. As a business process may contain activities exhibiting different transactional semantics, the supporting transaction framework should accommodate the required Tx-QoS for each component activity as well as the whole process flexibly. Again we take the travel booking process of Sect.1 for example, which includes multiple parties like a customer, a travel agency and candidate hotels, airlines and car-rental companies. Each company involved in this process has its own internal automated processes and offers business functions through Web services (here we assume each component activity is automated and wrapped as a Web service). The whole process can be viewed as a hybrid transaction consisting of various sub-transactions, each dealing with a transactional Web service. It is very likely that these component services require different transactional qualities such as the unconventional payment atomicity <ref type="bibr" target="#b13">[14]</ref> for the payment activity. Meanwhile the composite process demands a cer-tain level of qualities for the whole transaction and the demand may vary over time. We propose to extend the contractual agreements (for example, the WSLA files) to specify the expected or agreed transactional properties for each component service. Derived from these agreements, we can specify the Tx-QoS clauses in the process contract. Therefore the trustworthiness is guaranteed by means of legal contracts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Summary and future work</head><p>Our preliminary design of the conceptual and architectural BTF/ATC described in Sect.3 is the first step towards a comprehensive and flexible transaction framework for contract-driven, service-oriented business processes. The idea is to extract and group existing transaction models into an ATC library and pick up the needed ones to compose a transaction hierarchy on demand. The design work is far from complete, with several directions for the future elaboration:</p><p>The first direction is to achieve a complete and sound BTF/ATC specification. To guarantee the correctness of the proposed BTF, we need to develop a method to extract and connect ATCs into an ACBT. One approach is to encapsulate the transactional semantics with parameterizable interfaces based on an ATC taxonomy. This way an ACBT can be composed through these interfaces by predefined composition rules.</p><p>Secondly, a refined architecture with a complete set of components delivering proper functionalities is required as the blueprint to implement a prototype system. Bearing the unique features (e.g. flexibility, extensibility, compatibility) of the BTF in mind, we plan to decompose some of the function components shown in Fig. <ref type="figure">1</ref> to get a deeper level of architectural overview. For example, the BTF manager can be decomposed into a second-level architecture that may contain a messenger, a contractor and a monitor and the contractor can be further refined if needed.</p><p>Last but not least, we are going to develop a Tx-QoS specification language. To achieve this, we need to investigate the existing e-contracting languages. In addition, a clear description of intended QoS for transactions is needed. Afterwards we expect to combine the contractual Tx-QoS with the BTF specification.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgement</head><p>The XTC project is funded by the Dutch Organization for Scientific Research (NWO No. 612.063.305). Thanks go to Paul Grefen, Benedikt Kratz and Jochem Vonk whom I work with in this project.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Service -oriented computing: Concepts, characteristics and directions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Papazoglou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Procs. of the 4th Int. Conf. on Web Information Systems Engineering (WIDE&apos;03)</title>
				<meeting>s. of the 4th Int. Conf. on Web Information Systems Engineering (WIDE&apos;03)</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="3" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Service-oriented computing</title>
		<author>
			<persName><forename type="first">M</forename><surname>Papazoglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Georgakopoulos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Comunications of the ACM</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="25" to="28" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Using service-oriented architecture and component-based development to build web service applications</title>
		<author>
			<persName><forename type="first">A</forename><surname>Brown</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Johnston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kely</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">White paper, Rational Software</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Deploying large-scale interoperable web services infrastructures</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lehmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Services Journal</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">Q</forename><forename type="middle">H</forename><surname>Mahmoud</surname></persName>
		</author>
		<title level="m">Service-oriented architecture (SOA) and web services: The road to Enterprise Application Integration</title>
				<imprint>
			<publisher>EAI</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>Sun Developer Network</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical article</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">F</forename><surname>Ferguson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lovering</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Storey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shewchuk</surname></persName>
		</author>
		<title level="m">Secure, reliable, transacted web services: architecture and composition</title>
				<imprint>
			<publisher>Microsoft Corporation and IBM Corporation</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical article</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Principles of transaction-oriented database recovery</title>
		<author>
			<persName><forename type="first">T</forename><surname>Haerder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Reuter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="287" to="317" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Nested transactions: an approach to reliable distributed computing</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E B</forename><surname>Moss</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1981">1981</date>
		</imprint>
		<respStmt>
			<orgName>EECS Department, M. I. T.</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Sagas</title>
		<author>
			<persName><forename type="first">H</forename><surname>Garcia-Molina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Salem</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Procs. of the 1987 ACM SIGMOD Int. Conf. on Management of data (SIGMOD&apos;87)</title>
				<meeting>s. of the 1987 ACM SIGMOD Int. Conf. on Management of data (SIGMOD&apos;87)</meeting>
		<imprint>
			<date type="published" when="1987">1987</date>
			<biblScope unit="page" from="249" to="259" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">ACTA: a framework for specifying and reasoning about transaction structure and behavior</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">K</forename><surname>Chrysanthis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Ramamritham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Procs. of the 1990 ACM SIGMOD Int. Conf. on Management of data (SIGMOD&apos;90)</title>
				<meeting>s. of the 1990 ACM SIGMOD Int. Conf. on Management of data (SIGMOD&apos;90)</meeting>
		<imprint>
			<date type="published" when="1990">1990</date>
			<biblScope unit="page" from="194" to="203" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Advanced transaction models in workflow contexts</title>
		<author>
			<persName><forename type="first">G</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Agrawal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Abbadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kamath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gunthor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mohan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Procs. of the 12th Int. Conf. on Data Engineering (ICDE &apos;96)</title>
				<meeting>s. of the 12th Int. Conf. on Data Engineering (ICDE &apos;96)</meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page" from="574" to="581" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Global transaction support for workflow management systems: from formal specification to practical implementation</title>
		<author>
			<persName><forename type="first">P</forename><surname>Grefen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Vonk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Apers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The VLDB Journal</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="316" to="333" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">F</forename><surname>Cabrera</surname></persName>
		</author>
		<ptr target="http://www-128.ibm.com/developerworks/library/specification/ws-tx/(2005)IncludingWS-Coordination" />
		<title level="m">Web Services Transactions</title>
				<imprint/>
	</monogr>
	<note>WS-AtomicTransaction and WS-BusinessActivity specifications</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Web services and business transactions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Papazoglou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">World Wide Web: Internet and Web Information Systems</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="49" to="91" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<ptr target="http://www.research.ibm.com/wsla/(2004" />
		<title level="m">Web Service Level Agreements (WSLA) Project</title>
				<imprint/>
		<respStmt>
			<orgName>IBM Corp.</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Quality of services for workflows and web service processes</title>
		<author>
			<persName><forename type="first">J</forename><surname>Cardoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Arnold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kochut</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="281" to="308" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">On comprehensive contractual descriptions of web services</title>
		<author>
			<persName><forename type="first">V</forename><surname>Tosic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pagurek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Procs. of the 2005 IEEE Int. Conf. on e-Technology, e-Commerce and e-Service (EEE&apos;05)</title>
				<meeting>s. of the 2005 IEEE Int. Conf. on e-Technology, e-Commerce and e-Service (EEE&apos;05)</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="444" to="449" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Contract-based web service composition framework with correctness guarantees</title>
		<author>
			<persName><forename type="first">N</forename><surname>Milanovic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 2nd Int. Service Availability Symposium</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Requirements on a B2B e-contract language</title>
		<author>
			<persName><forename type="first">S</forename><surname>Angelov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Grefen</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">140</biblScope>
		</imprint>
		<respStmt>
			<orgName>Eindhoven University of Technology</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Beta working paper WP</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Extending choreography with business contract constraints</title>
		<author>
			<persName><forename type="first">A</forename><surname>Berry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Milosevic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int. J. Cooperative Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="131" to="179" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">Software Architecture in Practice</title>
		<author>
			<persName><forename type="first">L</forename><surname>Bass</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Clements</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kazman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>Addison-Wesley Longman</publisher>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
