<?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">Component Model with Support of Mobile Architectures</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Marek</forename><surname>Rychllli</surname></persName>
							<email>rychly@fit.vutbr.cz</email>
							<affiliation key="aff0">
								<orgName type="department">Dcpartment of Information Systcms</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Faculty of Information Technology</orgName>
								<orgName type="institution">Brno University of Tcchnology</orgName>
								<address>
									<addrLine>BoZet6chova 2</addrLine>
									<postCode>612 66</postCode>
									<settlement>Brno</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Component Model with Support of Mobile Architectures</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7D7A0803735A32689C2F8D8AC071B6AD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:10+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>
			<textClass>
				<keywords>
					<term>Softwarc Arc}ritecture</term>
					<term>Componcnt-Based Developrnent</term>
					<term>Comporrerrt Modcl</term>
					<term>Formal Specificatiorr</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Conrmon features of current information systems have significant impact on software architectures of the systems. The systems can not be realised as monoliths, formal speciflcation of behaviour and interfaces of thc systenrs' parts are neccssary) as well as specification of their interaction. Moreover, the systems have to deal with many problems including the ability to clonc components and to move the copics across a network (componcnt mobility), creation, destruclion and updating of components and connections during the systems' runtime (dvnamic reconfiguration), maintaining components' compatibility, etc. In this paper, wc prcscnt the component modcl with support of mobile architectures and outlinc its formal basis. We also rcvicw thc rclated research on the currcnt theory and practicc of formal component-based dcvclopment of software systcms.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Introduction</head><p>Increasing globalisation of information society and its progression creatc nceds for extensivc and reliable information technology solutions. Common requirements for current information systcms include adaptability to variable structure of organisation, support of distributed activities, intcgration of well-establishcd (third party) softwarc products, conncction to a variable sct of external systems, etc. Thosc f'catures have significant irnpact on software architectures of the systems. The systems can not be realised as monoliths, exact specification of functions and intcrfaces of the systcms' parts are necessary, as well as specification of their cornrnunication and deployrnent. Therefore, the information systcms of organisations are realised as networks of quite autonomous, but cooperative, units communicating asynchronously via messages of appropriate format. Unfortunately, design and implementation of thc systems have to deal with many problems including the ability to clone components and to move the copies across a network (i.e. component mob'il'itg), creation, destruction and updating of components and connections during the systems' runtimc (i.e. dgnami,c reconfigurat'ion), maintaining components' compatibility, etc. <ref type="bibr" target="#b3">[4]</ref> Moreover, those distributcd information systems are getting involved. Thcir architecturcs are evolving during runtitne and fbrmal specifications arc necessary, particularly in critical applications. Design of the systems with dynamic arch'itectures (i.e. architectrtres with dynamic reconfigurations) and mobi,le arch'itectures (i.e. dynamic architectures with component mobility) can not bc done by means of conventional software design mcthods. In most cases, these methods are able to dcscribe semi-formally only sequcntial processing or simple concurrcnt processing bounded to one component without advanced featurcs such as dynamic reconfiguration.</p><p>The component-based deuelopment (CBD, see <ref type="bibr" target="#b9">[10]</ref>) is a software developmcnt methodology, which is strongly oriented to composability and re-usability in a softwarc system's architccture. In thc CBD, from a structural point of view, a software system is composed of componenfs, which are self contained entities accessible t,hrough well-defined i,nterfaces. Connection of compatible interfaces of cooperating components is realised via connectors. Actual organisation of components interconnectcd via connectors is called configurati,on. Component models arc specific meta-models of software architcctures supporting the CBD, which define synta,x, sema,ntics and compositiorr of components.</p><p>Although the CBD can be the right way to cope with the problems of the distributcd information systems, it has some limitations in formal description, which restrict the full support for the mobilc architectures. Those restrictions can be delimitcd by usage of formal bases that do not consider dynamic reconfigurations and component mobility, strict isolation of control and business logic of components that does not ailow full integration of dynamic reconfigurations into the components, etc.</p><p>In this paper, we propose the component model with support of mobile architcctures and review the rclated current formal approaches to the CBD. The rcmainder of this papcr is organiscd as follows. In Section 2, wc introduce our proposcd approach in more detail. In Section 3, we review the main approaches that are relcvant to our subject. In Section 4, we discuss advantages and disadvantages compared with the rcviewed approaches. To conclude, in Section 5, we summarise our approach, current results and briefly outline the future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Component Model</head><p>In this scction, wc describe our approach to the componcnt model with support of mobile architectures. The Figure <ref type="figure" target="#fig_0">1</ref>  specific implementation of the component's behaviour (implementation of the serviccs). The implemcntation can bc primitive or compositc. The primi,tiue 'implementati,on (PrinitiveConplmpl) is realised dircctly, beyond the scope of architccture description (it is "a black-box"). The compos'ite i,mplementati,on (conpositecomprnpl) is decomposable on a systcm of subcomponents at the lower level of architecture dcscription (it is "a grey-box"). The subcomponents are rcpresented by component abstractions (ConpAbstraction).</p><p>The interface of a componcnt (descendants of entity Interf ace) can be sorted according to its rclative location compared with the component into public and privatc interfaces. The publi,c i,nterfaces (euuruncrnterface and PubCtrt-Interface) are required or provided (attribute type of the entity) by u component to its neighbouring componcnts at the samc level of the architccture description (i.e. not to subcomponents of a neighbouring component, for example). The priuate i,nterfaces (lrivrunclnterface and Privctrtlnterface), which exist only in composite componcnts, are the components' public interfaces delegated into thc components' composite implementation where they arc available for the components' subcomponents. According to functionality of intcrfaces, we distinguish functional interfaces and control interfaces. The funct'ional,interfaces (luurunclnterface and PrivFuncfnterface) represent business oricnted services. The control 'interfaces (euuctrtrnterface and Privctrt-rnterface) providc services for components' introspection (e.g. getFunclnterfacesO) and changes of an architecture and behaviour (startO and stopO). The services for changes of an architecturc are, for example, packComponentO and unpackCornponentO for a component's transformation into and from a transmittable mcssage, respectively.</p><p>The connector is responsible for a rcliable communication between required and provided interfaces. It consists of connector abstraction and connector implcmentation. The connector abstract'ion (ConnAbstraction) represents an abstract connection of a pair of compatiblc interfaces. The connectorimplementation (Connlmprementation) represents specific implcmentation of thc connector, which depends e.g. on comrnunication style (buffered and unbuffered connection) or a, type of synchronisation (blocking and output non-blocking).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2.L Behaviour and Support of Mobile Architectures</head><p>We focus on behaviour particularly rclatedto the features of mobile arch'itectures, i.c. on creation and destruction of components and connections and on passing of components. Evolution of an architecturc begins in thc state where initialisation of ttre architccture is finishcd. Then, a new componenl can be creatcd by means of duplication of an existing componcntl where thc new componcnt can be placed as a subcomponent of a parent component or sent via its outgoing connections (via providcd interfaccs) . Destruct'ion of a cornponent canbc done automatically after releasing of its provided interfaces (the componcnt is forgotten when there arc no outgoing connections). Creat'ion of new connect'ions between two intcrfaces can be done also by means of passing of componcnts. A componcnt, which is creating a new conncction, rcccives a component with a target interface and obtains the interface via the component's control interface. This enables a, cortrtectiotr to inter:connect subcomponents of two different parent components if one of the subcomponent is accessible via passing of components, i.e. to sharc one subcomponent between many parent components. Destructi,on of a connect'ion can be done directly via connected interface (actually, the connection is forgotten) so no destruction is needed). The pass'ing of a component is realised by means of its control interface (the component is "packed" into a messagc) and control interface of target component (the message is "unpacked" and the component will become a subcomponent of thc target component).</p><p>As it follows from the description of behaviour, the connections can intcrconnect required functional interfaces with (providcd2) control interfaces. This allows to build systems where functional (business) requirements imply changes of the systems' architectures.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Formal Description</head><p>The componcnt model's formal description can be realised by means of the process algebra n-calculus, known as thc calculus of mobi,Ie processes <ref type="bibr" target="#b5">[6]</ref>, which allows modelling of systems with dynamic communication structures (i.e. mobile processcs). The dcscription is based on our prcvious research on distributed information systems as systems of asynchronous concurrcnt processcs <ref type="bibr" target="#b7">[8]</ref> and thc mobile architecturc's features in such systems <ref type="bibr" target="#b8">[9]</ref>.</p><p>Formal description of a C componcnt's behaviour can bc expressed as the z-calculus process C : (CtlC.) + stop.start.C.h is a non-detcrministic choice between a parallel composition of processcs, which rcpresent its functional part C7 and control part C", and the proccss that waits for "start" after it receives "stop" via names start and stop, respectively. Intcrfaces of the component C are reprcsented by free namcs in thc process C, by its parameters, if the C is dcnoted as a paramctric proccss C(p1 ,. ..,p^).</p><p>For componcnt abstraction C, the definition of the process C y is givcn by a designcr of a system or a componcnt, which contains the component C as its t by -"""r "f packConponentO and unpackConponento 2 in ou. approach, the control interfaces are only provided (they provide a control) Component Model wilh Support of Mobile Architectures 59 subcomponcnt. It represents required functional behaviour of thc system's or component's part. For componcnt primitive implementation C, the definitiorr of the process C y is givcn by description of functional behaviour of the C component's implementation according to its specification (the implementation is "a blackbox"). For cornponent composite irnplementation, the definition of theprocessCyisaparallelcompositionof.nprocessesCr(pt,r,,...,pr,^1),..., Cn(pn,r,, . . . ,p,n,rn,) that represcnt component abstractions of thc C component's subcomponents, and their interconnections. For each connection between providcd interfaces reprcsented by names pr ,. . . ,pu and required interfaccs represented by namcs Qt,...,eu of the subcomponents, we can define parametric n-calculus process for binding the interfaces B(pr,...,pu,Q,,...,e,) :ii qi@).pr(r).B(pr,...,pu,et,...,Qu) (</p><p>i:I j:I</p><p>As it has been describcd in the previous section, the most of the features of mobile architectures can bc reduced to the component mobility feature. In thc n-calculus, this featurc can be dcscribed as passing of z--calculus processcs: directly by mcans of higher ordcr z--calculus or indirectly by means of passing of names ("an executor example" in <ref type="bibr" target="#b5">[6]</ref>). The indirect mcthod in terms of systcms of asynchronous concurrent processes has been described in <ref type="bibr" target="#b8">[9]</ref>. We can define processes that rcalises pack and unpack control intcrfaces. LcI C(p1,. . . ,p,n) be a n-calculus process representing behaviour of a component C with rn interfaces. Then, we define para,metric process Ps to send (export) all interfaces pr,...,p,n of the component C via name p, and proccss U6 to receive (import) thc interfaccs via name p into a context of another process, as follows The proccss [/6: is used by a componcnt, which is a destination of passing of the c's interfaces.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Related Work</head><p>There havc been proposcd several component models <ref type="bibr" target="#b4">[5]</ref>. In this scction) we focus on two contemporary component models supporting some features of dynamic architecturcs and formal descriptions.</p><p>Thc component model FYactal <ref type="bibr" target="#b1">[2]</ref> is a general component composition framework with support for dynamic architectures. A Fractal componcnt is formed out of two parts: a controller and a content. The content of a composite component is composed of a finite number of nested components. 'Ihose subcomponents arc controlled by the controller ("a membrane" ) of the enclosing component. A component can bc shared as a subcomponcnt by scveral distinct componcnts. A component with empty content is callcd a primitive component.</p><p>Evcry component can interact with its environment via operations at external intcrfaces of the component's controller, while internal interfaces arc accessible only from the component's subcomponcnts. Thc interfaces can be of two sorts: client (requircd) and scrver (provided). Besidcs, a functional interface requires or providcs functionalities of a component, whilc a control intcrface is a scrver interface with opcrations for introspcction of the componcnt and to control its configuration. There are two hvpes of directed connections between compatible interfaccs of components: primitive bindings between a pair of components and composite bindings, which can interconnect several components via a conncctor.</p><p>Bchaviour of Fractal components can be formally describcd by means of parametri'sed networks of commun'icati,ng automata language <ref type="bibr" target="#b0">[1]</ref>. Behaviour of each primitive component is modelled as a finite state parametrised labelled transi,t'ion sgstem (pLTS)a labellcd transition system with parametrised actions, a set of parameters of the system and variables for cach state. Behaviour of a composed FYactal component is defined using a parametrised sgnchronisation network (pNet). It is a pLTS computed as a product of subcomponcnts' pLTSs and a transducer. Thc transduccr is a pLTS, which synchronises actions of the corrcsponding LTSs of the subcomponents. When synchronisation of thc actions occurs, the transducer changes its state, which mcans reconfiguration of the component's architecture. Also behaviour of a Fractal component's controller can bc formally described by means of pLTS/pNet. The rcsult is composition of pLTSs for binding and unbinding of each of thc component's functional interfaces (one pLTS per one interface) and pLTS for starting and stopping the component.</p><p>In the component model SOFA <ref type="bibr" target="#b6">[7]</ref>, u part of S)FA project (SoFtware Appli,ances/, a softwarc system is described as a hierarchical composition of primitive and composite components. A component is an instance of a template, which is dcscribed by its frame and architccture. Thc frame is a "black-box" specification view of the component defining its provided and required interf'aces. Primitivc componcnts arc directly implemented by described software systemthcy have a primitivc architccture. The architecture of a composcd component is a "grey-box" implementation view, which defines first level of nesting in bhe component. It describes dircct subcomponents and their interconnections via interfaces. The conncctions of the interfaces can be realised via conncctors, implicitly for simplc connections or cxplicitly. trxplicit connectors are described in a similar way as the components, by a frame and architecture. The conncctor frame is a set of roles, i.e. interfaces, which arc compatible with interfaces of componcnts. The conncctor architecture can be simplc (for primitive connectors), i.e. directly implcmented by described software system, or compound (for composite conncctors), which contains instances of other connectors and components.</p><p>Thc SOFA uses a componen,t, d,efi,ni,t,i,on, lan,gu,age (CDL) for specification of components and behaui,our protocols (BPs) for formal description of their behaviours. Thc BPs are regular-like cxpressions on the alphabet of event tokens reprcsenting cmitting and accepting method calls. Behaviour of a component (its interface, frame and architecture) can be dcscribed by a BP (interface, framc and architccture protocol, respectively) as the set of all traces of event tokens</p><p>Component Model with Support of Mobile Architectures 6l generatcd by the BP. The architccture protocols can be generated automatically from architccture description by a CDL comp'iler. A protocol conformance relati,on ensures thc architecture protocol generatcs only traces allowed by the frame protocol. From dynamic architcctures, the SOFA allows only a dynamic update of componcnts during a system's runtime. The update consists in change of implemcntation (i.e. an architecturc) of the component by a new one. Compatibility of thc implementations is guaranteed by thc conformance rclation of a protocol of the new architecture and the component's framc protocol.</p><p>Recently, the SOFA tcam is working on a new version of the component modcl. The component model SOFA 2.0 <ref type="bibr" target="#b2">[3]</ref> aims at removing sevcral limitations of the original version of SOFAmainly thc lack of support of dynamic reconfigurations of an architecture, well-structured and extensible control parts of components, and multiplc communication styles among components.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Discussion</head><p>Thc componcnt model proposed in this paper is able to handle mobile architcctures, unlike the SOFA that supports only a subset of dynamic architcctures or the Fractal/Fractive, which does not support components mobility. As is described in Section 2.2, the n-calculus provides fitting fbrmalism.</p><p>Moreovcr, the proposed semantics permits to combine provided control and required functional interfaces, e.g. in comparison with the Fractal/Fractive that also providcs control and functional interfaces. Regardless, in some cases, it separation descriptiou and vcrification of control and functional parts is needcd. The possiblc solution can be an application of typed z-calculus, which distinguishcs a type of names, and rcplacing of some communication patterns that use controlfunctional bindings by special z--calculus constructions (c.g. a special stop/start processcs recursivcly controlling also subcomponents of a component, which is stopped/started). Rcgardless, for mobilc architectures, the ability to combine control and functional intcrfaces is nccessary.</p><p>The ncxt featurc of the component model is partially independencc of a component's specification from its implementation. This f'eature is similar to the SOFA's component-templatc relationship. It allows to control behaviour of a primary component's implementation, define a composite component's border that isolatcs its subcomponcnts, which is called "a membranc" in the Fractal, ctc. Our goal is to expand thc specification-implerncntation rclationship of components so it allows runtimc replaccments of the components' implementations without need to stop a component during replacement, in comparison with the SOFA. We bclieve it can be achieved by means of component mobility.</p><p>Howcvcr, all above mcntioned fcatures will be parts of an ongoing work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion and F\rture Work</head><p>This paper dcscribes thc componcnt modcl with support of mobilc architectures.</p><p>The component model splits a distributed information system into primitive and composite conrponents according of decomposability of the system's parts, the components' functional and control interfaces according to types of required or provided serviccs, and conncctors realising a communication layer betwccn the components. 'I'he components and the connectors are described at different levcls, as their specificatiorrs and irnplcrnentatious. Scrnantics of thc entities can be describcd by means of z-calculus processes.</p><p>An ongoing work is rclated to completing cxact description of the componcnt model's formal semantics. Future work is mainly related to realisation of a supporting environmcnt, which allows intcgration of the model into a software development process, including integration of verificat,ion tools and implementation support.</p><p>Th'i,s research has been supported bg the Grant Agencg of Czech Republi,c grants No. 102/05/0723 "A Fro,mework for Formal Speci,ficotions o,n,d, PrototEping o,f Informati,on Sgstem's Network Applicati,ons" and bg the Research Plan No. MSM 0 0 2 1 6 3 0 5 2 8 " 5 ecuritg-Ori,ented Res earch i,n Information Technology " .</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. Diagram of thc meta-model (an outlinc).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>.pr. . . .,p^) : plr)(r\pt) . . . r\p.)) uc(p, pt, . . ., p,n) : (")(p(r).n(pt) . . . r(p.)) ()\ Those processes implement interfaces packO and unpackO, respectivcly. The control part of the component C is defined ffiC.:l.Pc.</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Formal specificat&apos;ion and uemfi,cation of distributed contponent systems</title>
		<author>
			<persName><forename type="first">T</forename><surname>Barros</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005-11">Nov. 2005</date>
		</imprint>
		<respStmt>
			<orgName>Universit6 de Nice -INRIA Sophia Antipolis</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The Fbactal component model</title>
		<author>
			<persName><forename type="first">E</forename><surname>Bruneton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Coupaye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-B</forename><surname>Stefani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Draft of speciflcation, version 2.0-3</title>
				<imprint>
			<publisher>The ObjectWeb Consortium</publisher>
			<date type="published" when="2004-02">Feb. 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">SOFA 2.0: Balancing advanced feat,rrrcs in a hierarchical cornponent model</title>
		<author>
			<persName><forename type="first">T</forename><surname>Brrre5</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hnet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Pl6sil</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of SERA 2006</title>
				<meeting>SERA 2006<address><addrLine>Scattle, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Socicty</publisher>
			<date type="published" when="2006-08">Aug. 2006</date>
			<biblScope unit="page" from="40" to="48" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Autonomous components</title>
		<author>
			<persName><forename type="first">J</forename><surname>I{16l</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zemlicka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SOFSEM 2000: Theory and Practtce of Informat&apos;ics</title>
		<title level="s">Lecture Notes zn Cornputer Sciertce</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="volume">1963</biblScope>
			<biblScope unit="page" from="375" to="383" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">K.-K</forename><surname>Lau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wang</surname></persName>
		</author>
		<idno>CSPP-38</idno>
		<title level="m">A survey of software comporrerrt models (second cdition)</title>
				<meeting><address><addrLine>Manchester M13 gPL, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05">May 2006</date>
		</imprint>
		<respStmt>
			<orgName>School of Computer Sciencc, The Univcrsity of Manchester</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Prc-print</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A calculus of mobile processes) part I/II</title>
		<author>
			<persName><forename type="first">R</forename><surname>Milner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Parrow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Walker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Inforrnati,on and Com,putati</title>
		<imprint>
			<biblScope unit="volume">00</biblScope>
			<biblScope unit="page">77</biblScope>
			<date type="published" when="1992-09">Sept. 1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">SOFA/DCUP: Architecture for component trading and dynamic updating</title>
		<author>
			<persName><forename type="first">F</forename><surname>Pl6sil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bflek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Janedek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">lth International Conference on Configurable Di,stributed Systerns</title>
				<meeting><address><addrLine>Los Alamitos, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEtrtr Computcr Society</publisher>
			<date type="published" when="1998-05">May 1998</date>
			<biblScope unit="page" from="43" to="51" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Towards verification of systems of asynchronous concurrent processes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rychl;F</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedi,ngs of 9th Internati,onal Conference Inforrnation Systems lrnplementation and Modelling (ISIM&apos;06)</title>
				<meeting>eedi,ngs of 9th Internati,onal Conference Inforrnation Systems lrnplementation and Modelling (ISIM&apos;06)</meeting>
		<imprint>
			<publisher>MARQ</publisher>
			<date type="published" when="2006-04">Apr. 2006</date>
			<biblScope unit="page" from="123" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Distributed inforrnation systerrr as a systern of asynchronous concurrent processes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rychly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zendulka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MEMICS 2006 Second Doctoral Workshop on Mathernati,co,l and Engi,&apos;neering Methods i</title>
				<imprint>
			<date type="published" when="2006-10">Oct. 2006</date>
			<biblScope unit="page" from="206" to="208" />
		</imprint>
		<respStmt>
			<orgName>Com,puter Sc,ience ; Faculty of Information Technology BUT</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Szyperski</surname></persName>
		</author>
		<title level="m">Com,ponent Software: Begond Object-Oriented Programmi</title>
				<imprint>
			<publisher>Addison Wesley Professional</publisher>
			<date type="published" when="2002-11">Nov. 2002</date>
		</imprint>
	</monogr>
	<note>second cdition</note>
</biblStruct>

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