Automatically Composing Reusable Software …schmidt/PDF/jbcs-jwhite.pdfAutomatically Composing...

19
Automatically Composing Reusable Software Components for Mobile Devices Jules White and Douglas C. Schmidt Vanderbilt University Nashville, TN, USA {jules, schmidt}@dre.vanderbilt.edu Egon Wuchner and Andrey Nechypurenko Siemens AG, Corporate Technology (SE 2) Munich, Germany {egon.wuchner, andrey.nechypurenko}@siemens.com Abstract Product-line architectures (PLAs) are an effective mech- anism for facilitating the reuse of software components on different mobile devices. Mobile applications are typically delivered to devices using over-the-air provisioning ser- vices that allow a mobile phone to download and install software over a cellular network connection. Current tech- niques for automating product-line variant selection do not address the unique requirements (such as the need to con- sider resource constraints) of dynamically selecting a vari- ant for over-the-air provisioning. This paper presents the following contributions to product-line variant selection for mobile devices: (1) it describes how a constraint solver can be used to dynam- ically select a product-line variant while adhering to re- source constraints, (2) it presents architectures for automat- ically discovering device capabilities and mapping them to product-line feature models, (3) it includes results from ex- periments and field tests with an automated variant selec- tor, and (4) it describes PLA design rules that can be used to increase the performance of automated constraint-based variant selection. Our empirical results show that fast au- tomated variant selection from a feature model is possible if certain product-line design guidelines are followed. Keywords: Methods, Processes, Tools and Experiences in Software Product Lines, Automation 1 Introduction The increasing popularity and abundance of mobile and embedded devices is bringing the promise of pervasive computing closer to reality. At the end of 2003, it was esti- mated that there were over two billion consumer electronic devices, such as mobile phones and television set-top boxes, and 300 million Personal Digital Assistants (PDAs) [32]. Not only is the number of devices increasing but the number of available mobile applications is growing as well. For ex- ample, Google delivers both web-based interfaces to google mail, news, and maps and applications that can be down- loaded to mobile phones. A recent trend in mobile devices that makes pervasive computing more realistic is the proliferation of services that allow mobile devices to download software on-demand across a mobile network. Services that allow software to be downloaded over cellular networks are called Over The Air Provisioning (OTAP) services [18, 27, 3, 4]. For exam- ple, mobile phones can now access web-based applications, such as google mail, or download custom applications from services, such as Verizon’s“Get It Now.” Nokia estimates that in 2003, 10,000,000 Java 2 Micro Edition (J2ME) games per month were downloaded worldwide [30]. In pervasive computing environments, the ability to download software on-demand plays a critical role in de- livering custom services to users where and when they are needed. For example, when a mobile device enters a retail store, software for browsing back room inventory, display- ing store circulars, and purchasing items can be downloaded by the mobile device. When exiting the store, the device may be carried onto a train, in which case applications for placing food orders, checking train schedules, and reserving further tickets could be downloaded by the mobile device. Despite the advances in middleware and deployment technologies, however, there are still significant variabili- ties between devices in terms of hardware resources (such as CPU power, RAM, and display size), middleware ver- sions (such as Java Virtual Machine versions), hardware ca- pabilities (such as Bluetooth support), and service provider restrictions (such as required use of provider-specific APIs). Developing software that can handle all of these diverse re- strictions and be deployed on a large number of heteroge- neous devices is hard [5]. In some cases, separate variants of the same Java application must be developed for each device despite the presence of a virtual machine [2]. Product-line architectures (PLAs) [12] are a promising approach to help developers reduce the high cost of mo- bile application development by facilitating software reuse [6, 39, 29]. A product-line architecture (PLA) [12] lever- ages a set of reusable software components that can be com-

Transcript of Automatically Composing Reusable Software …schmidt/PDF/jbcs-jwhite.pdfAutomatically Composing...

Automatically Composing Reusable Software Components for Mobile Devices

Jules White and Douglas C. SchmidtVanderbilt UniversityNashville, TN, USA

{jules, schmidt}@dre.vanderbilt.edu

Egon Wuchner and Andrey NechypurenkoSiemens AG, Corporate Technology (SE 2)

Munich, Germany{egon.wuchner, andrey.nechypurenko}@siemens.com

Abstract

Product-line architectures (PLAs) are an effective mech-anism for facilitating the reuse of software components ondifferent mobile devices. Mobile applications are typicallydelivered to devices using over-the-air provisioning ser-vices that allow a mobile phone to download and installsoftware over a cellular network connection. Current tech-niques for automating product-line variant selection do notaddress the unique requirements (such as the need to con-sider resource constraints) of dynamically selecting a vari-ant for over-the-air provisioning.

This paper presents the following contributions toproduct-line variant selection for mobile devices: (1) itdescribes how a constraint solver can be used to dynam-ically select a product-line variant while adhering to re-source constraints, (2) it presents architectures for automat-ically discovering device capabilities and mapping them toproduct-line feature models, (3) it includes results from ex-periments and field tests with an automated variant selec-tor, and (4) it describes PLA design rules that can be usedto increase the performance of automated constraint-basedvariant selection. Our empirical results show that fast au-tomated variant selection from a feature model is possibleif certain product-line design guidelines are followed.

Keywords: Methods, Processes, Tools and Experiencesin Software Product Lines, Automation

1 Introduction

The increasing popularity and abundance of mobile andembedded devices is bringing the promise of pervasivecomputing closer to reality. At the end of 2003, it was esti-mated that there were over two billion consumer electronicdevices, such as mobile phones and television set-top boxes,and 300 million Personal Digital Assistants (PDAs) [32].Not only is the number of devices increasing but the numberof available mobile applications is growing as well. For ex-ample, Google delivers both web-based interfaces to google

mail, news, and maps and applications that can be down-loaded to mobile phones.

A recent trend in mobile devices that makes pervasivecomputing more realistic is the proliferation of servicesthat allow mobile devices to download software on-demandacross a mobile network. Services that allow software tobe downloaded over cellular networks are called Over TheAir Provisioning (OTAP) services [18, 27, 3, 4]. For exam-ple, mobile phones can now access web-based applications,such as google mail, or download custom applications fromservices, such as Verizon’s “Get It Now.” Nokia estimatesthat in 2003, 10,000,000 Java 2 Micro Edition (J2ME)gamesper monthwere downloaded worldwide [30].

In pervasive computing environments, the ability todownload software on-demand plays a critical role in de-livering custom services to users where and when they areneeded. For example, when a mobile device enters a retailstore, software for browsing back room inventory, display-ing store circulars, and purchasing items can be downloadedby the mobile device. When exiting the store, the devicemay be carried onto a train, in which case applications forplacing food orders, checking train schedules, and reservingfurther tickets could be downloaded by the mobile device.

Despite the advances in middleware and deploymenttechnologies, however, there are still significant variabili-ties between devices in terms of hardware resources (suchas CPU power, RAM, and display size), middleware ver-sions (such as Java Virtual Machine versions), hardware ca-pabilities (such as Bluetooth support), and service providerrestrictions (such as required use of provider-specific APIs).Developing software that can handle all of these diverse re-strictions and be deployed on a large number of heteroge-neous devices is hard [5]. In some cases, separate variantsof the same Java application must be developed for eachdevice despite the presence of a virtual machine [2].

Product-line architectures (PLAs) [12] are a promisingapproach to help developers reduce the high cost of mo-bile application development by facilitating software reuse[6, 39, 29]. A product-line architecture (PLA) [12] lever-ages a set of reusable software components that can be com-

posed in different configurations (variants) for differentre-quirement sets. Constructing a product-line variant consistsof finding a way of reusing and composing the product-line’s components to create a functional application. Thedesign of a PLA is typically guided by scope, commonal-ity, and variability (SCV) analysis [15]. SCV captures keycharacteristics of software product-lines, including their (1)scope, which defines the domains and context of the PLA,(2) commonalities, which describe the attributes that recuracross all members of the family of products, and (3)vari-abilities, which describe the attributes unique to the differ-ent members of the family of products.

Using a PLA, developers create software architecturesthat can be rapidly retargeted to the capabilities of differentmobile devices. The large number of mobile devices, lim-ited device capabilities, complex product-line constraints,and the rapid development rate of new devices, however,makes it difficult to manually retarget mobile applicationsusing product-line components. Moreover, in a perva-sive environment, software reuse must happen on-demand.When a device enters a particular context, such as a retailstore, the provisioning server must very quickly deduce andcreate a variant for the device, regardless of whether or notthe device type and its capabilities have been previously en-countered.

Current automated software reuse techniques, such asthose presented in [8, 24, 28, 31, 34], do not sufficiently ad-dress various challenges of designing and implementing anautomated approach to selecting a product variant for a mo-bile device. One common capability lacking in each of theseapproaches is the ability to consider resource consumptionconstraints, such as the total available memory consumedby the features selected for the variant must be less than64 kilobytes. Resource constraints are important for mo-bile devices since resources are typically limited. Someresources, such as cellular network bandwidth, also havea measurable cost associated with them and must be con-served. Reusing software components on mobile devices re-quires careful consideration of both the limited and uniqueresources of a device and the complex constraints on themobile application product-line.

Another missing detail of these automatic reuse ap-proaches is the architecture for how an over-the-air provi-sioning server can characterize a device’s functional andnon-functional properties (such as OS, total RAM, etc.) sothat a variant can be selected for it. A variant selection en-gine for mobile devices must have a way to interface with aprovisioning server and map device capabilities to product-line models. Finally, to provide fast feature selection en-gines (which aids dynamic software delivery for mobile de-vices) research is needed on how PLA design decisions im-pact the speed of different automation techniques.

To address these gaps in online mobile software variant

selection engines, we have developed a tool calledScat-ter that first captures the requirements of a PLA and theresources of a mobile device and then quickly constructsa custom variant from a PLA for the device. This paperpresents the architecture and functionality of Scatter andprovides the following contributions to research on softwarereuse for mobile devices:

• We describe Scatter’s architecture for integrating withan open-source over-the-air provisioning server andcapturing device capabilities

• We show how Scatter transforms sets of device capa-bilities it receives from the provisioning server to en-able and disable features/components in product-linemodels

• We discuss how Scatter transforms requirement speci-fications into a format that can be operated on by a con-straint solver and how we extend existing constraint-based automation approaches [8] to include resourceconstraints

• We describe the automated variant selection engine,based on a Constraint Logic Programming Finite Do-main (CLP(FD)) solver [20, 35] which can dynami-cally derive a valid configuration of reusable softwarecomponents suitable for a target device’s capabilitiesand resource constraints

• We present data from experiments that show howPLA constraints impact variant selection time for aconstraint-based variant selection engine

• We present results from field tests using both realand emulated devices to obtain applications from theScatter-integrated provisioning server

• We describe PLA design rules that we have gleanedfrom our experiments that help to improve variant se-lection time when using a constraint-based softwarereuse approach.

This paper builds on our previous work on automaticallyderiving product-variants for mobile devices with a con-straint solver [37]. In particular, this paper enhances pa-pers by describing the design and functionality of a Scatter-integrated server for performing over-the-air provisioningof mobile devices. We also offer new empirical results ob-tained from field testing the Scatter-integrated provisioningserver with both real and emulated mobile devices. Thenew results show that despite the apparent complexity ofproduct-line composition rules and non-functional require-ments, a constraint solver can be used to derive a productvariant quickly enough to support over-the-air provisioning.

The remainder of this paper is organized as follows: Sec-tion 2 presents the train food services application that we

2

use as an example product-line throughout the paper; Sec-tion 3 describes the challenges of selecting product variantsfor mobile devices and the unaddressed problems of usingcurrent techniques; Section 4 presents architectures for in-tegrating an automated variant selection mechanism into anover-the-air provisioning server; Section 5 shows how Scat-ter automatically transforms PLA requirements and mobiledevice resources into a model that can be operated on by theCLP(FD) based variant selector; Section 6 presents the re-sults of both field tests and simulations of using Scatter forover-the-air provisioning; Section 7 presents product-linedesign rules that we have learned from our results that im-prove the speed at which a product variant can be selected;Section 8 compares our approach with related work; andSection 9 presents lessons learned and concluding remarks.

JSR 229 PaymentRef

JSR229_Client

HTTPSRef

HTTPS_Pay

PaymentApp

OpenDMTP LocatorForm

CustomerLocator

DeliveryOptions Menu OrderSubmissionTransport UI

FoodServices

TrainServices

Figure 1: Feature Model for Train Services Applications

HighResImages LowResImages NoImages

SecondClassMenu

NoImages LowResImages HighResImages

FirstClassMenu

MenuDescription

Menu

Figure 2: Food Services Menu Feature Model

JSR 135 Mobile Media APIRef MIDP 2.0Ref

TextAndImagesUI TextBasedUI

UI

Figure 3: Food Services UI Feature Model

HTTPRef

HTTP_POST

JSR 120 Wireless Messaging Ref

SMS_Msg

HTTPSRef

HTTPS_POST

OrderSubmissionTransport

Figure 4: Food Services Order submission Feature Model

PickupRequest

PaymentAppRef CustomerLocatorAppRef

ToSeatDelivery

OpenDMTPRef PaymentAppRef

ToCustomerDelivery

DeliveryOptions

Figure 5: Food Services Delivery Options Feature Model

GPSRef JSR 135 Mobile Media APIRef JSR 75 PDA ProfileRef CLDC 1.1Ref MIDP 2.0Ref

OpenDMTP LocatorForm

CustomerLocatorApp

Figure 6: Customer Locator Application Feature Model

OptionalLibraries

JVMConfiguration SupportedProfiles Networking

JVM

Pharos iGPS-BT TomTom Navigator 5

GPS

ExternalDevices

TargetDevice

Figure 7: Target Device Feature Model

JSR 75 PDA Profile JSR 135 Mobile Media

JSR 82 BlueTooth RFCOMM

CommLibs JSR 229 Payment JSR 120 Wireless Messaging

OptionalLibraries

Figure 8: Java Optional Libraries Feature Model

CDC 1.0

CDC

CLDC 1.0 CLDC 1.1

CLDC

JVMConfiguration

MIDP 1.0 MIDP 2.0

SupportedProfiles

TCP/IP HTTPS HTTP

Networking

JVM

Figure 9: Java Virtual Machine Feature Model

2 Motivating Example

To motivate the need for—and capabilities of—Scatter,we use an application that allows train passengers to orderfood from their mobile phones throughout this paper. Thefood services application is downloaded by passengers totheir phones upon entering the train. The application allowspassengers to choose menu items from either a first class orsecond class menu (depending on the traveler’s ticket class).

The food services product-line has been described usingfeature models. Feature modeling [7, 16] characterizes andapplication based on function and non-functional variabili-ties. The feature models are designed to show the composi-tion rules for the variable application components and howdevice capabilities affect what application components canbe deployed.

The food services application is implemented using a va-riety of components, such as the Open Device Monitoringand Tracking Protocol (OpenDMTP) Java MIDlet1. Thisapplication can be reconfigured for devices that support dif-ferent Java JVM Mobile Information Device Profile (MIDP)versions, JVM configurations (e.g. CDC 1.0, CLDC 1.0,and CLDC 1.1), and optional Java APIs (e.g.JSR 135 Mo-bile Media API, JSR 229 Payment API, etc.). Figures 1through 6 show feature models capturing the SCV of thefood service application. Figures 7 through 9, show the

1A Java application for an embedded Java 2 MicroEdition JVM.

3

key points of variability in the target devices that deter-mine which food services application components are cho-sen when selecting a variant for a mobile device. For exam-ple, if theTextAndImagesUIfeature from the feature modelin Figure 3 is chosen, the target device must have theJSR135 Mobile Media APIfeature (Figure 8) enabled.

Figure 10: Alternate Variant Selection Based on CabinClass

Context data also determines which application compo-nents can be delivered to a device, as seen in Figure 10.Second class passengers can pre-order food from a secondclass menu from their mobile devices but must go to therestaurant car of the train to pickup the food. First classpassengers, however, order from a more extensive first classmenu and can have the food delivered to either their seator directly to their current location on the train. The foodservices application uses the OpenDMTP Java client imple-mentation to report the location of a first class passengerwith a Global Positioning System (GPS) capable phone. If afirst class passenger does not have a phone with a connectedGPS device, an application variant is delivered to the devicethat replaces the OpenDMTP tracking MIDlet with a formfor the user to enter their current seat number.

Finally, non-functional characteristics of the device dic-tate certain key features of the selected variant. The foodservices application can be delivered with either high reso-lution images of the entrees (requires 64 kilobytes of stor-age space), low resolution images (12 kilobytes), or no en-tree images (0 kilobytes). The available memory and stor-age space on the device determines which of these imagesets is appropriate. The OpenDMTP client is the largest ofthe other application components. It requires approximately2 kilobytes of storage space and the remaining applicationcomponents consume another∼2 kilobytes. The total com-

bined resource consumption of all of the application com-ponents must be considered when choosing image sets.

For a phone with at least 66 kilobytes of remaining stor-age space, a number of variants are possible. If the owner ofthe device has a first class ticket and a GPS capable phone, avariant with the OpenDMTP library and low resolution im-ages is suitable. If the user does not have a first class ticketor a GPS capable phone, then the high resolution imagesmay fit. To choose an appropriate variant, therefore, thevariant selection must account for the tradeoffs in resourceconsumption of different configurations.

3 Challenges of Automated Variant Selectionfor Mobile Devices

Applications for mobile devices are very lightweight andmust be carefully matched to the capabilities of each indi-vidual device. A developer must consider both functionalcapabilities, such as the optional libraries installed on thedevice, and non-functional capabilities, such as total mem-ory. Due to the large and highly differing array of devicecapabilities, however, developing and delivering an appli-cation to a mobile device is complex. For example, reusingproduct-line components for a mobile device involves:

1. Capturing the rules for composing the product-linecomponents or features (the application model)

2. Specifying what capabilities the target mobile devicemust have to support each application component orfeature (the target infrastructure model)

3. Identifying the target mobile device and mapping itscapabilities onto the target infrastructure model by en-abling or disabling features in the model

4. Disabling application components that cannot be sup-ported by the functional and non-functional capabili-ties of the device

5. Selecting and assembling a product variant from theremaining enabled components and features that ad-heres to the product-line’s composition rules and theresource constraints of the device.

For example, with the food services application pre-sented in Section 2, the rules for composing the applica-tion’s components rules were first documented in the fea-ture models presented in Figures 1 through 6. Next, theimportant features of the target infrastructure that governwhich application components can be supported by a devicewere documented in Figures 7 through 9. The dependen-cies between the application components and target devicecapabilities were specified with feature references. For ex-ample, theSMS_Msgcomponent (Figure 4) for submitting

4

orders contains a reference to the target infrastructure fea-tureJSR 120 Wireless Messaging(Figure 8). This referenceindicates that the JSR 120 Wireless Messaging feature mustbe enabled on the target device if the SMS_Msg componentwill be deployed to it.

Figure 11: Selecting a Food Services Variant for a Black-berry 8100 Mobile Phone

To select a variant of the food services application for aparticular mobile phone, such as a Blackberry Pearl 8100,a developer would enable and disable the appropriate fea-tures in the target device feature model (Figures 7 through9). The CDC feature of theJVM Configurationand theGPS features would be disabled while theCLDC 1.1featurewould be enabled (the Blackberry 8100 supports MIDP 2.0,CLDC 1.1, and no GPS). Since the Blackberry 8100 doesnot support GPS in its stock configuration, this would pre-clude deploying the OpenDMTP feature to the phone andthus it would be disabled. Finally, an appropriate set of fea-tures, would be selected from the remaining points of vari-ability (e.g., TextUI or TextAndImagesUI, SMS_Msg ordersubmission or HTTPS_Post, etc.).

Traditional processes of identifying valid PLA variantsinvolve software developers manually evaluating a mobiledevice and determining the software components that mustbe in a variant, the components to configure, and how tocompose and deploy the components. In addition to beinginfeasible in a pervasive environment (where the target de-vice signatures are not known ahead of time and variant se-lection must be done on demand), such manual approachesare tedious and error-prone, and are thus a significant sourceof system downtime [17]. Manual approaches also do notscale well and become impractical with the large solutionspaces typical of PLAs.

Numerous tools and techniques are available that havehelped improve software reuse by automating various por-tions of variant selection and assembly. Although thesetechniques are extremely valuable for product-line specifi-cation, variant selection, and variant assembly, they do notspecifically address all of the issues related to online selec-tion of variants. The remainder of this section describes thekey challenges that have not been addressed when applyingcurrent approaches to dynamic variant selection for over-the-air mobile software provisioning.

1. There is no clear architecture for automatically dis-covering and mapping device capabilities to product-line models. Numerous tools and approaches have beendeveloped [9, 10, 7] to capture the rules for composing aproduct variant.Pure::variants [9], for example, is a com-mercial tool that provides feature modeling capabilities,al-lows developers to specify features and feature constraints,and derives required unconfigured features for a partiallyconfigured variant. All these tools, however, are designedfor a priori product variant selection and assume that a hu-man modeler enables/disables features and uses the tool toderive any required additional features. To select a variantfor a mobile device, therefore, a developer must manuallyenable/disable model features to reflect the capabilities of atarget device.

As seen in Figure 11, an over-the-air provisioning re-quest begins by a mobile device sending a request to a pro-visioning server that includes a unique identifier for thedevice type. From this unique identifier, the provisioningserver must be able to find the capabilities associated withthe device and automatically map these capabilities into themodel of the target infrastructure. Existing tools do not ad-dress how a human is removed from the modeling loop anda single device identifier is mapped into a complex set ofinfrastructure model capabilities. In Section 4, we presentthree different architectures that can be used to automati-cally discover device capabilities and map them to product-line models.

2. There is no documented architecture for handlingincomplete context information and unknown devicetypes. Many research efforts [28, 8, 25] have producedmodels for transforming a feature model or other SCV cap-turing mechanism into a formal model that can be reasonedwith automatically. For example, [8] presents a methodfor transforming feature models into Constraint SatisfactionProblems (CSPs). A solver, such as a Constraint Logic Pro-gramming (CLP) solver, can then be used to automaticallyderive product variants for a set of device capabilities.

The key assumption with these techniques is that valuesfor all relevant device capabilities are known. Although de-vices may share common communication protocols and re-

5

source description schemas, a variant selection service willnot know all device signatures at design time. In manycases, information, such as the exact set of optional librariesinstalled on a device or ticket class of the owner may not beable to be determined based on the unique device identi-fier associated with the provisioning request. In other situa-tions, a provisioning server may encounter a newly releaseddevice with completely unknown capabilities.

To address the more dynamic information needs of PLAsfor mobile applications, therefore, either a strategy for se-lecting a variant with incomplete information or an auto-mated method for obtaining missing capability informationis needed. Current research does not address this openproblem. Section 4 presents an approach calledon-demandprobing that allows a provisioning server to help guaranteeit has complete device information when selecting a variant.

3. There is no method for incorporating resource con-straints in variant selection. Although multiple modelsand tools are available [28, 8, 25, 9, 10, 7] for derivingvariants for a set of device capabilities, none of these tech-niques or tools address how resource constraints are con-sidered in the selection process. For mobile devices, re-source constraints are a major concern and must be con-sidered carefully. Without a mechanism for adhering to re-source constraints, no reliable variant selection automationcan be performed. For example, deploying a variant thatrequires more JVM stack capacity than is available on thetarget device will result in a non-functioning variant.

Each variant may have a cost associated with it. Theremay be many valid variants that can be deployed and thevariant selector must possess the ability to choose the bestvariant based on a cost formula. For example, if the vari-ant selected is deployed to a device across a GPRS connec-tion that is billed for the total data transferred, it is crucialthat this cost/benefit tradeoff be analyzed when determin-ing which variant to deploy. If one variant minimizes theamount of data transferred over thousands or hundreds ofthousands of devices deployments, it can provide signifi-cant cost savings. In Section 5, we describe a modifiedconstraint-based variant selection approach that can takere-source constraints into account.

4. It is unclear if automated variant selection can beperformed fast enough to support on-demand softwarereuse. A variant selection may need to occur rapidly. Forinstance, in the train example from Section 2 a variant se-lection engine may have tens of minutes or hours beforethe device exits (although the traveler may become irritatedif variant selection takes this long). In a retail store, con-versely, if customers cannot get a variant of a sales appli-cation quickly, they may become frustrated and leave. Toprovide a truly seamless pervasive environment, automated

variant selection must happen rapidly. When combined withthe challenge of not knowing device signaturesa priori andthe need for optimization, achieving quick selection timesis even harder.

Many methods and tools [8, 9, 10] for automating variantselection are used for design-time selection of variants. It isstill unclear, however, whether the current approaches andtools provide sufficient performance to support online vari-ant selection for over-the-air mobile software provisioning.Design-time selection with a human involves processing asingle request at a time. An over-the-air provisioning servercould potentially receive hundreds, thousands, or more si-multaneous requests. Empirical evaluation is needed to de-termine if current automation techniques are sufficientlyfast in practice. Section 6 presents the results from fieldand performance tests we performed using automated andconstraint-based variant selection.

5. There are no documented design rules for facilitatingvariant selection automation. Although the tools and re-lated papers cited above expound the basics of building aproduct-line, they do not systematically capture best designpractices to facilitate automation. Many constraint solversand theorem proving algorithms—particularly ones thatincorporate resource constraints—have exponential worstcase performance. For developers of product-lines to au-tomated selection mechanisms effectively, therefore, it isimportant to have guidelines for designing a product-line’scomposition rules to avoid these worst case scenarios andimprove automated selection speed. Few—if any—of thesetypes of rules have yet been documented for product-lines. Section 7, describes product-line design rules we de-rived from our empirical results to help improve the speedat which a variant can be automatically derived using aconstraint-based approach.

4 An Architecture for Over-the-air Provi-sioning from a Product-line

In previous work [37], we developed Scatter, which is agraphical modeling tool for capturing the SCV of a product-line, compiling the product-line rules into a constraint sat-isfaction problem (CSP), and using a constraint solver toderive a valid product variant for a mobile device. Thisinitial research began to address challenges 4 and 5 fromSection 3. We found that model-driven development couldbe used to transform a high-level specification of a product-line, such as a feature model, into a constraint satisfactionproblem. We also found that a constraint solver could begiven a CSP and a set of device capabilities and derive anoptimal variant in a reasonable time-frame.

Our initial results, however, also showed that care wasneeded when designing a product-line to achieve good con-

6

straint solving performance. Depending on the constraintsgoverning the product-line, solving performance for a 50feature model varied from a low of∼1 second to a high ofover 30 seconds. We found that several widely applicablerules, such as grouping components into sets based on limi-tations in packaging variability, could help ensure best-casesolving performance.

This paper describes how we extended our prior workon Scatter to integrate it with the open-source JVendingproject, an implementation of the Java specification 124 foran over-the-air provisioning server [18, 27, 3, 4]. The re-mainder of this section presents our solutions to each openchallenge outlined in Section 3. Section 6 then presentsempirical results obtained from testing Scatter and JVend-ing that show a constraint-solver based approach to derivingproduct-variants for over-the-air provisioning is feasible.

4.1 Discovery and Device Signatures

The first step in determining how existing software com-ponents can be reused on a mobile device is to characterizethe unique capabilities of the device. Once the unique ca-pabilities of a device are known, compatible componentscan be selected and reused in a product variant. Below,we present three different architectures for discovering de-vice capabilities and mapping them to product-line models.These architectures can be used to help address Challenge 1of Section 3. Each architecture provides a differing level ofdevice information that can be leveraged to select a product-line variant. We also evaluate each architecture in terms ofChallenge 2 (incomplete device information) since differ-ent architectures provide more complete device informationthan others.

Over-the-air provisioning is typically initiated by a mo-bile user dialing a specified mobile number or sending anHTTP request to a provisioning server. In most scenarios,the provisioning request includes an identifier that the servercan use to determine the type of device issuing the pro-visioning request and the requesting device’s capabilities.The capabilities of the device are used to help determinewhat product variant should be used to fulfill the request.The high-level architecture for issuing a provisioning re-quest and deriving a variant for a mobile device with Scatteris shown in Figure 12.

Once a mobile device has initiated a provisioning re-quest, the device’s functional properties (such as op-tional Java libraries that are installed) and non-functionalproperties (such asJVMCon f iguration, Memory, andCabinClass) must be obtained and used to map to the targetinfrastructure model of the product-line. Although it wouldbe possible to modelCabinClass(is the ticket for first orsecond class) outside the target infrastructure model, we in-clude it in there for simplicity. In our experience, we have

found that device capabilities can be returned as a set ofname/value pairs. Enabling each feature in the target in-frastructure model can depend on an expression based onthese name/value pairs. For example, after a set of devicecapabilities is collected, the CLDC 1.1 feature (Figure 9)can be enabled or disabled based on whether or not theCLDC_Versiondevice capability variable is equal to 1.1.

The values for these variables are typically determinedusing either a push or pull architecture. With a pull archi-tecture the device sends its unique identifier and the pro-visioning server queries either a device description reposi-tory [38, 23] (a database of device identifiers and their as-sociated capabilities) or the device itself for the capabili-ties of the device. A push model may also be used wherethe mobile device sends its device type information and ca-pabilities to the server as part of its provisioning request.For example, if a user is presented with a set of HTMLlinks to variants for a Java MIDP 1.0/CLDC 1.0 phone oran MIDP 2.0/CLDC 1.1 phone, when the user clicks on aspecific link, the device is sending a request that is pushingthe needed device capability information.

We next describe the push and pull models in more de-tail and show how neither is ideally-suited for obtainingthe information required for deriving a product variant. Fi-nally, we present an alternative approach, calledon-demandprobing, that attempts to address the limitations of the pushand pull models. Scatter uses on-demand probing to gathermissing device capability information and ensure that allneeded capability values are known when a variant is se-lected.

Figure 12: Scatter Integration with a Discovery Service

7

4.1.1 Pull Models for Discovering Device Capabilities

A pull model extracts device capabilities from a device de-scription repository and can provide detailed informationwith regard to static device capabilities ranging from sup-ported APIs to hardware specifications. A mobile devicemay not be able to introspectively determine all of the in-formation available in a device description repository normay it be efficient to send this large amount of data acrossa cellular network. Pull models are also desirable sincethey place the burden of the work on the server and de-couple the device from the capability discovery mechanism.Moreover, a pull model does not require error-prone user-interaction.

Numerous open-source and commercial projects areavailable that offer databases of device capabilities. Witha pull model, the provisioning server’s main task is to iden-tify the identifier for the type of device issuing the requestand then query the appropriate device description reposi-tory for its capabilities. Although having a large databaseof device capabilities may appear to make it possible tobuild variants for devices ahead of time, a device descrip-tion repository only containsstatic capability informationand cannot leverage context (e.g. CabinClass) or dynamicinformation (e.g. remaining storage space) about a device.The database packaged with the open-source Wireless Uni-versal Resource File (WURFL) [23] project contains 5,038unique device signatures.

A diagram of a request for a MIDP application (MIDlet)product variant is shown in Figure 13. Initially, the devicesends an HTTP request to the provisioning server for theMIDlet and includes the device’sUserAgent, an identifierof the requesting device type or browser type, in the re-quest headers. The provisioning server uses the User-Agentname to query a device description repository and identifythe device’s capabilities. Once the device’s unique signatureis known, Scatter is executed to determine the appropriateproduct variant to fulfill the provisioning request.

Figure 13: An HTTP Provisioning Request for a J2ME Mi-dlet Product Variant

The key disadvantage of pull models is that they limitthe information that can be used to guide variant construc-

tion since they rely on pre-compiled device informationdatabases. New devices are released frequently and thusa repository may not know the capabilities of the latestproducts. Pre-compiled databases also cannot use dynamicinformation, such as CabinClass, specific to an individualuser’s device. In situations where not all required deviceinformation is available, the variant selection process facesChallenge 2 of Section 3, which involves handling missingcapability information.

4.1.2 Push Models for Discovering Device Capabilities

Push models offer an apparent solution to the deficiencies ofpull models. With a push model, the mobile device encodesall required capabilities and context information for deriv-ing a product variant into its provisioning request. This ar-chitecture avoids Challenge 2 from 3 by ensuring that allneeded device information is submitted with the request.For example, a device can issue an HTTP request with re-quest parameters for the device memory, JVM stack size,display dimensions, JVM profiles/configurations, and a listof available optional Java libraries.

A push model can also incorporate context-dependentdata. For example, a user can be presented with an HTMLform to capture the traveler’s ticket number. The form canthen be sent to the provisioning server via an HTTP POSTand the server can obtain the device user’s cabin-class, seatassignment, name, and other reservation attributes beforeinvoking Scatter and deriving a variant. This form-basedarchitecture is shown in Figure 14.

Figure 14: An HTTP Provisioning Request with a PushModel for a J2ME Midlet Product Variant

The push model, however, has its own drawbacks. First,the push model relies on the user to supply critical informa-tion that is used to select a product variant. A user can easilymake mistakes and cause incorrect (e.g.software variants tobe delivered to the device. Users may also not know all ofthe required platform information, such as JVM stack size,required by the provisioning server. The push model also re-quires sending device capabilities, such as CPU megahertz,across the network even though they do not vary across a

8

particular device model.

4.1.3 On-demand Probing: A Hybrid Capability Dis-covery Model

Integrating Scatter with a provisioning server created theunique challenge that the device information required toperform variant selection could vary depending on the con-straints of the product-line. For example, for some prod-ucts, a pull model is appropriate since the product-lineconstraints only depend on device capabilities that do notvary across a model. For other product-lines, such as thetrain food service application, context information, suchascabin-class, is needed, motivating a push model.

The Scatter integration needed to support context infor-mation that would not be available with a pull model. Sinceselecting product variants using partial information is nota well-understood area of research, we decided our solu-tion had to ensure that all required device information wasavailable. Instead of opting for a push model and requiringerror-prone interaction with the user to obtain all requiredcapabilities, therefore Scatter’s integration with JVendinguses a hybrid push/pull model, which we callon-demandprobing.

On-demand probing uses a device description repositoryto obtain static capabilities. If a product-line includes con-straints on capabilities that are unavailable from the reposi-tory, Scatter returns a small MIDlet to the device. The MI-Dlet programmatically probes the user’s device for the miss-ing capability information and may also prompt the user forcontext information (e.gticket number). After obtaining theneeded capabilities the probe sends the information back tothe server to obtain the originally requested product variant.This on-demand probing architecture is shown in Figure 15.

Figure 15: An HTTP Provisioning Request with a On-demand Probing Model for a J2ME Midlet Product Variant

On-demand probing combines the best attributes of boththe push and pull models. When only static device capabil-ities are needed by the product-line constraints, on-demand

probing obtains the required information from a device de-scription repository. When context or other information thatis unavailable in the repository is needed, Scatter addressesChallenge 2 by reverting to a push model. To help reduceuser interaction and improve the reliability of the capabil-ity information received through a push, Scatter delivers asmall executable probe to the device to obtain missing ca-pability information.

When a new device is encountered, a probe can pro-grammatically determine display size, JVM configura-tion/profile, and other information through Java APIs. Thisinformation is gleaned programmatically using informa-tion that users are least likely to know. This type ofprogrammatically-obtained static information can then becached for future encounters with the same device type. Forcontext-specific information, the same probe can prompt theuser for reservation numbers and other required attributes.The on-demand probing approach minimizes human in-teraction and can obtain dynamic context information forproduct variant derivation.

5 Scatter’s Resource-aware Variant SelectionEngine

Finding a way to configure and reuse existing softwarecomponents on an arbitrary mobile device is hard. Thecomplex requirements and composition constraints of theproduct-line must be used to derive a component configura-tion that will function properly on the limited resources ofthe device. A developer may need to consider a combina-tion of context, resource, software dependency, UI, and costconstraints when selecting which components to reuse andhow to configure them.

It is particularly important to respect resource constraintswhen reusing software components on different mobile de-vices. As discussed in Section 3, current approaches donot account for resource constraints when deriving a prod-uct variant. Likewise, they also do not provide optimiza-tion mechanisms to selectively reuse components that con-sume less bandwidth and hence incur smaller cellular airtime charges. To address this deficiency, we extended theCSP approach presented in [8] to include both resource con-straints and a simple variant cost optimization.

Scatter provides an automated variant selector that lever-ages Prolog’s inferencing engine and the Java ChocoCLP(FD) constraint solver [1]. The Scatter solver uses alayered solving approach to reduce the combinatorial com-plexity of satisfying the resource constraints. Scatter prunesthe solution space using the PLA composition rules and thelocal non-functional requirements so only variants that canrun on the target infrastructure are considered. The resourceconstraints are a form of the knapsack problem an NP-Hardproblem [13]. Scatter’s layered pruning helps improve se-

9

lection speed and enables more efficient solving. As shownin the Section 6, this layered pruning can significantly im-prove variant selection performance.

5.1 Layered Solution Space Pruning

Initially, the variant solution space contains many mil-lions or more possible component or feature compositions.Solving the resource constraints is thus time consuming.To optimize this search, Scatter first prunes the solutionspace by eliminating components that cannot be reused onthe device because their non-functional requirements, sucha JVMVersion or CabinClass, are not met. After pruningaway these components, Scatter evaluates the PLA com-position rules to see if any components can no longer bereused because one of their dependencies has been prunedin the previous step.

Figure 16: Scatter’s Layered Deployment Solving Ap-proach

After pruning the solution space using the PLA compo-sition rules, Scatter considers resource requirements. Aftersolving the resource constraints, Scatter is left with a drasti-cally reduced number of reusable component configurationsto select from. At this point, if there is more than one validvariant remaining, Scatter uses a branch and bound algo-rithm to iteratively try and optimize a developer-suppliedcost function by searching the remaining valid solutions.

The first two phases of Scatter’s solution space pruninguse a constraint solver based on Prolog inferencing. A ruleis specified that only allows a component to be reused on adevice, if for every local non-functional requirement on the

component, a capability is present that satisfies the require-ment. For example, if a component requires a JVMVersiongreater than 1.2, the target device must contain a capabil-ity named JVMVersion with a value greater that 1.2 or thecomponent is pruned from the solution space and not con-sidered.

The simple Prolog rules for performing this pruning arelisted below:

comparevalue(V1,V2,’>’) :- V1 > V2.comparevalue(V1,V2,’<’) :- V1 < V2.comparevalue(V1,V2,’=’) :- V1 == V2.comparevalue(V1,V2,’-’) :- V1 >= V2.

matchesResource(Req,Resources) :-member(Res,Resources),self_name(Req,RName),self_name(Res,RName),self_resourcetype(Req,Type),self_value(Req,Rqv),self_value(Res,Rsv),comparevalue(Rsv,Rqv,Type).

canReuseOn(Componentid,Device) :-self_type(Componentid,component),self_type(Device,node),self_requires(Componentid,Requirements),self_dependencies(Componentid,Depends),self_provides(Device,Resources),forall(member(Req,Requirements),

matchesResource(Req,Resources)),forall(member(D,Depends),canReuseOn(D,Device)).

For each component, the rule ’canReuseOn’ is invokedto determine reuse feasibility. This rule also simultaneouslytests the feasibility of reusing a component based on its de-pendencies. The last invocation in the rule checks to ensurethat all of the components that current component dependson can also be reused on the device. If any of the depen-dencies cannot be reused, the component cannot be reused.The rule also throws out components with a resource re-quirement exceeding what is available on the device, whichhelps to eliminate the size of the search space for the re-source solver.

5.2 Using CLP(FD) to Solve ResourceConstraints

After performing this initial pruning of the solutionspace, the resource and PLA composition constraints areturned into an input for a CLP(FD) solver. The transforma-tion is an extension of the model proposed in [8] to includeresource consumption constraints. The model is also ex-tended to allow for feature references.

10

A Constraint Satisfaction Problem (CSP) is a problemthat involves finding a labeling (a set of values) for a set ofvariables that adheres to a set of labeling rules (constraints).For example, given the constraint "X < Y" thenX = 3 andY = 4 is a correct labeling of the values forX andY. Themore variables and constraints that are involved in a CSP,the more complex it typically is to find a correct labeling ofthe variables.

Selecting a product variant can be reduced to a CSP.Scatter constructs a set of variablesDC0 . . .DCn, with do-main [0,1], to indicate whether or not the ith component ispresent in a variant. A variant therefore becomes a binarystring where theith position represents if theith component(or feature) is present. Satisfying the CSP for variant selec-tion is devising a labeling ofDC0 . . .DCn that adheres to thecomposition rules of the feature model.

Resource consumption constraints are createdby ensuring that the sum of the resource de-mands of a binary string representing a variantdo not exceed any resource bound on the device(e.g., ∑variant_component_resource_demands <device_resources). For eachComponent Ci that is de-ployable in the PLA, a presence variableDCi , with domain[0,1] is created to indicate whether or not theComponentispresent in the chosen variant. For every resource type in themodel, such as CPU, the individualComponentdemandson that resource,Ci(R), when multiplied by their presencevariables and summed cannot exceed the available amountof that resource,Dvc(R), on theDevice.

If the presence variable is assigned 0 (which indicatesthe component is not in the variant) the resource demandcontributed by that component to the sum falls to zero. Theconstraint∑Ci(R)∗DCi < Dvc(R) is created to enforce thisrule. Components that are not selected by the solver, there-fore, will haveDCi = 0 and will not add to the resourcedemands of the variant.

The solver supports multiple types of composition rela-tionships betweenComponents. For eachComponent Cjthat Ci depends on, Scatter creates the constraint:Ci >0 → Cj = 1. Scatter also supports a cardinality composi-tion constraint that allows at leastMin and at mostMaxcomponents from the dependencies to be present. The car-dinality operator creates the constraint:Ci > 0 → ∑Cj >Min,∑Cj < Max. The standard XOR dependencies fromthe metamodel are modeled as a special case of cardinalitywhereMin/Max= 1.

The Scatter solver also supports component exclusion.For eachComponent Cn that cannot be present withCi , theconstraintCi > 0→Cn = 0 is created. The variables that canbe referred to by the constraints need not be direct childrenof a component or feature and thus are references.

To support optimization, a variableCost(V) is de-fined using the user supplied cost function. For exam-

ple, Cost(V) = DC1 ∗ GPRSC1 + DC2 ∗ GPRSC2 + DC3 ∗

GPRSC3 . . .DCn∗GPRSCn could be used to specify the costof a variant as the sum of the costs of transferring each com-ponent to the target device using a GPRS cellular data con-nection. This cost function would attempt to minimize thesize of the variant deployed within the resource and PLAcomposition limits.

After the product-line rules have been translated intoCLP(FD) constraints, Scatter asks the CLP solver for a la-beling of the variables that maximizes or minimizes thevariableCost(V). This approach allows Scatter’s variantselector to choose components that not only adhere to thecompositional and resource constraints but that maximizethe value of the variant. Users therefore supply a fitnesscriteria for selecting the best variant from the populationofvalid solutions.

6 Scatter Performance Results

A key question discussed in Challenge 4 of Section 3 iswhether or not automated techniques for dynamically com-posing and reusing software components are fast enough tosupport over-the-air provisioning of mobile devices. To de-termine the feasibility of timely on-demand software reuseusing a constraint solver, we devised a series of syntheticexperiments and actual field tests of the Scatter-integratedover-the-air provisioning server. The synthetic experimentsare simulated product-line models and device configura-tions designed to test specific scenarios for variant selec-tion and product-line design hypotheses. The field andstress tests use actual J2ME application requirements, de-vice identifiers, device capabilities, and HTTP provisioningrequests to determine how fast variants can be derived in arealistic provisioning scenario.

6.1 Synthetic Variant Selection Experi-ments

To test Scatter’s performance, we developed a series ofprogressively larger PLA models to evaluate solution time.The tests focused solely on the time taken by Scatter to de-rive a solution and did not involve deploying components.We also tested how various properties of PLA compositionand local non-functional constraints affected the solutionspeed. Our test were performed on an IBM T43 laptop, withan 1.86ghz Pentium M CPU and 1 gigabyte of memory.

Note that optimization and satisfaction of resource con-straints is an NP-Hard problem, where it is always possibleto play the role of an adversary and craft a problem instancethat provides exponential performance [13]. Constraint sat-isfaction and optimization algorithms often perform wellin practice, however, despite their theoretical worst-caseperformance. One challenge when developing a PLA that

11

needs to support online variant selection is ensuring that thePLA does not induce worst-case performance of the selec-tor. We therefore attempted to model realistic PLAs and totest Scatter’s performance and better understand the effectsof PLA design decisions.

6.2 Pure Resource Constraints

We first tested the brute force speed of Scatter when con-fronting PLAs with no local non-functional or PLA compo-sition requirements that could prune the solution space. Wecreated models with 18, 21, 26, 30, 40, and 50 components.Our models were built incrementally, so each successivelylarger model contained all of the components from the pre-vious model. In each model, we ensured that not all of thecomponents could be simultaneously supported by the de-vice’s resources.

Our device was initially allocated 100 units of CPU and16 megabytes of memory. Scatter’s performance results onthis model can be seen in Figure 17. This figure shows a

Figure 17: Scatter Performance on Pure Resource Con-straints

large jump for the time to select a variant from 40 to 50components, which indicates that solving for a variant doesnot scale well if resource constraints alone are considered.

6.3 Testing the Effect of Limited Re-sources

We next investigated how the tightness of the resourceconstraints affected solution time. We incrementally in-creased the available CPU on the modeled device from 100to 2,500 units for the 50 Component model. We chose the50 component model since it yielded the worst performancefrom Scatter. The results can be seen in Figure 18. Asshown in Figure 18, expanding the CPU units from 100 to

Figure 18: Scatter Performance as CPU Resources Expandon Device

500 units dramatically decreased the time required to solvefor a variant. Moreover, after increasing the CPU units to2,500, there was no increase in performance indicating thatthe tightness of the CPU resource constraints were no longerthe limiting bottleneck.

We then proceeded to increase the memory on the de-vice while keeping 2,500 units of CPU. The results areshown in Figure 19. Doubling the memory immediately

Figure 19: Scatter Performance as Memory Resources Ex-pand on Device

halved the solution time. Doubling the memory again to 128megabytes provided little benefit since the initial doublingto 64 megabytes deployed all of the components possible.As we hypothesized initially, the solution speed when pureresource constraints are considered is highly dependent onthe tightness of the resource constraints.

12

6.4 Testing the Effect of PLA Composi-tion Constraints

Our next set of experiments evaluated how well the de-pendency constraints within a PLA could filter the solutionspace and reduce solution time. We modified our modelsso that the components composed sets of applications thatshould be deployed together. For example, ourTrainTicke-tReservationServicewas paired with theTrainScheduleSer-viceand other complementary components.

As with the first experiment 6.2, we used our 50 compo-nent model as the initial baseline. We first constructed a treeof dependencies that tied 10 components into an applicationset that led the root of the tree, the reservation service, toonly be deployed if all children where deployed. Each levelin the tree depended on the deployment of the layer beneathit. The max depth of the tree was 5. We continued to cre-ate new dependencies between the components to producetrees and see the effect. The results are shown in Figure 20.

Figure 20: Scatter Performance as PLA Dependency Treesare Introduced

As shown in Figure 20, adding dependencies betweencomponents and creating a dependency tree decreased se-lection time. This decrease occurs because the tree reducesthe number of possible combinations of the components thatmust be considered for a variant. Adding more dependen-cies to the model to add other trees provided only a verysmall gain over the original large performance increase.

6.5 Field and Stress Testing Scatter

We conducted a series of field tests with real mobilephones and a series of stress tests to determine how on-demand variant selection would scale with Scatter. We inte-

grated Scatter with an open source over-the-air provisioningserver called JVending. JVending delivers mobile applica-tions to devices via HTTP.

Our tests used a mix of real hardware and syntheticallycreated requests. The actual hardware used was a Black-berry 8100, Motorola Razr V3, and Treo 650 mobile phone.The stress tests were performed using Apache JMeter tosend varying numbers of synthetic mobile phone provision-ing requests. JMeter is an application for stress testing webapplications by sending varying numbers, types, and con-figurations of HTTP requests. We used JMeter to simulaterequests since it was infeasible to manually produce largenumbers and rates of requests using real mobile phone hard-ware. The goals of these tests was to (1) ensure that realhardware could be provisioned correctly by Scatter and (2)determine the number of provisioning requests per secondthat could be handled by Scatter.

The product-line used for testing was the train food ser-vices application presented in Section 2. The product-line’sfeature models comprise a total of 56 features. For the fieldtests, we selected hardware for a commodity x86 server.The testbed was a Windows XP machine with a 2.6 giga-hertz Intel Core DUO CPU, 3 gigabytes of DDR2 6400RAM, a 10,000 rpm SATA harddrive, and dual gigabit-ethernet network cards. The JVending provisioning web-application was run in Apache Tomcat 6.1.0 using a Java1.5 JVM in server mode. The Tomcat server and JVendingapplication were configured with all logging disabled.

We used the Wireless Universal Resource File version2.1.0.1 and its associated Java querying libraries to matchstatic device capabilities to device types using theUserA-gentheader parameter included with requests. The WURFLdatabase contains information on roughly 400 capabilitiesfor approximately 5,000 devices. We do not include theWURFL querying time in our results (although it was typi-cally no more than 3-4ms).

Typical web servers may receive hundreds, thousands,or more requests per second. Although we do not expecta typical provisioning server to receive such high requestrates, constraint-solver based software reuse must still pro-vide relatively high performance. To test Scatter’s variantselection throughput, we used JMeter to generate a 1,000synthetic provisioning requests from 10 different mobilephone types. The synthetic request formats were derived bysending real HTTP provisioning requests from the phonesto the provisioning server and capturing the included re-quest headers. From the point of view of the provisioningserver, there was no difference between the requests pro-duced by JMeter and the actual device.

We measured the average variant selection time for botheach individual mobile phone type and overall for all phonetypes. The results shown in Figure 21 present the time re-quired by Scatter to derive a first class food services variant

13

for each device. The times shown in this figure do not in-

Figure 21: First Class Food Services Variant Selection TimeOver 1,000 Provisioning Requests

clude the time to send the requests across a cellular networkor download the selected variant since these attributes ofprovisioning are outside the scope of this paper.

As shown in Figure 21, Scatter averaged under∼120msfor all device types. Scatter could reasonably support ap-proximately 9 requests per second. The first interestingobservation from this data is that the selection times forour 56 feature train food service application models weresignificantly faster than those of our 50 component modelin the synthetic experiments. When comparing the syn-thetic and train food service feature models, we found thatproperly specified real feature models tend to have largenumbers of constraints between features. Our syntheticfeature models were significantly less constrained (had ahigher degree of variability) than our food services appli-cation. Less constrained models typically have far morefeatures/components that are not disabled by target devicecharacteristics and must be included in the resource con-straint solving. We expect that this result will hold true forother mobile applications since they tend to be very care-fully matched for the features of the target device.

We repeated the same test with Scatter to select a secondclass variant for each device. The results from the secondtest are shown in Figure 22. There was little difference in se-lection time for a second class versus a first class variant. IfFigures 21 and 22 are compared, the average selection timediffers by approximately∼2ms less per device for secondclass variants. We attribute this difference to the slightlyhigher variability of first class variants. First class variantscan select between two different customer locators whereasthe second class variants cannot.

Figure 22: Second Class Food Services Variant SelectionTime Over 1,000 Provisioning Requests

7 Results Analysis: Mobile PLA DesignStrategies

Although Scatter achieved a throughput of∼9 requestsa second, Product-line designers still must be careful whenbuilding a product-line for automated software reuse andreal world dynamic over-the-air provisioning. Clustering,hardware, and constraint solver improvements can increasevariant selection throughput. Product-line designers canalso help increase performance by designing their product-line models for automated software reuse. Based on the re-sults we collected from the experiments, we devised a set ofmobile PLA design rules to help improve variant selectionperformance and address Challenge 5 of Section 3. The re-mainder of this section presents the design rules we gleanedfrom our results.

Maximize variant selection result caching. If a product-line is designed carefully, a provisioning server can cachethe results of variant selection requests to greatly improvethe performance of provisioning. Scatter need only be in-voked when a variant must be found for a new device/-context/capabilities signature. For example, two identicalBlackberry 8100 mobile phones in first class can reuse thesame application components in the same configuration.The majority of requests will be for previously encountereddevice/context combinations, so previous component reusedecisions will still apply.

Context dependent decisions make caching harder.Product-lines can limit the number of contexts that a pro-visioning server is interested in. For example, the train foodservices application is interested in differentiating devicesowned by first and second class passengers. The Cabin-Class context effectively doubles the number of device/-

14

capability/context signatures that the server must cache.The number of unique values for CabinClass acts as a multi-plier for the number of configurations that the provisioningserver may need to cache. In this example, the provisioningserver needs to cache separate variant selection decisionsfor devices in first class and second class cabins. Designersshould attempt to use as coarse-grained context informationas possible to limit this multiplier effect.

Limit the situations where resource constraints must beconsidered. Resource constraints also can limit what theserver can cache and are the most time consuming com-ponent of variant selection. For example, if two identicalBlackberry 8100 devices are encountered in first class, onedevice having 72K of remaining storage capacity and theother with 2mb of remaining storage capacity, the selectionresults from the first device will not be applicable to the sec-ond device. Either Scatter must be reinvoked for each newstorage space value or a method is needed to identify whendiffering storage values will still produce identical resultsand thus can be cached.

One strategy is to broadly categorize devices based onremaining storage capacity. For example, all devices can beplaced into one of three groups, devices with more than 70Kof remaining storage capacity, devices with 14K to 70K, anddevices with less than 12K. Any device with 70K can hostany combination of the components and features of the foodservices application, and thus resource constraints do notneed to be considered. For devices with 12K to 70K, con-straint solving is necessary since multiple but not all con-figurations are valid. Finally, with less than 12K, no menuimages can be deployed to the device but any combinationof the application components are possible.

Limit resource tightness. Due to the increased cost offinding a variant for small devices where resources are morelimited, we developed another design rule. To decrease thedifficulty of finding a deployment on small devices, PLAdevelopers should provide local non-functional constraintsto immediately filter out unessential resource consumptivecomponents when the resource requirements of the deploy-able components greatly exceed the available resources onthe device. Although the cost function can be used to per-form this tradeoff analysis and filter these components dur-ing optimization, this method is time consuming. Filteringsome components out ahead of time may lead to less op-timal solutions but it can greatly improve solution speed.Even by selecting only the least valued components to ex-clude from consideration, performance can be increasedsignificantly.

Exploit non-functional requirements. Non-functionalrequirements can be used to further increase the perfor-

mance of Scatter. Each component with an unmet non-functional requirement is completely eliminated from con-sideration. When PLA dependency trees are present, thispruning can have a cascading effect that completely elimi-nates large numbers of components. One PLA constructionrule based on non-functional requirements that was particu-larly powerful and natural to implement in Scatter exploitedthe relative lack of variation in packaging of a PLA variant.

Prune using low-granularity requirements. The re-quirements with the lowest granularity filter the largestnumbers of variants. For example, when deploying vari-ants, especially from a PLA with high configuration-basedvariability, such as varying input parameters, the disk foot-print of various classes of variants can be used to greatlyprune the solution space. If a PLA with 50 componentsis composed of 5 Java Archive Resource (JAR) files, thereare relatively fewvalid combinations of the JAR files, eventhough there are a large number ofpossibleways the PLAcan be composed.

Many variants may also require common sets of theseJAR files with various footprints. These variants can begrouped based on their JAR configurations. For each group,a non-functional requirement can be added to the compo-nents to ensure that a target Device provide sufficient diskspace or communication bandwidth to receive the JARs. Forsmall devices that usually have little availabe disk space,where resource constraints are tighter and solving takesmore time, large numbers of Components can be prunedsolely due to the lack of packaging variability and need fordisk space. This footprint-based strategy works even if thereare few functional PLA dependencies between components.

Create service classes. Another effective mechanism forpruning the solution space with non-functional require-ments is to provide various classes of service that dividethe components into broad categories. In our train example,for instance, by annotating numerous components with theCabinClassand other similar context-based requirements,the solution space can be quickly pruned to only search thecorrect class of service for the target device. In general,the more non-functional requirements that can be specified,the quicker Scatter can prune away invalid solutions andhone in on the correct configuration. Moreover, each non-functional requirement gives the solver more insight intohow Components are meant to be used and thus reduces thelikelihood of unanticipated variants that fail.

8 Related Work

This section compares our research on Scatter with othertools and techniques that can be used to help automate the

15

selection of reusable software components for a mobile de-vice. We first compare our work to other theoretical tech-niques for using product-line models to derive which com-ponents should be reused for a device. Next we compareScatter to frameworks for adapting applications and contentto the capabilities of a mobile device. Finally, we evalu-ate Scatter against other tools that allow developers to buildproduct-line models and derive valid variant configurations.

Product-variant derivation techniques. In [24], Man-nion et al present a method for specifying PLA compo-sitional requirements using first-order logic. The valid-ity of a variant can then be checked by determining if aPLA satisfies a logical statement. Although Scatter’s ap-proach to PLA composition also checks variant validity, itextends the work in [24] by including the evaluation of non-functional requirements not related to composition. In par-ticular, Scatter automates the variant selection process us-ing these boolean expressions and augments the selectionprocess to take into account resource constraints, as well asoptimization criteria. Although the idea of automated the-orem proving is enhanced in [25], this approach does notprovide a requirements-driven optimal variant selection en-gine like Scatter. Additional discussion of the differencesbetween constraint-based variant selection and Mannion’slogic-based approaches is available in [8].

A mapping from feature selection to a CSP is providedby Benavides et al. [8]. Scatter uses this same reductionbut also extends it with the capability to handle referencesand resource constraints. Resource constraints are a key re-quirement type in mobile devices with limited capabilities.Moreover, the approach presented by Benavides does notshow how this constraint-based mechanism could utilize amobile device discovery service as Scatter does. Finally,unlike this paper, Benavides et al. do not address how PLAdesign decisions can be used to improve constraint solverperformance.

Many complex modeling tools are available for describ-ing and solving combinatorial constraint problems, suchas those presented in [26, 14, 33, 11, 19]. These mod-eling tools provide mechanisms for describing domain-constraints, a set of knowledge, and finding solutions tothe constraints. These tools, however, do not provide ahigh-level mechanism to capture non-functional require-ments and PLA composition rules geared towards mobiledevices. These tools also do not provide a mechanism forincorporating data from a device discovery service. Thesepapers also have not addressed how PLA design decisionsinfluence variant selection speed.

Adaptation frameworks for mobile devices Chisel [21]provides an adaptive application framework for mobile de-vices based on policy-driven context aware adaptation. This

framework allows a running application to adapt to han-dle resource and other context-based changes in its envi-ronment. Although Chisel allows an application to adaptto a particular device’s characteristics, it is not sufficientfor PLA variant selection for several reasons. First, Chiselassumes that the core functionality of the application doesnot change via adaptation, which is not the case in the sce-narios we describe, where PLA variants may share compo-nents but function very differently. Second, Chisel is basedon explicit developer-provided policies that describe howtoadapt to changing conditions. These policies are producedmanually and thus may not provide optimal or even goodadaptation procedures to handle variant selection based onthe environment. In contrast, Scatter automates and op-timizes component selection. Automating component se-lection is key when hard constraints, such as resource con-sumption, are present. Moreover, Scatter’s optimization al-gorithms provide guaranteed results while Chisel’s manu-ally produced policies give no guarantee of solution quality.Finally, Scatter does not assume that the functionality ofthe variants is identical and can thus handle the selection ofmultiple variants to deploy.

In [22], Lemlouma et. al, present a framework for adapt-ing and customizing content before delivering it to a mobiledevice. Their strategy takes into account device preferencesand capabilities, as does Scatter. The approaches are com-parable in that each attempts to deliver customized data toa device that handles its capabilities and preferences. Re-source constraints are a key difference that makes the selec-tion of software for a device more challenging than adaptingcontent. Unlike [22], Scatter not only provides adaptationfor a device, but also optimizes adaptation of the softwarewith respect to its provided PLA cost function.

Product-line modeling and variant derivation tools.The Eclipse Feature Modeling Plug-in (FMP) [7] providesfeature modeling capabilities for the Eclipse platform. FMPallows developers to build feature models to capture therules governing product-line configuration. FMP can alsoenforce product-line constraints as developers build vari-ants. Although FMP can automatically map from Javacode to feature models, FMP does not provide a mech-anism for discovering and mapping mobile device capa-bilities to product-line models or observing resource con-straints. Scatter provides both of these missing critical ca-pabilities. We are currently collaborating with the researchgroup developing FMP to apply Scatter’s on-demand prob-ing techniques to other domains [36].

Pure::variants [9] is a commercial tool for model-ing product-lines using feature models. Developers usePure::variants to describe a product-line and the constraintsbetween features. Given a feature model, Pure::variantscan derive values for any remaining unconfigured features

16

that are mandated by the product-line. Unlike Scatter, how-ever, Pure::variants does not take into account resource con-straints. Moreover, Pure::variants is designed to be used atdesign-time by a modeler and does not provide support forautomated target discovery and variant selection.

Big Lever Software Gears [10] is another widely usedcommercial product-line modeling tool. Software Gearsposesses similar capabilities to Pure::variants. Develop-ers describe the rules governing the variable parts of theirproduct-line and Software Gears can derive values for reqi-ured but unconfigured variabilities. Software Gears doesnot consider resource constraints or have a mechanismfor performing automated autonomous variant selection asScatter does.

9 Concluding Remarks

Product-line architectures (PLAs) can be used to de-scribe the rules for reusing software components on differ-ent mobile devices. Each time a new device is encounteredand an application needs to be assembled from existing soft-ware components, a new application variant can be derivedfrom a product-line for the device’s capabilities. Mobilesoftware is often deployed using over-the-air provisioning,which requires online selection of reusable components foran application variant. As we discussed in Section 3, ex-isting approaches do not address the unique challenges ofdynamic software reuse for mobile devices.

Online PLA variant selection for mobile devices is achallenging domain that can benefit from automation sincethere are too many complexities and unknown device char-acteristics to account for all possibilities manually aheadof time. Constraint-solver based automation is a promisingtechnique for online variant selection. This paper describeshow our Scatter tool supports efficient online variant selec-tion. By carefully evaluating and constructing a PLA selec-tion model based on the design rules presented in Section 7,developers can alleviate the effects of worst-case solver be-havior. As shown in Section 6, a constraint-based variantselection approach that includes resource constraint consid-erations can provide sufficient performance to dynamicallyselect variants for over-the-air provisioning of mobile soft-ware.

From our experience developing and evaluating Scatter,we learned the following lessons:

• Although push and pull capability gathering mod-els are commonly used for over-the-air provisioning,neither is ideal for automated variant selection fromproduct-lines that leverage context information. On-demand probing—which is a hybrid of the push andpull models described in Section 4.1.3—can be used toobtain the information completeness that a push model

provides while simultaneously minimizing human in-teraction.

• Resource constraints can be incorporated into aconstraint-based variant selection, approach but aretime consuming to solve as we showed in Section 6.Product-line designers should therefore attempt to de-sign their constraints to only consider resource con-straints when absolutely necessary, such as when a de-vice could support multiple possible component con-figurations but not all components can fit in the de-vice’s memory.

• Although Scatter can automate variant selection, itworks best when a PLA is crafted with performancein mind. An arbitrary PLA may or may not al-low for rapid variant selection. PLA’s that will beused in conjunction with an automated variant selec-tor should therefore be constructed carefully to avoidperformance problems. As describe in Section 7, themost valuable strategies involve exploiting points ofcourse-grained variability, such as packaging variabil-ity or service classes, to allow the variant selector toprune away large numbers of possible variants.

• A key challenge of automating product variant selec-tion is debugging mistakes in the product-line’s speci-fication. A simple mistake, such as a misplaced exclu-sion constraint between components, can cause variantselection to fail. Moreover, the failure may only ap-pear intermittently for certain device types and be hardto identify during testing. Even once it is discernedthat there is a problem, identifying the source of theproblem can be extremely challenging (we have expe-rienced this phenomenon).

• Dynamically packaging a variant for provisioning isnot easy. Other research [5] has evaluated differ-ent mechanisms to manage packaging and compila-tion variation, however, building a dynamic packagingmechanism still takes work. In future work, we plan toevaluate different strategies of dynamically packagingapplication variants derived by Scatter.

• When a PLA for a mobile device is properly speci-fied with good constraints, Scatter can solve modelsinvolving 50 components in∼00ms, as shown in ourexperiments in Section 6.5. This performance shouldbe more than adequate for many pervasive environ-ments, particularly when device signature and variantsare cached to eliminate repetitive solving for knownsolutions. In future work, we intend to test Scatterwith larger models and evaluate more characteristicsof PLAs that can be used to reduce variant selectiontime.

17

• Developers normally focus on the functional variabil-ity in a product. It is also important to evaluate non-functional variability, such as packaging variability.As shown in Section 7, although a product may havehigh functional variability, it can be significantly lessvariable with respect to the number of ways it can bepackaged and deployed or in terms of its memory foot-print. These non-functional aspects can be exploited toreduce the complexity of automated variant selection.

Scatter is an open source project available fromwww.sf.net/projects/gems.

References

[1] Choco constraint programming system.http://choco.sourceforge.net/.

[2] Develop/Optimize Case Study: Macrospace’s DragonIsland.Nokia Forum, http://www.forum.nokia.com/main/,2004.

[3] O. M.Alliance. OMA Client Provisioning V1.1 Candidate Enabler,http://www.openmobilealliance.org/release_program/cp_v1_1.htm.

[4] O. M. Alliance. OMA Download over the Air V2.0Candidate Enabler,http://www.openmobilealliance.org/release_program/dlota_v2_0.html.

[5] V. Alves, I. Cardim, H. Vital, P. Sampaio, A. Damasceno,P. Borba, and G. Ramalho. Comparative Analysis of PortingStrategies in J2ME Games.Software Maintenance, 2005.ICSM’05. Proceedings of the 21st IEEE InternationalConference on, pages 123–132, 2005.

[6] M. Anastasopoulos. Software Product Lines for PervasiveComputing.IESE-Report No. 044.04/E version, 1.

[7] M. Antkiewicz and K. Czarnecki. FeaturePlugin: featuremodeling plug-in for Eclipse. Ineclipse ’04: Proceedings ofthe 2004 OOPSLA workshop on eclipse technologyeXchange, pages 67–72, New York, NY, USA, 2004. ACMPress.

[8] D. Benavides, P. Trinidad, and A. Ruiz-Cortes. AutomatedReasoning on Feature Models.17th Conference onAdvanced Information Systems Engineering (CAiSEŠ05,Proceedings), LNCS, 3520:491–503, 2005.

[9] D. Beuche. Variant management with pure:: variants.Technical report, Pure-systems GmbH, http://www.pure-systems. com, 2003.

[10] R. Buhrdorf, D. Churchett, and C. Krueger. SalionŠsExperience with a Reactive Software Product LineApproach.Proceeding of the 5th International Workshop onProduct Family Engineering. Nov, 2003.

[11] Y. Caseau, F.-X. Josset, and F. Laburthe. CLAIRE:Combining Sets, Search And Rules To Better ExpressAlgorithms. Theory and Practice of Logic Programming,2:2002, 2004.

[12] P. Clements and L. Northrop.Software Product Lines:Practices and Patterns. Addison-Wesley, Boston, 2002.

[13] E. Coffman Jr, G. Galambos, S. Martello, and D. Vigo. Binpacking approximation algorithms: combinatorial analysis.Handbook of Combinatorial Optimization. KluwerAcademic Publishers, 1998.

[14] J. Cohen. Constraint Logic Programming Languages.Commun. ACM, 33(7):52–68, 1990.

[15] J. Coplien, D. Hoffman, and D. Weiss. Commonality andVariability in Software Engineering.IEEE Software,15:37–45, Nov.-Dec. 1998.

[16] K. Czarnecki, S. Helsen, and U. Eisenecker. Stagedconfiguration through specialization and multi-levelconfiguration of feature models.Software ProcessImprovement and Practice, 10(2):143–169, 2005.

[17] D. P. D. Oppenheimer, A. Ganapathi. Why do InternetServices Fail, and What can be Done about It?Proceedingsof the USENIX Symposium on Internet Technnologies andSystems, March 2003.

[18] M. Dillinger, R. Becher, and A. Siemens. Decentralizedsoftware distribution for SDR terminals.WirelessCommunications, IEEE [see also IEEE PersonalCommunications], 9(2):20–25, 2002.

[19] R. Fourer, D. M. Gay, and B. W. Kernighan.AMPL: AModeling Language for Mathematical Programming.Duxbury Press, November 2002.

[20] J. Jaffar and M. Maher. Constraint Logic Programming: ASurvey.constraints, 2(2):0, 1994.

[21] J. Keeney and V. Cahill. Chisel: a Policy-driven,Context-aware, Dynamic Adaptation Framework.Policiesfor Distributed Systems and Networks, 2003. Proceedings.POLICY 2003. IEEE 4th International Workshop on, pages3–14, 2003.

[22] T. Lemlouma and N. Layaida. Context-aware Adaptationfor Mobile Devices.Mobile Data Management, 2004.Proceedings. 2004 IEEE International Conference on,pages 106–111, 2004.

[23] A. T. Luca Passani. Wireless Universal Resource File,http://wurfl.sourceforge.net/.

[24] M. Mannion. Using First-order Logic for Product LineModel Validation.Proceedings of the Second InternationalConference on Software Product Lines, 2379:176–187,2002.

[25] M. Mannion and J. Camara. Theorem Proving for ProductLine Model Verification.Fifth International Workshop onProduct Family Engineering, PFE-5, Siena, pages 4–6,2003.

[26] L. Michel and P. V. Hentenryck. Comet in Context. InPCK50: Proceedings of the Paris C. Kanellakis memorialworkshop on Principles of computing & knowledge, pages95–107, New York, NY, USA, 2003. ACM Press.

[27] S. Microsystems. Over The Air User Inititated ProvisioningRecommended Practice. May 2001.

[28] S. Mittal and F. Frayman. Towards a generic model ofconfiguration tasks.Proceedings of the EleventhInternational Joint Conference on Artificial Intelligence,2:1395–1401, 1989.

[29] D. Muthig, I. John, M. Anastasopoulos, T. Forster, J. Dörr,and K. Schmid. GoPhone-A Software Product Line in theMobile Phone Domain.IESE-Report No, 25, 2004.

18

[30] Nokia. Java Technology Enables Exciting DownloadingServices for Mobile Users. October 2003.

[31] D. Sabin and R. Weigel. Product configurationframeworks-a survey.Intelligent Systems and TheirApplications, IEEE [see also IEEE Intelligent Systems],13(4):42–49, 1998.

[32] D. Saha and A. Mukherjee. Pervasive computing: aparadigm for the 21st century.Computer, 36(3):25–31,2003.

[33] G. Smolka. The Oz Programming Model. InJELIA ’96:Proceedings of the European Workshop on Logics inArtificial Intelligence, page 251, London, UK, 1996.Springer-Verlag.

[34] T. van der Storm.Variability and Component Composition.Springer, 2004.

[35] P. Van Hentenryck.Constraint Satisfaction in LogicProgramming. MIT Press Cambridge, MA, USA, 1989.

[36] J. White, K. Czarnecki, D. C. Schmidt, G. Lenz,C. Wienands, E. Wuchner, and L. Fiege. Automatedmodel-based configuration of enterprise java applications.In EDOC 2007, 2007 (to appear).

[37] J. White, A. Nechypurenko, E. Wuchner, and D. C.Schmidt. Optimizing and Automating Product-Line VariantSelection for Mobile Devices. In11th InternationalSoftware Product Line Conference, September 2007.

[38] M. Womer and F. Telecom. Device Description Landscape.

[39] W. Zhang, S. Jarzabek, N. Loughran, and A. Rashid.Reengineering a PC-based system into the mobile deviceproduct line.Software Evolution, 2003. Proceedings. SixthInternational Workshop on Principles of, pages 149–160,2003.

19