<?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">Introducing collaborative Service Mashup design</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Martin</forename><surname>Vasko</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Vienna University of Technology Institute of Information Systems Distributed Systems Group</orgName>
								<address>
									<addrLine>Argentinierstreet 8</addrLine>
									<postCode>1040</postCode>
									<settlement>Vienna</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Schahram</forename><surname>Dustdar</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Vienna University of Technology Institute of Information Systems Distributed Systems Group</orgName>
								<address>
									<addrLine>Argentinierstreet 8</addrLine>
									<postCode>1040</postCode>
									<settlement>Vienna</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Introducing collaborative Service Mashup design</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">3DD079E1085EAD2362E0078EB2189B42</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T04:57+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>The adoption of REST -an architectural paradigm focusing on resources -by various providers like Google, Facebook and Yahoo strongly influences traditional Business Process design approaches layered atop of Web service description language (WSDL) and SOAP based Web services. Beside the architectural differences manifested in integration challenges for existing business process environments this new paradigm eases service development and enables lightweight integration in Web-oriented architectures. This paper introduces a model-driven approach to integrate different domains into Service Mashups: a) Orchestration information derived from WS-BPEL processes, b) Coequal integration of RESTful Web services and WS-* Web services and c) Role-based collaboration of process participants. The introduced concepts are implemented as a platform to enable collaborative Service Mashup design. The prototype is realized as a Rich Internet Application to maximize design performance and user experience.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The emergence of Web services adhering to the REST (Representational State Transfer) paradigm -referred as RESTful Web services -and the widespread adoption and dispersion by different providers<ref type="foot" target="#foot_0">1</ref> strongly influences traditional business process environments. The benefit of the exposed services for individual business needs evolved over time from general services like for example the Google Search to specialized services like access to Social Network portals -refer to the Facebook services 2 as an example -or commercial services like Amazon's Web services. Beside the increasing number of services the ease of integration and the flexibility to changes awakes the interest to integrate these services into existing business process management approaches. The architectural differences between established Service Oriented Architectures and newly emerging lightweight resource oriented architectures complicate this endeavor.</p><p>Different approaches <ref type="bibr" target="#b0">[1]</ref>, <ref type="bibr" target="#b1">[2]</ref> try to solve the integration hurdles from the WS-BPEL (Web Service Business Process Execution language <ref type="bibr" target="#b14">[15]</ref>) perspective (Pautasso <ref type="bibr" target="#b0">[1]</ref>) whereas others provide an abstract simplified language to enable a unique service integration (Rosenberg et al. <ref type="bibr" target="#b1">[2]</ref>). The latter is closely related to the approach introduced in this work. Whereas we do not try to provide an alternative language we encourage the model-driven approach to maintain extensibility. The abstraction of orchestration information, service integration information and participant integration information results into a simplified process abstraction. The orchestration information is derived from business processes defined in WS-BPEL. The service integration information is derived from WSDL (Web Service Description Language <ref type="bibr" target="#b15">[16]</ref>) based Web services and RESTful Web services. Due to the lack of standards for human participant integration this work derives the role model information from BPEL4People (WS-BPEL Extension for People <ref type="bibr" target="#b13">[14]</ref>). This enables a structured collaboration on Service Mashups. Beside the generic role model of human participants, newly emerging RESTful Web services enable the programmatic access to Social Network platforms and thus intensify the interactions with human participants. Currently different providers work on the definition of a set of functions summarizing a common access to Social Networks<ref type="foot" target="#foot_2">3</ref> . These trends facilitate the combination of such services with existing services to Mashups. As a consequence, not even the designers of Service Mashups might have access to collaborative Service Mashup design tools through Social Networks but also the Mashups themselves comprise Social Network Services as part of the Service Orchestrations. The underlying concepts of these correlations are described in Section 3. Existing platforms to create and administrate Mashups (like Google Mashup Editor, Intel Mash Maker, Microsoft Popfly and Yahoo Pipes to name the most prominent ones) currently provide limited support for collaborative Mashup design. Our work introduces a model-driven approach to collaboratively design Service Mashups. We developed a Rich Internet Application prototype to exemplify the introduced concepts and propose an approach to model Service Mashups.</p><p>The work is organized as follows: Section 1.1 tries to clarify the definition of Service Mashups by providing existing definitions and relating akin appellations like Mashups and Business processes. Section 2 summarizes existing approaches and relates them to the approach introduced in this paper. Section 3 introduces collaborative service orchestration based on a generic role model derived from BPEL4People, a established specification in Web service environments. Section 4 motivates the need for collaborative Service Mashup design approaches on the basis of a well-known process scenario. The combination of orchestration information, service integration information and collaboration information resulted in the Service Mashup Abstraction described in Section 5. This abstraction is realized in a framework which is implemented as a Web-based prototype and deploys a Rich Internet Application. Finally Section 6 concludes the paper and gives an outlook of the Future Work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">Service Mashups</head><p>The increasing number and diversity of RESTful Web services exposed on the internet blurs an adequate classification of orchestration paradigms. In the domain of Web applications lightweight integration approaches -summarized as RESTful Web services -dominate the service infrastructure. In the domain of Enterprise Computing the "Big" Web service technology stack (SOAP, WSDL, WS-* specifications, WSBPEL, etc.) delivers interoperability for heterogeneous service infrastructures. The architectural differences of these two worlds result in challenging combination efforts (outlined by Pautasso et al. <ref type="bibr" target="#b2">[3]</ref>). From the orchestrational point of view both provide interesting techniques: WSBPEL is an XML based orchestration language to formulate business processes in Web service environments. The orchestration of services is achieved by a set of activities providing simple and complex Web service interaction capabilities. In contrast to this specification Mashups -refered as combinations of Web API calls -currently lack a comparable notation. Mashups indicate a way to create new Web applications by combining existing Web resources and Web APIs. According to <ref type="bibr" target="#b3">[4]</ref> Service Mashups combine WS-BPEL based orchestrations with RESTful Web services. This work adheres to this definition and extends the idea of integrating new paradigms by the use of a model-driven approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Hoyer et al. <ref type="bibr" target="#b4">[5]</ref> sketch design principles for emerging Enterprise Mashups. The authors identify several shortcomings in established implementations of Service Oriented Architectures due to: a) high technical complexity of the relevant standards b) their inflexibility to react on changing requirements quickly and c) missing involvement of actual end-users. By allowing end-users to compose collections of services according to their individual needs, Mashups empower endusers to create their own workspaces which fit best to solve their heterogeneous business problems.</p><p>Swashup DSL introduced by Maximilien et al. <ref type="bibr" target="#b5">[6]</ref> provides a domain-specific language to represent Mashups. The proposed language is focused on the description and propagation of data in Mashups. The approach is implemented by the use of the Rails framework and identifies three main concepts of mashups: data and mediatiation, service APIs and a means to generate Web applications from the resulting mashups. Curbera et al. <ref type="bibr" target="#b6">[7]</ref> introduce Bite, a workflow-based composition model for Web applications. Bite allows the definition of interactive, asynchronous workflows with multiparty interactions and enables comprehensive data integration. HOBBES <ref type="bibr" target="#b7">[8]</ref> deploys an Adobe Flex -based WSBPEL designer and enables the collaborative modeling and administration of Business processes. The approach implements a Rich Internet Application to design and share WSBPEL processes. In contrast to HOBBES the approach introduced in our work focuses on the collaborative design of Service Mashups.</p><p>Tran et al. <ref type="bibr" target="#b9">[10]</ref> introduce a novel approach to integrate existing process modeling languages at different abstraction levels using the concept of an architectural view. Their approach overcomes the divergence in term of syntax, semantics and levels of abstraction of existing process modeling approaches. Our work derives the concept of integrating different modeling languages at different abstraction levels using the concept architectural view and applies this idea on the domains of orchestration information, service integration information and collaboration integration.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Collaborative Service Orchestration</head><p>With the increasing number of services exposed by different providers on the internet the combination of these services to Service Mashups gains popularity. The broadening of functionality enables the recombination of Services to advanced Service Mashups orchestrating services from different domains. This trend leads to increasing specialization of Mashups and requires know-how from different domains: For example HousingMaps.com<ref type="foot" target="#foot_4">4</ref> combines data from craigslist.org<ref type="foot" target="#foot_5">5</ref> with Google Maps<ref type="foot" target="#foot_6">6</ref> . This Mashup requires knowledge in the domain of real estate markets and web application development. The trend to interdisciplinary combination of Services is encouraged by the effort to coequal integration of RESTful Web services and WS-* Web services as exemplified in the sample process scenario in the next section. This evolution of process environments from closed company-intern systems to open Web service environments crossing organizational boundaries requires the collaboration of different experts on the design of Service Mashups. Existing platforms to administrate Mashups currently lack support for this endeavor. Even simple role models are not supported.</p><p>The importance of role models in collaborative environments was depicted by Ellis et al. <ref type="bibr" target="#b8">[9]</ref>. In the domain of Service Oriented Architectures BPEL4People<ref type="foot" target="#foot_7">7</ref> , a specification proposed by IBM and SAP, shape up as an effort to integrate and structure human participants based on roles in WS-BPEL based Business processes. The specification defines a generic role model consisting of three human roles:</p><p>-The process initiator triggers the process instance at its creation time -Process stakeholders can influence the progress of a process instance, for example, by adding ad-hoc attachments -Business administrators are allowed to perform administrative actions on the business process, such as resolving missed deadlines.</p><p>The role model covers the whole business process lifecycle from design time to runtime issues. To continue the combination of Service Oriented Architecture principles with REST based web application paradigms the approach presented in this paper introduces a role model derived from the BPEL4People roles. In contrast to BPEL4People the role model introduced in this paper covers design time issues only as the integration of runtime issues is part of the future work described in section 6. The derived role model consists of the following roles:</p><p>-Creator -the Creator is determined automatically by the infrastructure during design time and refers to the participant creating the initial Service Mashup design -Stakeholder -the Stakeholder may influence the progress of the Mashup design by adding attachments, process notes or forwarding tasks but has no privileges to change the Mashup design -Administrator -the Administrator is allowed to perform administrative actions on the Mashup design. In addition to the privileges granted to Stakeholders Administrators are able to change the Service Mashup design Beside the role model the visibility and propagation of changes to the instance edited by different members is crucial in collaborative service orchestration. In contrast to real-time collaboration systems enabling the concurrent editing and session sharing between members the approach introduced in this work is realized regarding relaxed WYSIWIS (What-You-See-Is-What-I-See). A Service Mashup instance is locked exclusively by the member editing the instance. After propagating all changes to the server the instance is released and the involved members are able to check changes by loading the instance. This roundtrip approach adheres to the REST paradigms as Service Mashups are exposed as resources by the server. By updating the changes of the process model only, the introduced architecture minimizes server processing load. The disadvantages of late propagation of changes is compensated by full access to the Mashup design by the processing member.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Process Scenario</head><p>The coequal integration of RESTful Web services and WS-* Web services into established business process environments neglects the different underlying architectures of these two concepts. The growing interest and the low integration hurdles of RESTful Web services result in the dispersion into non-technical domains. This trend amplifies the coequal integration of mostly publicly available RESTful Web services and existing company-internal WS-* Web services into daily business processes.</p><p>To exemplify the previously stated assumptions we introduce a sample process scenario illustrated in figure <ref type="figure">1</ref>. The process executes a revisited example of a travel agency using existing Web 2.0 services: A user submits a holiday request through the Web frontend containing details of the start date, the end date and the destination. This order is submitted automatically to the agency-internal Order Processing Web service to track incoming orders. After the successful completion of this Web service operation the order is assigned to a responsible travel agent by the agency-internal HR Service. This service administrates all ComposableWeb'09 travel agents and automatically assigns the appropriate travel agent to the user request on the basis of the agent's expertise. The assigned travel agent prepares the user order. This is modeled in a separate process administrated by the travel agent. The travel agent searches for the best photos of the destination, plans onsite trips and searches for the cheapest hotels. After the travel agent arranged the on-site trip details and ordered them he assembles all details into the resulting trip. This step concludes the Process Order under his responsibility. He propagates the package containing the order details to the main process. The Order Manager responsible for the main process publishes the trip and responds to the user request.</p><p>The Web Application Expert is responsible for the appropriate execution of the process. He maps the service requirements defined by the travel agent and the Order Manager to available Web services. As already mentioned the task Assemble Order is performed by the Order Service. The assignment of the order request to an adequate travel agent is done by the HR service. Both services are company-internal WS-* Web services hosted on the Travel Agency servers. To enable the search for the best photos of the destination the Web Application expert decides to integrate the Flickr Web service. To plan on-site trips and calculate the distances he decides to use the Google Maps Web service. The search for the cheapest hotels is enabled by the Hotels Combined Web service. All of these services expose their APIs as RESTful Web services. As a special service for the customer all on-site trips packaged in the resulting trip are exposed to the travel agency web site. The user is able to retrace the arranged trips on-site by the combinatorial use of Google Maps and Flickr. This Service Mashup was created by the travel agency to present a reproducible booking process to the customer. Before the user starts his trip he may familiarize with local details of the desired destination.</p><p>The process outlined in figure <ref type="figure">1</ref> exemplifies the coequal consumption of RESTful Web services and WS-* Web services. In the following section the abstraction is outlined to examine both Web service concepts coequally and motivate the use of role-based collaboration in the design of Service Mashups.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Service Mashup Abstraction</head><p>The scenario illustrated in the previous section outlines the blur of distinction of service integration into conventional process environments. Beside the coequal integration of RESTful Web services and WS-* based Web services the demand of human participant integration rises complexity of the process landscapes. In the SOA paradigm BPEL4People shape up as an accepted approach to introduce generic role models to structure human participant integration. As until now in the domain of Mashups no comparable approach is widely accepted this work proposes a role model derived from the BPEL4People model as introduced in section 3. Beside the two mentioned domains (Service Integration and Participant Integration) the integration of orchestration information into Service Mashups is of vital interest. In the WS-* based Web service environment WS-BPEL is the standard to describe and design the orchestration of Web services. WS-BPEL is layered atop of WSDL and decouples the orchestration logic from the service invocation logic by the use of Partner Links. The consequent separation of invocation details is reflected in the use of basic activities which refer to Partner Links and hide the concrete invocation mechanisms from the process definition. The Service Mashup Abstraction continues this separation of invocation details and extends the approach introduced by Tran et al. <ref type="bibr" target="#b9">[10]</ref>. Tran et al. use the concept of an architectural view to integrate business process modeling languages at different abstraction levels. The approach maps process descriptions onto appropriate high-level or low-level views. In contrast to the approach elaborated by Tran et al. our work introduces a Control flow view and a Collaboration view on a higher abstraction level from WS-BPEL. This concept maps to the architectural views introduced by Tran et al.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>OrchestrationElement</head><p>The Service Mashup Abstraction emerges from the model-based integration of different domains into one model. Figure <ref type="figure" target="#fig_0">2</ref> illustrates the underlying metamodel. Applying Service Mashup Abstraction on the process scenario introduced in section 4 results in the models illustrated in figure <ref type="figure">4</ref>. The Order Manager orchestrates two WS-* Web services and refers to the Travel Agent process. The Travel agent models the abstract actions Search Location, Order Trips and Assemble Trip. After modeling this sequence she adds the Web application expert as Business Administrator to the Service Mashup. The Web Application Expert has now full access to the Service Mashups and refines the abstract activities by the according Service invocation elements. The resulting Service Mashup is depicted in listing 1.1. The process model is exposed by the prototype as a resource and might by accessed by HTTP GET operations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Service Integration Pitfalls</head><p>The abstraction of Service descriptions comes with a risk to neglect the original Service integration paradigm. This might lead to a flippant orchestration of Web services. To prevent misleading orchestrations of Web services this work introduces pitfalls occurring in the coequal integration of RESTful Web services and WS-* Web services.</p><p>REST Service enforcement According to Fielding <ref type="bibr" target="#b11">[12]</ref>, a central concept in a resource oriented architecture is the focus on resources. To adhere to the REST paradigm a uniform interface provides stateless access to resources. Requests to RESTful Web services should include all data needed to fulfill a certain service function. The current trend to expose services of existing Web applications by the use of RESTful Web services to a broader audience blurs these conventions. Consider the RESTful access to a Photo sharing portal<ref type="foot" target="#foot_8">8</ref> as an example: The RESTful Web service client requests a list of 10 photos and exposes these photos on a Web site. The visitor of the web site can navigate through the lists of photos. Each navigation step triggers the RESTful Web service client to request the next list of 10 photos from the photo sharing portal. Figure <ref type="figure" target="#fig_2">5 a</ref>) illustrates a stateful service design: The Web service increments and stores the lists to be able to respond to the next request. The second invocation trace in figure <ref type="figure" target="#fig_2">5 b</ref>) illustrates a stateless RESTful Web service: The Web service client includes in the invocation, which list of photos it requests. All data needed to fulfill the request is included. This design ensures scalability (Web services are distributable across different load-balancers) by shifting state management responsibility to the client.</p><p>The trend to enforce a remote procedure call alike behavior by exposing RESTful Web services must be kept in mind during the design of Service Mashups consuming REST APIs.  Protocol neglect HTTP provides different methods for requests<ref type="foot" target="#foot_9">9</ref> . To minimize integration hurdles existing RESTful Web services tend to reduce the HTTP protocol method support to GET and POST requests only. This results in exposing functions like sending a POST request to a RESTful Web service to delete an existing resource. Pautasso et al. <ref type="bibr" target="#b2">[3]</ref> refer to the classification of supported HTTP verbs as Hi-REST and Lo-REST. The former refers to the support for four verbs (GET, POST, PUT, DELETE) and the latter refers to the use of GET and POST verbs only.</p><p>Concerning Service Mashup design Hi-REST architectures ease the integration of RESTful Web services by adhering stricter to the REST paradigm. The support for PUT and DELETE verbs indicate more clearly the operation on the resource and therefore the implications on the overall Service Mashup. RESTful Web services adhering to the Lo-REST architecture do not provide transparent access to the resources and therefore bear the risk to misleading orchestrations in Service Mashups.</p><p>These Service Integration pitfalls might be expanded to a collection of Antipatterns <ref type="bibr" target="#b12">[13]</ref> as part of a Service Mashup framework in future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion and Future Work</head><p>This work introduces a model-driven integration approach towards: a) coequal integration of RESTful Web services and WS-* Web services, b) coequal Web service orchestration and c) collaborative Service design of Service Mashups. The approach derives concepts from established standards and provides an emerged Service Mashup Abstraction. The approach is exemplified in a web-based prototype. The implementation enables the asynchronous design of Service Mashups by implementing a Rich Internet Application. The prototype is reachable under http://www.expressflow.com.</p><p>Section 3 introduces the role model derived from BPEL4People. This role model is currently limited to design time issues of collaborative Service Mashup design. The expansion of this role model to runtime issues is planned for future work.</p><p>Section 5 introduces the Service Mashup Abstraction from the consequent model-driven abstraction of different Web service domains. Whereas the WS-BPEL based business process abstraction seems to be straight forward the coequal integration of WS-* Web services and RESTful Web services comes with diverse risks. The pitfalls described in this work might be expanded to the definition of Antipatterns as part of the future work.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. The Service Mashup Meta-Model</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .Fig. 4 . 2 &lt; Variables &gt; 3 &lt; 4 ... 5 &lt;/ Variables &gt; 6 &lt; 7 &lt; 8 &lt;/ Invoke &gt; 9 &lt; 10 &lt; 11 &lt;/ Invoke &gt; 12 &lt; 13 &lt; 14 &lt;/ Invoke &gt; 15 &lt; 16 &lt;</head><label>342345678910111213141516</label><figDesc>Fig. 3. The Service Mashup Abstraction represented using UML</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. REST Service enforcement</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The programmable web -a directory of Web APIs, http://www.programmableweb.com, last accessed on April</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2009" xml:id="foot_1">2 http://developers.facebook.com, last accessed on April 2009 ComposableWeb'09</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.opensocial.org, last accessed on April 2009 ComposableWeb'09</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_3">ComposableWeb'09</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_4">http://www.housingmaps.com/, last accessed on April 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_5">http://www.craigslist.org, last accessed on April 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_6">http://maps.google.com, last accessed on April 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_7">WS-BPEL Extension for People, BPEL4PeopleComposableWeb'09</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_8">f.e. flickr services http://www.flickr.com/services/api/, last accessed on April 2009 ComposableWeb'09</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_9">For an exhaustive list of methods the interested reader may refer to RFC 2616 ComposableWeb'09</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">BPEL for REST</title>
		<author>
			<persName><forename type="first">C</forename><surname>Pautasso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">7th International Conference on Business Process Management</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Composing RESTful Services and Collaborative Workflows: A Lightweight Approach</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rosenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Curbera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Duftler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khalaf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="page" from="24" to="31" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Big&quot; Web services: making the right architectural decision</title>
		<author>
			<persName><forename type="first">C</forename><surname>Pautasso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Zimmermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Leymann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th international conference on World Wide Web</title>
				<meeting>the 17th international conference on World Wide Web</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="805" to="814" />
		</imprint>
	</monogr>
	<note>RESTful Web services vs</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Service Mashups: The New Generation of Web Applications</title>
		<author>
			<persName><forename type="first">D</forename><surname>Benslimane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dustdar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="page" from="13" to="15" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Enterprise Mashups: Design Principles towards the Long Tail of User Needs</title>
		<author>
			<persName><forename type="first">V</forename><surname>Hoyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Stanoesvka-Slabeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Janner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Schroth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE International Conference on Services Computing</title>
		<imprint>
			<biblScope unit="page" from="601" to="602" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Swashup: situational Web applications Mashups</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Maximilien</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ranabahu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Object-oriented programming systems and applications (OOPSLA)</title>
				<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="797" to="798" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Bite: Workflow Composition for the Web</title>
		<author>
			<persName><forename type="first">F</forename><surname>Curbera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Duftler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khalaf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lovell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th international conference on Service-Oriented Computing</title>
				<meeting>the 5th international conference on Service-Oriented Computing</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="94" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Collaborative BPEL Design with a Rich Internet Application</title>
		<author>
			<persName><forename type="first">M</forename><surname>Held</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Blochinger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">8th IEEE International Symposium on Cluster Computing and the Grid</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="202" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Groupware: some issues and experiences</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Ellis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Gibbs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of ACM</title>
		<imprint>
			<biblScope unit="page" from="39" to="58" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">View-Based Integration of Process-Driven SOA Models at Various Abstraction Levels</title>
		<author>
			<persName><forename type="first">H</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Zdun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dustdar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Model-Based Software and Data Integration</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="55" to="66" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Workflow Patterns</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H M</forename><surname>Ter Hofstede</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Kiepuszewski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Barros</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Distributed and Parallel Databases</title>
				<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="5" to="51" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Architectural Styles and the Design of Network-based Software Architectures</title>
		<author>
			<persName><forename type="first">R</forename><surname>Fielding</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
		<respStmt>
			<orgName>University of California, Irvine, PhD Thesis</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><surname>Brown</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Malveau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mowbray</surname></persName>
		</author>
		<title level="m">AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis</title>
				<imprint>
			<publisher>Wiley</publisher>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<ptr target="http://www.ibm.com/developerworks/webservices/library/specification/ws-bpel4people/last" />
		<title level="m">WS-BPEL Extension for People, IBM and SAP Specification</title>
				<imprint>
			<date type="published" when="2009-04">April 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<ptr target="http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html" />
		<title level="m">Web Services Business Process Execution Language, OASIS Standard</title>
				<imprint>
			<date type="published" when="2009-04">April 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<ptr target="http://www.w3.org/TR/wsdl" />
		<title level="m">Web Service Description Languag, W3C Technical Report</title>
				<imprint>
			<date type="published" when="2009-04">April 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m">ComposableWeb&apos;09</title>
				<imprint/>
	</monogr>
</biblStruct>

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