<?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">The CAWE Framework -Enhancing Service Oriented Architecture with Context Awareness Extended Abstract</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">L</forename><surname>Ardissono</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Università di Torino Torino</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">R</forename><surname>Furnari</surname></persName>
							<email>furnari@di.unito.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Università di Torino Torino</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">A</forename><surname>Goy</surname></persName>
							<email>goy@di.unito.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Università di Torino Torino</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">G</forename><surname>Petrone</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Università di Torino Torino</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">M</forename><surname>Segnan</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Università di Torino Torino</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The CAWE Framework -Enhancing Service Oriented Architecture with Context Awareness Extended Abstract</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">309EC3CDFE9C7DBF1437B6C0C81A3272</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:48+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 development of Web applications based on Service Oriented Architectures (SOA) is challenged by the lack of support to the specification of explicit context adaptation policies. As an answer to this issue, we present the Context Aware Workflow Execution framework (CAWE), which enriches SOA with (a) context-aware workflow management; (b) dialog management capabilities supporting the adaptation of the interaction with the individual user, and (c) context-dependent User Interface generation.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>Context-awareness is particularly important in Web applications, which are accessed by large numbers of users, having diverse preferences, needs and capabilities, and using heterogeneous devices to interact with the business services. In order to suitably handle such variability, a self-managing system should be able to adapt both the service and the User Interface to the individual user and to the dynamic environment surrounding her/him. However, Service Oriented Architecture (SOA, <ref type="bibr" target="#b0">[1]</ref>), the reference model for the development of composite applications, does not explicitly deal with personalization and contextawareness. In fact, it embeds all the adaptation decisions in the process specifying the business logic of the applications.</p><p>In order to address this limitation, we designed a vertical SOA architecture which extends Service Oriented Computing with context-awareness and personalization capabilities. This extended abstract shortly presents the CAWE (Context Aware Workflow Execution) framework for the development of composite Web applications. The framework supports the adaptation of the business logic, interaction logic and User Interface to the users and to their context. Specifically, the framework supports: ¯The context-dependent selection of the courses of action to be enacted, and of the service providers to be invoked, during the execution of the application. ¯The generation of a context-dependent User Interface, tailored to the user's device (e.g., to its screen size) and to the user's preferences (e.g., background colors and font size).</p><p>¯The management of tasks as dialogs with the user, the provision of extra-helpful information for non-expert users, and the management of a User Interface fitting the size of her/his device. We exploited the CAWE framework to develop an e-Health prototype application supporting the management of a clinical guideline which coordinates the activities to be performed in order to monitor the health state of patients affected by heart diseases. The analysis of the e-Health domain, and the development of the application, proved the suitability of the adaptive features offered by our framework, as well as its applicability to real-world use cases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. THE CAWE FRAMEWORK</head><p>Service Oriented Architecture provides limited support to and context-awareness because it fails to recognize the central role of the adaptation logic and thus it embeds all the adaptation decisions in the workflow specifying the business logic of the applications. Specifically:</p><p>¯As far as the business logic is concerned, the workflow underlying the applications embeds the variables to be taken into account and describes the alternative courses of action in a flat graph. Although this approach works well in simple cases, it does not scale to complex contexts. ¯The User Interface (UI) and the interaction with the user lack flexibility because they are based on minimalistic techniques for the generation of device-dependent UI pages which fail to support the management of flexible dialogs with the user. The CAWE framework supports the development of composite applications which tailor the business logic, the interaction with the user and the User Interface to the user and to her/his context. The key concept is the fact that the adaptation logic has to be explicitly represented. By extracting such logic from the application workflow, flexible techniques can be applied to steer the system behavior. The CAWE architecture includes two core components:</p><p>¯The Context Manager service (CtxMgr WS) handles the context information during the execution of the application. Specifically, it handles a Role Model for each role defined in the application workflow, as well as a User Model and a Context Model for each involved actor. ¯The Context-Aware Workflow Manager (CA-WF-Mgr) enacts a context-sensitive workflow which defines the business logic of the application. For this purpose, it exploits two modules: the Workflow Adaptation Module shapes the workflow depending on the context; the workflow engine enacts the resulting workflow. Within the CA-WF-Mgr, the Dialog Manager module acts as a bridge between the user and the workflow engine. When the user logs in the application, the Dialog Manager is invoked and takes the control of the interaction. The module adapts the User Interface to a context including both the user's device and her/his layout preferences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. business logic</head><p>In the CAWE framework, the business logic of an application is represented as a context-sensitive workflow organized in an abstraction hierarchy which specifies the system behavior at different levels of detail. Specifically:</p><p>¯Besides the standard workflow activities (prescribing the invocation of service providers, the management of tasks, or some internal computation), a context-sensitive workflow can include abstract activities which describe a generic type of behavior, to be decided at runtime. ¯Each abstract activity is associated with a set of implementations which describe different courses of action that the workflow engine should enact to complete the activity, depending on the context. Each implementation is a workflow which can specify rather different behaviors; e.g., starting a task to be performed by a human actor, invoking a Web Service, starting a complex subprocess, or carrying out some internal computation. Notice that an implementation may include itself some abstract activities; therefore, the context-sensitive workflow can be organized as a multi-level hierarchy. ¯The business logic adaptation policies steer the selection of the implementations to be enacted during the execution of the abstract activities. These policies are described as (chains of) condition-action rules: the precondition of a rule is a boolean condition on context variables. The action can be the reference to another rule (rule chaining), or the name of the implementation to be enacted. During the execution of the application, the workflow underlying the application is composed by recursively selecting the implementations of the abstract activities to be enacted, until the system's behavior is completely specified. This selection is steered by the business logic adaptation policies.</p><p>Specifically, the Context-Aware Workflow Manager wraps a workflow engine which executes the context-sensitive workflow as if it were a standard one. However, when the engine encounters an abstract activity, it invokes the Workflow Adaptation Module on the abstract activity. When the module returns the implementation to be enacted, the engine performs it as a subprocess of the main process instance. At subprocess completion, the engine resumes the execution of the main workflow.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. user interface</head><p>The Dialog Manager handles each task to be completed as a communicative goal to be achieved by carrying out a dialog with the user. Each dialog step is aimed at achieving a part of the task and is managed by generating a UI page. A Finite state Automaton specifies the interaction logic of the Dialog Manager: each state of the automaton corresponds to a UI page type and each state transition is performed as a consequence of a user action. The automaton describes the whole interaction with the user as far as task management is concerned. Specifically, a task is handled as follows:</p><p>1) The Dialog Manager sends the user's browser a personalized UI page representing an interaction turn. The page includes a set of input/output parameters to be acquired/presented and the navigation links enabling the user to continue the interaction. Moreover, the page includes a set of help links to get more specific information about the task and its parameters.</p><p>2) The user may perform different actions on the UI page: e.g., each help link, and each information link associated to the parameters, activate a nested dialog. Moreover, suitable transitions lead to the next, or to the previous step of the dialog, respectively. 3) At task completion time, the Dialog Manager notifies the workflow engine and feeds it with the acquired data. The generation of the personalised pages is based on the evaluation of a set of UI adaptation policies, which steer the selection of the layout to be applied (given the user's preferences and device) and, consequently, determine the maximum number of parameters which can be put in each UI page.</p><p>Figure <ref type="figure" target="#fig_0">1</ref> shows a sample UI page, targeted to a desktop device, generated by our e-Health application during the management of a task (storeTherapy()).</p><p>¯The top bar of the page includes the name of the application (eHealth) and reports the username (house) and the logout button. ¯The middle bar of the page is organized as follows:</p><p>-The higher portion shows the task name, the task ID (744) and the user's role (doctor). -The lower portion includes: a help link for the visualization of the task description; the position of the current interaction turn within the overall dialog (Page 1 of 2); the continue link ( ) taking to the next dialog turn, and the Cancel link. ¯The lower part of the page is devoted to the visualization of the input and output parameters of the task. Specifically, the Form area shows the input ones, while the Information area displays the output ones. Each parameter name has a link to its more specific information (h). Figure <ref type="figure" target="#fig_1">2</ref> shows the sequence of pages devoted to the same task, if the user uses a PDA to connect to the application. In order to cope with the smaller screen size, the dialog is performed in more steps than in the desktop case.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. RELATED WORK</head><p>In Service Oriented Computing, some contributions extend standard Web Service composition languages with contextawareness features (e.g., C-BPEL; see <ref type="bibr" target="#b1">[2]</ref>), in order to comply with Quality of Service (QoS) requirements. These approaches are affected by the limitations of standard Web Service composition languages, such as WS-BPEL ( <ref type="bibr" target="#b2">[3]</ref>) and its contextaware extensions (e.g., Context4BPEL, see <ref type="bibr" target="#b3">[4]</ref>), which embed the adaptation logic in the workflow specification.</p><p>Our work overcomes the limitations of these works by introducing the abstract activities and by exploiting declarative adaptation rules for the runtime, context-dependent selection of the courses of action to be enacted. In this way, the business logic of the application is shaped during its execution.</p><p>In the Semantic Web research, planning technology is applied to enhance the flexibility in Web Service composition. Moreover, plan-based approaches are applied to invoke Web Service providers in context-aware mode; e.g., see <ref type="bibr" target="#b4">[5]</ref>, <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b6">[7]</ref>. However, planning technology is not suitable to handle long-lasting services and processes because it does not support persistence management. Therefore, up to now it has only been used to handle short-lived composition plans. In fact, several proposals for the adoption of planners in Web Service composition turned out to exploit workflow engines for the service execution; e.g., see <ref type="bibr" target="#b7">[8]</ref> and <ref type="bibr" target="#b8">[9]</ref>.</p><p>Concerning the management of the interaction with the user, context-aware workflow systems only provide the adaptation of the User Interface (UI) to the user's device, in terms of stylesheet selection; e.g., see <ref type="bibr" target="#b6">[7]</ref> and <ref type="bibr" target="#b9">[10]</ref>. In comparison, CAWE supports applications which adapt both the code of the UI pages and the interaction logic to a complex context. Moreover, it supports the adaptation to multiple users, by tailoring the UI and the interaction logic on an individual basis.</p><p>In the research about dialog-based systems, some researchers employed scripts describing domain-level activities and linguistic behavior to model articulated task-oriented dialogs; e.g., see <ref type="bibr" target="#b10">[11]</ref>. Moreover, planning technology was applied to manage short-lived interactions with the user; e.g., see <ref type="bibr" target="#b11">[12]</ref>. We adopt Finite State Automata to handle the interaction with the user; although these are less flexible than plans, they are more robust and lightweight, and they support a predictable behavior. More information about the CAWE framework can be found in <ref type="bibr" target="#b12">[13]</ref>, <ref type="bibr" target="#b13">[14]</ref>, <ref type="bibr" target="#b14">[15]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. First dialog turn in the management of task storeTheraphy, tailored to a desktop device.</figDesc><graphic coords="3,133.20,323.48,345.75,215.86" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. First two dialog turns in the management of task storeTheraphy, tailored to a PDA.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>IV. CONCLUSION This extended abstract has presented the Context Aware Workflow Execution framework for the development of context-aware composite Web applications. The framework enriches Service Oriented Architecture with (a) adaptation techniques supporting the execution of context-sensitive workflows; (b) dialog management capabilities supporting flexible user interactions, and (c) context-dependent User Interface generation techniques aimed at presenting personalized information on different devices. As such, it supports the development of Web applications which can self-adapt to meet the requirements of heterogeneous users in dynamic usage environments.</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<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">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="issue">10</biblScope>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Through personalized web service composition specification: from bpel to c-bpel</title>
		<author>
			<persName><forename type="first">C</forename><surname>Ghedira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mezni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electronic Notes in Theoretical Computer Science</title>
		<imprint>
			<biblScope unit="volume">146</biblScope>
			<biblScope unit="page" from="117" to="132" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">OASIS Web Services Business Process Execution Language</title>
		<ptr target="http://www.oasis-open.org/committees/documents.php?wgabbrev=wsbpel" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Towards contextaware workflows</title>
		<author>
			<persName><forename type="first">M</forename><surname>Wieland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kopp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nicklas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Leymann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. Workshop on Ubiquitous Mobile Information and Collaboration Systems (UMICS 2007) at CAiSE&apos;07</title>
				<meeting>Workshop on Ubiquitous Mobile Information and Collaboration Systems (UMICS 2007) at CAiSE&apos;07<address><addrLine>Trondheim, Norway</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Semantic Web Services</title>
		<author>
			<persName><forename type="first">S</forename><surname>Mcilraith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Son</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zeng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="46" to="53" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Through different eyes -assessing multiple conceptual views for querying Web Services</title>
		<author>
			<persName><forename type="first">W</forename><surname>Balke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wagner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 13th Int. World Wide Web Conference (WWW&apos;2004)</title>
				<meeting>of 13th Int. World Wide Web Conference (WWW&apos;2004)<address><addrLine>New York</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Towards context-aware adaptable Web Services</title>
		<author>
			<persName><forename type="first">M</forename><surname>Keidl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kemper</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 13th Int. World Wide Web Conference (WWW&apos;2004)</title>
				<meeting>of 13th Int. World Wide Web Conference (WWW&apos;2004)<address><addrLine>New York</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="55" to="65" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Adapting BPEL4WS for the Semantic Web: The bottom-up approach to Web Service interoperation</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Mandell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Mcilraith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 2nd International Semantic Web Conf. (ISWC 2003)</title>
				<meeting>2nd International Semantic Web Conf. (ISWC 2003)<address><addrLine>Sanibel Island, Florida</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="227" to="241" />
		</imprint>
	</monogr>
	<note>LNCS 2870</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Laures</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Jank</surname></persName>
		</author>
		<ptr target="http://asg-platform.org/cgi-bin/twiki/view/Public/ReferenceArchitecture,Tech.Rep" />
		<title level="m">Adaptive Services Grid Deliverable D6.V-1. Reference architecture: requirements, current efforts and design</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Extending webml for modeling multi-channel contextaware web applications</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ceri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Daniel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Matera</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WISE -MMIS&apos;03 IEEE Computer Society Workshop</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Collaborative response generation in planning dialogues</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chu-Carroll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Carberry</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="355" to="400" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Rich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Lesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sidner</surname></persName>
		</author>
		<ptr target="http://www.merl.com/projects/collagen" />
		<title level="m">COLLAGEN: Java middleware for collaborative agents services with multiple suppliers</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A framework for the management of context-aware workflow systems</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ardissono</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Furnari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Petrone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Segnan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WEBIST 2007 -Third International Conference on Web Information Systems and Technologies</title>
				<meeting>of WEBIST 2007 -Third International Conference on Web Information Systems and Technologies<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="80" to="87" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A framework for the development of distributed, context-aware Adaptive Hypermedia applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ardissono</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Petrone</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">LNCS 5149, Adaptive Hypermedia and Adaptive Web-Based Systems, 5th Int. Conference</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Ah2008</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Nejdl</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Kay</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Pu</surname></persName>
		</editor>
		<editor>
			<persName><surname>Herder</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heildelberg New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="259" to="262" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A SOAbased model supporting adaptive web-based applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ardissono</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Furnari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Petrone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Segnan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 3rd Conference on Internet and Web Applications and Services (ICIW 2008)</title>
				<meeting>of 3rd Conference on Internet and Web Applications and Services (ICIW 2008)<address><addrLine>Athens, Greece</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="708" to="713" />
		</imprint>
	</monogr>
</biblStruct>

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