focus Software product line engineering (SPLE) is a paradigm of software reuse Combining Service Orientation with Product Line Engineering

Size: px
Start display at page:

Download "focus Software product line engineering (SPLE) is a paradigm of software reuse Combining Service Orientation with Product Line Engineering"

Transcription

1 focus s o f t w ar e pr o duc t lin e s Combining Orientation with Product Line Engineering Jaejoon Lee and Gerald Kotonya, Lancaster University Developing effective service-oriented product lines can meet the growing demand for dynamic product reconfiguration. This article addresses the challenges involved and describes a possible solution. Software product line engineering (SPLE) is a paradigm of software reuse for developing a family of products with reduced time to market and improved quality. Most SPLE approaches, however, have focused on developing statically configured products using core assets. 1 That is, all variations are instantiated before a product is delivered to the customers, making it difficult for them to make any changes to the product. However, various application areas are increasing the demand for dynamic product reconfiguration. Dynamic product reconfiguration involves making changes to a deployed product configuration at runtime. Examples include dynamically adding, deleting, or modifying product features and making dynamic changes to architectural structures. Researchers have studied dynamic product reconfiguration for various application areas, including self-healing systems, 2 context-aware computing, 3 software component deployment, and ubiquitous computing. 4 Detecting a change in operational context could trigger a product reconfiguration to provide context-relevant services or meet quality requirements such as performance. Thus far, these dynamic reconfiguration approaches have focused on the specific problems of each application area (for instance, behavior models for dynamic changes, context recognition from software or hardware environments, and autonomous management of software component versions). However, some researchers are beginning to investigate development issues for reusable and dynamically reconfigurable core assets, called dynamic software product lines (DSPLs). 5 A service-oriented product line (SOPL) is a DSPL application domain that s built on services and a service-oriented architecture. 6,7 An example of an application area for an SOPL approach is a virtual office (VO). 6 A VO includes many business peripherals with various services that interact with one another and that respond to their various environments to assist office workers. However, such a system presents several software engineering challenges. First, VOs must be highly self-adaptive so that they can dynamically reconfigure their behavior to respond to changes in the environment and to coordinate with other services in the vicinity. For example, an office worker might use different types of devices (a notebook, a PDA, or a mobile phone) at various locations in an organization (an office room, a meeting room, or a product showroom). The VO system must support the current tasks ( checking, video conferencing, or presentation) as much as possible by using and coordinating available devices and / 1 0 / $ I E E E May/June 2010 I E E E S O F T W A R E 35

2 Table 1 Comparison of the major engineering activities of software product line engineering and service orientation Major life-cycle phases Engineering paradigm Analysis Design and implementation Product deployment and maintenance Main engineering goals Software product line engineering n Commonality and variability analysis n Product line requirements analysis n Product line architecture and components design with variation points n Production plan n Valid product configuration n Systematic reuse of core assets orientation n identification n orchestration specification n Information broker n protocol n provider and consumer registration n matching n System agility through runtime flexibility services, regardless of which devices are used and where they re located. Second, a VO s longevity implies that products should evolve over time. New devices and services could be added, removed, or updated, and the overall requirements governing how available services should work together could change. At the same time, the VO system must continue to function effectively and satisfy its overall goals. These first two challenges concern the service orientation (SO) characteristics of a VO system. However, we also must shorten the time to market by systematically reusing core assets of the VO system the third challenge and this is an SPLE characteristic. Therefore, establishing an SOPL of the VO system is the key to successful deployment of multiple VO products for various organizations having their own specific requirements. In this article, we identify the main challenges we experienced in developing an SOPL, and then briefly describe a possible solution that combines feature-oriented analysis with a QoS-aware SO framework. SPLE and SO Paradigms SPLE and SO have different engineering goals. So, the activities at each software life-cycle phase differ as well. Table 1 summarizes the major engineering activities of these two paradigms. SPLE s main engineering goal is the development of core assets that enable systematic reuse. To achieve this goal, the analysis phase focuses on identifying product line commonality and variability, and using this information to specify product line requirements. The product line architecture and components provide an infrastructure for efficiently instantiating various products of that product line. Ensuring a valid, working, environment-relevant product configuration is critical to deploying and maintaining a product because an invalid configuration could lead to a system crash or malfunction. SO s main goal, on the other hand, is system agility through runtime flexibility to cope with rapidly changing business environments. The key idea of SO is software as a service, which promises agile and flexible system development through a dynamic runtime architecture that allows for adding third-party functionality on demand. The service-oriented architecture is the conceptual structure for realizing this vision. 8 The analysis phase s major focus is identifying and defining how to orchestrate services in an application. A service broker provides runtime support for service discovery and selection. As such, key development issues include design considerations and constraints for efficient, dependable, and correct matching between service consumers and providers. Challenges to Building an SOPL We experienced four major challenges in building an SOPL: different notions of first-class objects as engineering drivers (features versus services), dynamic characteristics of a service-based system, involvement of third-party service providers, and variation (product configuration) control and management. Different Notions of First-Class Objects Features and services are two different notions of key engineering drivers in software development under the SPLE and SO paradigms. Features are abstractions of a product line s user- or developervisible characteristics. 9 Feature orientation to analyze a product line s commonality and variability appeals to many product line engineers because 36 I E E E S O F T W A R E w w w. c o m p u t e r. o r g / s o f t w a r e

3 features are an effective medium for supporting communication among a product line s diverse stakeholders. 9 Products are typically discussed and described in terms of features gathered from market surveys, individual customers, research labs, or technology roadmaps. Therefore, it s natural for people to express commonality and variability of product lines in terms of features. Also, a feature model provides a basis for subsequent development, parameterization, and configuration of various reusable assets such as product line requirement models, reference architectural models, and code. Features. Feature modeling identifies a product line s features by identifying externally visible product characteristics in a product line and organizing them into a model. Product features are identified and classified in terms of capability, domain technology, implementation technique, and operating-environment features. Capability features are user-visible characteristics that can be identified as distinct services, operations, and nonfunctional characteristics. Domain technology features represent ways of implementing services or operations. Implementation technique features are generic functions or techniques for implementing services, operations, and domain functions. Operating-environment features represent the environments where the applications are used. Common features among different products are modeled as mandatory features, whereas different features among them may be optional or alternative. Optional features represent selectable features for a particular product line s products, and alternative features indicate that no more than one feature can be selected for a product. In addition, composition rules supplement the feature model with mutual dependency and mutual-exclusion relationships to constrain the selection from optional or alternative features. s. A service in SO is a collection of capabilities grouped together within a particular functional context. 8 The service contains the logic required to carry out these capabilities and provides a service contract describing which are available for invocation. The advertisement and discovery of services is a key principle of SO and an integral part of the service-oriented architecture model. In this model, service providers publish descriptions of their services to a registry. The registry then advertises these services to consumers. consumers typically use a standard service discovery protocol such as Universal Description, Discovery, and Integration (UDDI) to locate services in the registry. 8 From a consumer perspective, the process of identifying and specifying services can be either top down or bottom up. A top-down approach involves identifying an organization s broad functional domains and then identifying high-level candidate services associated with those domains. This approach lets developers understand the system s business context and establish the serviceoriented system boundaries. In a bottom-up approach, the developer typically begins with a use-case analysis of small system components or the business process. In this approach, the developer determines an initial list of services only after conducting a significant use-case analysis for common functional scenarios and subsystem identification. This is usually the case with large projects at a functional domain or department, or at the business unit level. In practice, both approaches are often used simultaneously. In addition, service ontologies can automate the advertisement and discovery of services. 10 An ontology lets consumers and providers share a common set of terms for describing service qualities and constraints. Also, service descriptions include a service-level agreement (SLA) that concerns the terms and conditions of service provision and use that is, what consumers can expect from a provider and restrictions on what consumers can demand from that provider. Comparison. Capability features (services, operations, and nonfunctional characteristics) are, thus, similar to services in an SO. However, features identify a product line s commonality and variability and configure reusable assets, whereas services identify a collection of functionalities along with an SLA of providers and specify an ontology for automated service advertisement and discovery. Hence, on the one hand, dynamic and automated feature binding considering the features quality attributes is basically missing in SPLE. On the other hand, product line variations are difficult to capture explicitly using the notion of services in SO. Dynamic Characteristics of a -Based System -based systems are distributed and composed of various services that can be discovered and replaced at runtime. This dynamic characteristic of SO is closely related to QoS and dynamicservice orchestration. Quality of service. QoS has traditionally been as- May/June 2010 I E E E S O F T W A R E 37

4 Most SPLE approaches focus on configuring product line variations before deployment and don t consider dynamicservice composition. sociated with telephony and computer networking. Certain applications, such as voice over IP (VoIP), might require QoS because such applications have various requirements concerning network data flow (latency, jitter, number of dropped packets, and so on). -based systems consider qualities as constraints on a service s functionality, so mechanisms are necessary to guarantee the expected system quality at runtime. 7 SPLE usually addresses quality issues statically during system design and implementation. Static quality management approaches rely on predicting system properties on the basis of its constituent components properties. 11 If, however, we simply statically predict resource use when developing a service-based system, the product might not have the resources to function correctly at the necessary quality level at runtime. To address this issue, we first statically define QoS in terms of features, with a maximum limit of available resources for each product. We then use this information when the product starts negotiating with service providers to select available services at runtime. Dynamic-service orchestration. To automate the advertisement, discovery, and negotiation of services, participants in a service-based system must share a common set of terms for describing service qualities and constraints. 10 A standard description method facilitates processes such as service advertisement, discovery, selection, composition, substitution, negotiation, and runtime service monitoring. 7 The most prominent standard is the Web s Description Language, which provides a service s location and a functional description of the service s input and output messages. 12 Most SPLE approaches focus on configuring product line variations before deployment and don t consider dynamic-service composition. One way to address this problem is to distinguish between statically configured services (static services) and dynamic services during feature analysis. The configuration of static services can be tailored to each product. However, dynamic services might rely on third-party providers. So, a product must search for such a dynamic service when needed at runtime using the service-oriented architecture. Our proposed solution specifies static services, along with the tasks that constitute them, as workflows, and thus also specifies these services pre- and postconditions, invariants, and dynamic-service interfaces. Finally, by integrating and parameterizing dynamic services at runtime, our solution lets users access static services with dynamic ones. Involvement of Third-Party Providers SPLE promotes systematic reuse within an organization and usually doesn t consider external organizations when developing reusable assets. Moreover, relying on third-party providers and promoting the use of their services was out of scope for SPLE. The closest thing to third-party involvement that SPLE considers might be the use of commercial off-the-shelf (COTS) components. In SO, however, third-party involvement is one of the main drivers that makes this approach attractive, and it leads to several initiatives, including service negotiations, service monitoring, and service reputation systems. negotiations. Negotiation refers to a communication process that supports coordination and cooperation. 13 In terms of a software-as-a-service model, negotiation involves the interaction between a service consumer and one or more service providers identified through discovery, or providers that are already known to the service consumer. Negotiation with service providers can lead to SLAs for services that better meet consumer requirements. monitoring. monitoring is another process for detecting service failures and SLA violations at runtime. This is an increasingly important research issue, as continually more companies conduct business over the Internet. monitors can determine whether services meet the terms and conditions of the SLAs between service consumers and providers. 14 An SLA contains specific guarantees for the QoS that a consumer expects a provider to supply. SLAs must be monitored and audited for service provider compliance to provide real QoS guarantees to the consumer. 14 The SLA could also contain conditions of use that the service provider imposes on the consumer, and service monitors could ensure compliance with these conditions as well. Emergent system qualities can result from the service composition process, and from changes in the runtime environment. These emergent qualities require a dynamic runtime quality assurance approach that service monitors can facilitate. reputation systems. In a service-oriented marketplace, transactions often occur between parties that haven t previously interacted. Reputation systems are collaborative mechanisms that address trust issues between such parties, and they help distinguish between low- and high-quality service providers. 15 Including provider reputation in the service selection criteria benefits the quality assurance process. 38 I E E E S O F T W A R E w w w. c o m p u t e r. o r g / s o f t w a r e

5 QoS framework. Traditional SPLE approaches don t consider these three key aspects of dynamicservicprovision, but SOPL methods should incorporate them. Therefore, we propose a QoS-aware framework that provides automated runtime support for service discovery, negotiation, monitoring, and service provider rating. QoS awareness lets consumers handle recovery from SLA violations, service failures, and runtime environment limitations by renegotiating and substituting problematic services. Variation Control and Management In SO, given the emergence of a service marketplace where multiple providers supply functionally equivalent services that implement a common service type, nonfunctional QoS properties are the criteria for distinguishing one provider from another. providers, therefore, need a standard method for describing the nonfunctional characteristics of the services they offer. Several recently proposed ontology-based initiatives can reduce the ambiguity of describing nonfunctional attributes and enable better service selection. 10 However, in SPLE, it s also important to explicitly tailor a product s configuration to consumer needs. For example, if a specification stipulates that a product configuration must not include a service feature, the associated service shouldn t be bound to that product even though the service providers are available at runtime. Our approach adapts the C2 architecture style, which provides flexibility through a layered structure and modular components, called bricks. 6 In this approach, we establish an explicit mapping relation between features and architectural components (bricks) so that selecting the features for a product generates a corresponding product configuration. After configuring a product architecture, the developer integrates reusable components into each brick by following the specifications described in the components, such as selecting precoded components, filling in skeletons, or instantiating parameterized templates. Our Feature-Based Approach Our approach provides a possible solution for developing core assets in a SOPL. 6,7 This approach overcomes the challenges we discussed earlier by identifying appropriate dynamic services, adapting feature analysis to supplement service identification techniques, adapting service orientation to enhance the runtime flexibility of product lines, and Feature analysis Feature model analysis Workflow services Dynamic services Quality of service (QoS) goals Workflow specification and development Dynamic services, QoS, strategy specification s to be searched strategies incorporating variation points into services to more explicitly control product line configurations. Figure 1 shows the main activities in this approach. Feature Analysis By using both feature and service analysis, we can reconcile the different notions of first-class objects. Feature analysis identifies externally visible characteristics of the products in a product line in terms of features and organizes them into a feature model. This model captures a product line s commonality and variability by using different types of features: mandatory, optional, and alternative. Figure 2 shows a feature of a VO product line. Analysis and Specification analysis provides a mechanism for mapping the feature model onto services (addressing the dynamic characteristics of service-based system challenges). This activity classifies features into one of two categories: workflow services and dynamic services. Workflow services define service transactions (behaviors), whereas dynamic services are used to execute workflow services at runtime. The next activities (see Figure 1) specify and develop the workflow services, as well as the identified dynamic services and their QoS levels. A workflow service s behavior can t be changed at runtime, but the foremost concern is the correctness of its behavior when it uses dynamic services. The availability of dynamic-service features shared by workflow services depends on the ser- Workflow control components System integration and deployment ratings brokering and monitoring Negotiated services Figure 1. Activities of our serviceoriented product line development approach. 7 Arrows indicate the data flow and show which work products each activity uses. May/June 2010 I E E E S O F T W A R E 39

6 Environment visualization Smart business trip Composition rules: Auto log-on feature requires an RFID-based user positioning method. Virtual office Follow me Virtual printer Access point based User-positioning method Mandatory feature Optional feature Alternative feature Composed of Figure 2. A feature model of a virtual office. Auto log-on vice providers. The system must search for and integrate dynamic services into the system at runtime. Dynamic services are specified using pre- and postconditions, along with invariants that must be satisfied when those services are provided. Depending on their availability, dependent dynamic services might be bound to workflow services. Moreover, the system must check a precondition regarding whether a feature is selected for a particular product configuration. If the feature isn t selected for that product configuration, the service can t be provided, even though the service provider is available at runtime. To automate the advertisement, discovery, and negotiation of dynamic services, participants in a service-oriented architecture must share a common set of terms for describing service qualities and constraints. Our approach incorporates a pluggable ontology that combines an XML quality schema with a service strategy schema. 7 This ontology facilitates the description of services and service contracts in terms of functional attributes and nonfunctional qualities. It also provides a way to describe a service instance. The service description includes a lease description, a service contract, and universally unique identifiers (UUIDs) for both the service instance and the service provider. The service contract can have any number of service quality and operation contract elements. The former describe individual service-level qualities; the latter describes each invokable operation Smart fax Generalization or specialization RFID based that the service provides. The quality description schema allows for expressing arbitrary qualities in terms of constraints, measurement units, values, and types. The strategy schema enables the expression of strategies, which describe ideal services and service compositions. Strategies also specify acceptable limits on the values of service- and operation-level quality constraints. 7 System Integration and Deployment In the C2 architecture style, a brick can have its own thread, and it can send and receive messages to and from other bricks through its top and bottom ports. We ve extended the C2 style to include two different types of bricks: workflow and dynamic service. Workflow bricks deploy orchestrating services, whereas dynamic-service bricks deploy dynamic services. For dynamic services, it s possible to deploy either a real service or a proxy to an external service as a brick. Additionally, a configurator manages dynamic reconfiguration of the deployed product at runtime. The runtime system interacts with service providers through an automated negotiation broker. This broker incorporates a consumer strategy with pluggable QoS negotiation, a QoS ontology, and SLA evaluation, as well as a provider-rating system to ensure service acceptability. Our proposed QoS-aware framework facilitates system integration and deployment. Through this framework, dynamic-service consumers and providers supply the broker with templates specifying strategies for the SOPL services they require or provide. For consumers, the strategy describes the ideal QoS requirements of the functional services they wish to use. The negotiation broker incorporates an engine builder, which uses the templates to assemble a customservice broker engine for processing negotiation messages and service proposals. The proposal engine creates and evaluates service proposals, and matches a consumer with a service provider by considering the QoS requirements. The QoS framework also provides a servicemonitoring system, which actively monitors the quality of negotiated services for emergent changes, SLA violations, and failures. The framework s primary monitoring approach is a passive model, which transparently intercepts service requests and responses between service consumers and providers. This monitor is always aware of the QoS requirements and triggers a new negotiation whenever the SLA is violated at runtime. Finally, the framework includes a reputation system that provides consumers with a method of shar- 40 I E E E S O F T W A R E w w w. c o m p u t e r. o r g / s o f t w a r e

7 ing service experiences, and adds additional criteria to the service negotiation process. We re exploring better ways to tailor the service granularity of an SOPL to enhance reusability. We also plan to incorporate consumer context monitoring to improve quality assurance. References 1. J. Bosch et al., Variability Issues in Software Product Lines, Proc. Software Product-Family Eng., LNCS 2290, Springer, 2002, pp D. Garlan and B. Schmerl, Model-Based Adaptation for Self-Healing Systems, Proc. 1st Workshop Self- Healing Systems (WOSS 02), ACM Press, 2002, pp S.S. Yau et al., Reconfigurable Context-Sensitive Middleware for Pervasive Computing, Pervasive Computing, vol. 1, no. 3, 2002, pp J.P. Sousa and D. Garlan, Aura: An Architectural Framework for User Mobility in Ubiquitous Computing Environments, Proc. 3rd IEEE/IFIP Conf. Software Architecture: System Design, Development, and Maintenance, Kluwer Academic Publishers, 2002, pp S. Hallsteinsen et al., Dynamic Software Product Lines, Computer, vol. 41, no. 4, 2008, pp J. Lee, D. Muthig, and M. Naab, An Approach for Developing Oriented Product Lines, Proc. 12th Int l Software Product Line Conf. (SPLC 08), IEEE CS Press, 2008, pp G. Kotonya, J. Lee, and D. Robinson, A Consumer- Centered Approach for -Oriented Product Line Development, Proc. Working IEEE/IFIP Conf. Software Architecture (WICSA 09), IEEE Press, 2009, pp T. Erl, -Oriented Architecture (SOA): Concepts, Technology, and Design, Prentice Hall, K. Lee, K. Kang, and J. Lee, Concepts and Guidelines of Feature Modeling for Product Line Software Engineering, Proc. Software Reuse: Methods, Techniques, and Tools, LNCS 2319, Springer, 2002, pp G. Dobson, R. Lock, and I. Sommerville, QoSOnt: A QoS Ontology for -Centric Systems, Proc. 31st Euromicro Conf. Software Eng. and Advanced Applications, IEEE CS Press, 2005, pp F. Lunders et al., Using Software Component Models and s in Embedded Real-Time Systems, Proc. 40th Ann. Hawaii Int l Conf. System Sciences (HICSS 07), IEEE CS Press, 2007, p. 286c. 12. E. Christensen et al., Web s Description Language (WSDL) 1.1, World Wide Web Consortium (W3C) note, Mar. 2001, J. Yan et al., Autonomous Level Agreement Negotiation for Composition Provision, Future Generation Computer Systems, vol. 23, no. 6, 2007, pp A.C. Benjamim et al., Independently Auditing Level Agreements in the Grid, Proc. 11th Hewlett-Packard OpenView Univ. Assoc. Workshop (HPOVUA 04), Hewlett-Packard OpenView Univ. Assoc., 2004, pp A. Jøsang, R. Ismail, and C. Boyd, A Survey of Trust and Reputation Systems for Online Provision, Decision Support Systems, vol. 43, no. 2, 2007, pp About the Authors Jaejoon Lee is a lecturer in the School of Computing and Communications at Lancaster University. His research interests include software product line engineering, software architecture, and service-based software engineering. Lee has a PhD in computer science and engineering from Pohang University of Science and Technology. Contact him at j.lee@ comp.lancs.ac.uk. Gerald Kotonya is a senior lecturer in the School of Computing and Communications at Lancaster University. His research interests include software architecture, and serviceoriented and component-based software engineering, especially novel ways of architecting, visualizing, and evolving self-managing, hybrid, service-oriented systems. Kotonya has a PhD in computer science from Lancaster University. He s a chartered engineer and a member of the IEEE Computer Society. Contact him at gerald@comp.lancs.ac.uk. Selected CS articles and columns are also available for free at COMPUTING THEN Learn about computing history and the people who shaped it. computer.org/ct May/June 2010 I E E E S O F T W A R E 41

Service-Oriented Architectures

Service-Oriented Architectures Architectures Computing & 2009-11-06 Architectures Computing & SERVICE-ORIENTED COMPUTING (SOC) A new computing paradigm revolving around the concept of software as a service Assumes that entire systems

More information

Service Component Architecture for Building Cloud Services

Service Component Architecture for Building Cloud Services Service Component Architecture for Building Cloud Services by Dr. Muthu Ramachandran, Principal Lecturer in the Computing and Creative Technologies School Abstract: The emergence of cloud computing has

More information

Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles

Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles Hongyu Pei Breivold, Magnus Larsson ABB AB, Corporate Research, 721 78 Västerås, Sweden {hongyu.pei-breivold, magnus.larsson}@se.abb.com

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

Service-Oriented Architecture and its Implications for Software Life Cycle Activities

Service-Oriented Architecture and its Implications for Software Life Cycle Activities Service-Oriented Architecture and its Implications for Software Life Cycle Activities Grace A. Lewis Software Engineering Institute Integration of Software-Intensive Systems (ISIS) Initiative Agenda SOA:

More information

A Survey of Quality Assurance Frameworks for Service Oriented Systems

A Survey of Quality Assurance Frameworks for Service Oriented Systems A Survey of Quality Assurance Frameworks for Service Oriented Systems Abstract Maria Allauddin, Farooque Azam, Mehmooda Jabeen Zia Department of Computer Engineering, National University of Sciences and

More information

Bastian Koller HLRS High Performance Computing Center Stuttgart, University of Stuttgart Nobelstrasse 19 70550 Stuttgart +49-711-68565891

Bastian Koller HLRS High Performance Computing Center Stuttgart, University of Stuttgart Nobelstrasse 19 70550 Stuttgart +49-711-68565891 Negotiating SLAs with Dynamic Pricing Policies Peer Hasselmeyer NEC Laboratories Europe, IT Research Division, NEC Europe, Ltd. Rathausallee 10 53757 Sankt Augustin, Germany +49-2241-92520 hasselmeyer@it.neclab.eu

More information

Service Computing: Basics Monica Scannapieco

Service Computing: Basics Monica Scannapieco Service Computing: Basics Monica Scannapieco Generalities: Defining a Service Services are self-describing, open components that support rapid, low-cost composition of distributed applications. Since services

More information

Logical Data Models for Cloud Computing Architectures

Logical Data Models for Cloud Computing Architectures Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps

More information

Dagstuhl seminar on Service Oriented Computing. Service design and development. Group report by Barbara Pernici, Politecnico di Milano

Dagstuhl seminar on Service Oriented Computing. Service design and development. Group report by Barbara Pernici, Politecnico di Milano Dagstuhl seminar on Service Oriented Computing Service design and development Group report by Barbara Pernici, Politecnico di Milano Abstract This paper reports on the discussions on design and development

More information

Web Services Software Architecture

Web Services Software Architecture Web Services Software Architecture Syahrul Fahmy School of Informatics, The University of Manchester, PO Box 88, Manchester M60 1QD, United Kingdom S.Abdul-wahab@postgrad.manchester.ac.uk Abstract. Web

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Myths About Service-Oriented Architecture Demystifying SOA. producers can coexist, and still have no dependence on each other.

Myths About Service-Oriented Architecture Demystifying SOA. producers can coexist, and still have no dependence on each other. WSJ: SOA Myths About Service-Oriented Architecture Demystifying SOA Service-oriented architecture (SOA) refers to an architectural solution that creates an environment in which services, service consumers,

More information

Service-Oriented Architecture and Software Engineering

Service-Oriented Architecture and Software Engineering -Oriented Architecture and Software Engineering T-86.5165 Seminar on Enterprise Information Systems (2008) 1.4.2008 Characteristics of SOA The software resources in a SOA are represented as services based

More information

Six Strategies for Building High Performance SOA Applications

Six Strategies for Building High Performance SOA Applications Six Strategies for Building High Performance SOA Applications Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Michael Reiter, Dieter Roller, and Tobias Unger University of Stuttgart, Institute of Architecture

More information

Service Oriented Architecture 1 COMPILED BY BJ

Service Oriented Architecture 1 COMPILED BY BJ Service Oriented Architecture 1 COMPILED BY BJ CHAPTER 9 Service Oriented architecture(soa) Defining SOA. Business value of SOA SOA characteristics. Concept of a service, Enterprise Service Bus (ESB) SOA

More information

Sadržaj seminara: SOA Architecture. - SOA Business Challenges. - 1990s: Billion Dollar Lock-In. - Integration Tools. - Point-to-Point Approach

Sadržaj seminara: SOA Architecture. - SOA Business Challenges. - 1990s: Billion Dollar Lock-In. - Integration Tools. - Point-to-Point Approach Sadržaj seminara: SOA Architecture - SOA Business Challenges - 1990s: Billion Dollar Lock-In - Integration Tools - Point-to-Point Approach - New $200B Lock-In: Big Apps - Frozen Enterprise Asset Concept

More information

SOA: The missing link between Enterprise Architecture and Solution Architecture

SOA: The missing link between Enterprise Architecture and Solution Architecture SOA: The missing link between Enterprise Architecture and Solution Architecture Jaidip Banerjee and Sohel Aziz Enterprise Architecture (EA) is increasingly being acknowledged as the way to maximize existing

More information

AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID

AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID R. D. Goranova 1, V. T. Dimitrov 2 Faculty of Mathematics and Informatics, University of Sofia S. Kliment Ohridski, 1164, Sofia, Bulgaria

More information

SLA Business Management Based on Key Performance Indicators

SLA Business Management Based on Key Performance Indicators , July 4-6, 2012, London, U.K. SLA Business Management Based on Key Performance Indicators S. Al Aloussi Abstract-It is increasingly important that Service Level Agreements (SLAs) are taken into account

More information

Service-Oriented Computing and Service-Oriented Architecture

Service-Oriented Computing and Service-Oriented Architecture Service-Oriented Computing and Service-Oriented Architecture Week 3 Lecture 5 M. Ali Babar Lecture Outline Service-Oriented Computing (SOC) Service-Oriented Architecture (SOA) Designing service-based systems

More information

A Quick Introduction to SOA

A Quick Introduction to SOA Software Engineering Competence Center TUTORIAL A Quick Introduction to SOA Mahmoud Mohamed AbdAllah Senior R&D Engineer-SECC mmabdallah@itida.gov.eg Waseim Hashem Mahjoub Senior R&D Engineer-SECC Copyright

More information

Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I Systems Integration

Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I Systems Integration Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I s Integration Dr. Timothy D. Kehoe, Irene Chang, Dave Czulada, Howard Kong, Dr. Dino Konstantopoulos

More information

Portable Cloud Services Using TOSCA

Portable Cloud Services Using TOSCA Institute of Architecture of Application Systems Portable Cloud Services Using TOSCA Tobias Binz, Gerd Breiter, Frank Leymann, and Thomas Spatzier Institute of Architecture of Application Systems, University

More information

Introduction to SOA governance and service lifecycle management.

Introduction to SOA governance and service lifecycle management. -oriented architecture White paper March 2009 Introduction to SOA governance and Best practices for development and deployment Bill Brown, executive IT architect, worldwide SOA governance SGMM lead, SOA

More information

Chapter 18 Variability in Web Services

Chapter 18 Variability in Web Services Chapter 18 Variability in Web Services Matthias Galster and Paris Avgeriou What you will learn in this chapter Why service-based systems need special treatment of variability What types of variability

More information

The Service Revolution software engineering without programming languages

The Service Revolution software engineering without programming languages The Service Revolution software engineering without programming languages Gustavo Alonso Institute for Pervasive Computing Department of Computer Science Swiss Federal Institute of Technology (ETH Zurich)

More information

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Guopeng Zhao 1, 2 and Zhiqi Shen 1 1 Nanyang Technological University, Singapore 639798 2 HP Labs Singapore, Singapore

More information

VARIABILITY MODELING FOR CUSTOMIZABLE SAAS APPLICATIONS

VARIABILITY MODELING FOR CUSTOMIZABLE SAAS APPLICATIONS VARIABILITY MODELING FOR CUSTOMIZABLE SAAS APPLICATIONS Ashraf A. Shahin 1, 2 1 College of Computer and Information Sciences, Al Imam Mohammad Ibn Saud Islamic University (IMSIU) Riyadh, Kingdom of Saudi

More information

An Approach for Developing Service Oriented Product Lines

An Approach for Developing Service Oriented Product Lines 12th International Software Product Line Conference An Approach for Developing Service Oriented Product Lines Jaejoon Lee Computing Department, InfoLab21, South Drive, Lancaster University, Lancaster,

More information

Service Oriented Architecture and Its Advantages

Service Oriented Architecture and Its Advantages ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

SOA Architect Certification Self-Study Kit Bundle

SOA Architect Certification Self-Study Kit Bundle SOA Architect Certification Bundle A Certified SOA Architect has demonstrated proficiency in the mechanics of serviceoriented computing through the mastery of patterns, principles, practices, and industry

More information

Component Based Development in Software Engineering

Component Based Development in Software Engineering Component Based Development in Software Engineering Amandeep Bakshi, Rupinder Singh Abstract--In today s world, Component Based development is an active research area for more than a decade in software

More information

Roles for Maintenance and Evolution of SOA-Based Systems

Roles for Maintenance and Evolution of SOA-Based Systems Roles for Maintenance and Evolution of SOA-Based Systems Mira Kajko-Mattsson Stockholm University and Royal Institute of Technology Sweden mira@dsv.su.se Grace A. Lewis, Dennis B. Smith Software Engineering

More information

Continual Verification of Non-Functional Properties in Cloud-Based Systems

Continual Verification of Non-Functional Properties in Cloud-Based Systems Continual Verification of Non-Functional Properties in Cloud-Based Systems Invited Paper Radu Calinescu, Kenneth Johnson, Yasmin Rafiq, Simos Gerasimou, Gabriel Costa Silva and Stanimir N. Pehlivanov Department

More information

An Oracle White Paper October 2013. Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus

An Oracle White Paper October 2013. Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus An Oracle White Paper October 2013 Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Table of Contents Introduction...

More information

A Comparison of SOA Methodologies Analysis & Design Phases

A Comparison of SOA Methodologies Analysis & Design Phases 202 A Comparison of SOA Methodologies Analysis & Design Phases Sandra SVANIDZAITĖ Institute of Mathematics and Informatics, Vilnius University Abstract. Service oriented computing is a new software engineering

More information

SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture

SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q Number: S90-03A Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: S90-03A Exam Name:

More information

Data-Aware Service Choreographies through Transparent Data Exchange

Data-Aware Service Choreographies through Transparent Data Exchange Institute of Architecture of Application Systems Data-Aware Service Choreographies through Transparent Data Exchange Michael Hahn, Dimka Karastoyanova, and Frank Leymann Institute of Architecture of Application

More information

A Study on Service Oriented Network Virtualization convergence of Cloud Computing

A Study on Service Oriented Network Virtualization convergence of Cloud Computing A Study on Service Oriented Network Virtualization convergence of Cloud Computing 1 Kajjam Vinay Kumar, 2 SANTHOSH BODDUPALLI 1 Scholar(M.Tech),Department of Computer Science Engineering, Brilliant Institute

More information

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS Keyvan Mohebbi 1, Suhaimi Ibrahim 2, Norbik Bashah Idris 3 1 Faculty of Computer Science and Information Systems, Universiti Teknologi

More information

The Advantages of Dynamic Software Product Lines

The Advantages of Dynamic Software Product Lines Dynamic Software Product Lines for Service-Based Systems Paul Istoan, Gregory Nain, Gilles Perrouin, Jean-Marc Jézéquel INRIA, Centre Rennes - Bretagne Atlantique, Campus de Beaulieu, Bat 12F 35042 Rennes,

More information

An Overview of Challenges of Component Based Software Engineering

An Overview of Challenges of Component Based Software Engineering An Overview of Challenges of Component Based Software Engineering Shabeeh Ahmad Siddiqui Sr Lecturer, Al-Ahgaff University, Yemen Abstract Nowadays there is trend of using components in development of

More information

SOA CERTIFIED CONSULTANT

SOA CERTIFIED CONSULTANT SOA CERTIFIED CONSULTANT (5 Days) A Certified SOA Consultant is required to obtain proficiency in a cross-section of key SOA topic areas, including both conceptual and technical aspects of service-oriented

More information

Extend the value of your core business systems.

Extend the value of your core business systems. Legacy systems renovation to SOA September 2006 Extend the value of your core business systems. Transforming legacy applications into an SOA framework Page 2 Contents 2 Unshackling your core business systems

More information

A Framework for Software Product Line Engineering

A Framework for Software Product Line Engineering Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product

More information

Issues in Implementing Service Oriented Architectures

Issues in Implementing Service Oriented Architectures Issues in Implementing Service Oriented Architectures J. Taylor 1, A. D. Phippen 1, R. Allen 2 1 Network Research Group, University of Plymouth, United Kingdom 2 Orange PCS, Bristol, United Kingdom email:

More information

SOA Success is Not a Matter of Luck

SOA Success is Not a Matter of Luck by Prasad Jayakumar, Technology Lead at Enterprise Solutions, Infosys Technologies Ltd SERVICE TECHNOLOGY MAGAZINE Issue L May 2011 Introduction There is nothing either good or bad, but thinking makes

More information

Addressing the Contract Issue, Standardisation for QoS

Addressing the Contract Issue, Standardisation for QoS Addressing the Contract Issue, Standardisation for QoS Russell LOCK 1, Glen DOBSON 2, Ian SOMMERVILLE 3 1 InfoLab21, Lancaster University, Lancaster, UK, LA1 4WA, Tel: +44 (0)1524 510356, Email: r.lock@comp.lancs.ac.uk

More information

2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering.

2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering. Service Oriented Architecture Definition (1) Definitions Services Organizational Impact SOA principles Web services A service-oriented architecture is essentially a collection of services. These services

More information

Enterprise Architecture: Practical Guide to Logical Architecture

Enterprise Architecture: Practical Guide to Logical Architecture Objecteering Practical Guides Enterprise Architecture: Practical Guide to Logical Architecture Author: Version: 1.0 Copyright: Softeam Softeam Consulting Team Supervised by Philippe Desfray Softeam 21

More information

Policy Driven Practices for SOA

Policy Driven Practices for SOA Independent Insight for Oriented Practice Policy Driven Practices for SOA Lawrence Wilkes CBDI Forum www.cbdiforum.com Agenda! Enterprise SOA Challenge! SOA Policy Areas! Layered Architecture as a basis

More information

What is the Difference Between Application-Level and Network Marketing?

What is the Difference Between Application-Level and Network Marketing? By Fabio Casati, Eric Shan, Umeshwar Dayal, and Ming-Chien Shan BUSINESS-ORIENTED MANAGEMENT OF WEB SERVICES Using tools and abstractions for monitoring and controlling s. The main research and development

More information

A Service Modeling Approach with Business-Level Reusability and Extensibility

A Service Modeling Approach with Business-Level Reusability and Extensibility A Service Modeling Approach with Business-Level Reusability and Extensibility Jianwu Wang 1,2, Jian Yu 1, Yanbo Han 1 1 Institute of Computing Technology, Chinese Academy of Sciences, 100080, Beijing,

More information

SOA GOVERNANCE MODEL

SOA GOVERNANCE MODEL SOA GOVERNANCE MODEL Matjaz B. Juric University of Ljubljana, Slovenia matjaz.juric@fri.uni-lj.si Eva Zupancic University of Ljubljana, Slovenia Abstract: Service Oriented Architecture (SOA) has become

More information

Developing the Architectural Framework for SOA Adoption

Developing the Architectural Framework for SOA Adoption Developing the Architectural Framework for SOA Adoption Oliver Sims Enterprise Architect oliver.sims@open-it.co.uk Copyright Open-IT Limited 2005 Agenda Service Orientation just a good technology? The

More information

Towards Management of SLA-Aware Business Processes Based on Key Performance Indicators

Towards Management of SLA-Aware Business Processes Based on Key Performance Indicators Towards Management of SLA-Aware Business Processes Based on Key Performance Indicators Branimir Wetzstein, Dimka Karastoyanova, Frank Leymann Institute of Architecture of Application Systems, University

More information

A Variability Viewpoint for Enterprise Software Systems

A Variability Viewpoint for Enterprise Software Systems 2012 Joint Working Conference on Software Architecture & 6th European Conference on Software Architecture A Variability Viewpoint for Enterprise Software Systems Matthias Galster University of Groningen,

More information

Case Study: Adoption of SOA at the IRS

Case Study: Adoption of SOA at the IRS Case Study: Adoption of SOA at the IRS Nitin S. Naik Director, Enterprise Architecture October 2, 2012 Agenda Overview of IRS IT Shared Services Vision SOA Roadmap and Maturity Levels Where Do We Stand

More information

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven

More information

Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM)

Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM) Volume 27 No.5, August 2011 Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM) Dr. S. Srinivasan Professor PDM Engineering College Bhadurgarh 1245 Haryana,

More information

Trends in Software Intensive Systems Development JACEK SZYMANSKI INFORMATION SYSTEMS CONSULTANCY

Trends in Software Intensive Systems Development JACEK SZYMANSKI INFORMATION SYSTEMS CONSULTANCY Trends in Software Intensive Systems Development JACEK SZYMANSKI INFORMATION SYSTEMS CONSULTANCY Outline Complexity of ICT Projects Origins Consequences Remedies Structural improvement SOA/SCA Methodological

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

SOA for Healthcare: Promises and Pitfalls

SOA for Healthcare: Promises and Pitfalls SOA for Healthcare: Promises and Pitfalls Dennis B. Smith dbs@sei.cmu.edu SOA in Health Care Conference: Value in a Time of Change Chicago, IL USA June 3, 2009 Agenda Healthcare IT Challenges SOA: The

More information

Dynamism and Data Management in Distributed, Collaborative Working Environments

Dynamism and Data Management in Distributed, Collaborative Working Environments Dynamism and Data Management in Distributed, Collaborative Working Environments Alexander Kipp 1, Lutz Schubert 1, Matthias Assel 1 and Terrence Fernando 2, 1 High Performance Computing Center Stuttgart,

More information

Some Software Technologies for Resilient Computing

Some Software Technologies for Resilient Computing Some Software Technologies for Resilient Computing Jean-Charles FABRE OSD Conference, Tokyo, Japan, March 7, 2012 Resilient computing Resilience is defined as the persistence of dependability when facing

More information

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. CS 389 Software Engineering Lecture 2 Chapter 2 Software Processes Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. Topics covered Software process models Process activities Coping

More information

A Review On SLA And Various Approaches For Efficient Cloud Service Provider Selection Shreyas G. Patel Student of M.E, CSE Department, PIET Limda

A Review On SLA And Various Approaches For Efficient Cloud Service Provider Selection Shreyas G. Patel Student of M.E, CSE Department, PIET Limda A Review On SLA And Various Approaches For Efficient Cloud Service Provider Selection Shreyas G. Patel Student of M.E, CSE Department, PIET Limda Prof. Gordhan B. Jethava Head & Assistant Professor, Information

More information

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework

More information

Guiding Principles for Modeling and Designing Reusable Services

Guiding Principles for Modeling and Designing Reusable Services Guiding Principles for Modeling and Designing Reusable Services Max Dolgicer Managing Director International Systems Group, Inc. mdolgicer@isg-inc.com http://www.isg-inc.com Agenda The changing notion

More information

CT30A8901 Chapter 10 SOA Delivery Strategies

CT30A8901 Chapter 10 SOA Delivery Strategies CT30A8901 Chapter 10 SOA Delivery Strategies Prof. Jari Porras Communications Software Laboratory Contents 10.1 SOA Delivery lifecycle phases 10.2 The top-down strategy 10.3 The bottom-up strategy 10.4

More information

The Enterprise Service Bus: Making Service-Oriented Architecture Real

The Enterprise Service Bus: Making Service-Oriented Architecture Real The Enterprise Service Bus: Making Service-Oriented Architecture Real M.T. Schmidt et al. Presented by: Mikael Fernandus Simalango SOA in Early Days Introduction Service Requester bind find Service Registry

More information

SOA and Cloud in practice - An Example Case Study

SOA and Cloud in practice - An Example Case Study SOA and Cloud in practice - An Example Case Study 2 nd RECOCAPE Event "Emerging Software Technologies: Trends & Challenges Nov. 14 th 2012 ITIDA, Smart Village, Giza, Egypt Agenda What is SOA? What is

More information

In 1999, the Pennine Group a consortium of

In 1999, the Pennine Group a consortium of COVER FEATURE Turning Software into a Service The software as a service model composes services dynamically, as needed, by binding several lower-level services thus overcoming many limitations that constrain

More information

A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT

A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box

More information

A Hierarchical Self-X SLA for Cloud Computing

A Hierarchical Self-X SLA for Cloud Computing A Hierarchical Self-X SLA for Cloud Computing 1 Ahmad Mosallanejad, 2 Rodziah Atan, 3 Rusli Abdullah, 4 Masrah Azmi Murad *1,2,3,4 Faculty of Computer Science and Information Technology, UPM, Malaysia,

More information

Software Product Line Engineering to Develop Variant-rich Web Services

Software Product Line Engineering to Develop Variant-rich Web Services Software Product Line Engineering to Develop Variant-rich Web Services Bardia Mohabbati, Mohsen Asadi, Dragan Gašević, and Jaejoon Lee Abstract Service-Oriented Architecture (SOA) enables enterprise for

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

More information

SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS

SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany {foued.jrad, jie.tao, achim.streit}@kit.edu

More information

Chapter 15. Web services development lifecycle

Chapter 15. Web services development lifecycle Slide 15.1 nology Chapter 15 Web Services Development Lifecycle Web Service es: Princip ples & Tech Mike P. Papazoglou mikep@uvt.nl Slide 15.2 Topics Web services development Properties of service development

More information

Applying SOA to OSS. for Telecommunications. IBM Software Group

Applying SOA to OSS. for Telecommunications. IBM Software Group IBM Software Group Applying SOA to OSS for Telecommunications Kevin Twardus Manager of Industry Architecture and Standards IBM Software Group Communications Sector IBM Corporation The Details of SOA depends

More information

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Designs In Relation to ERP and SOA Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...

More information

QoS Integration in Web Services

QoS Integration in Web Services QoS Integration in Web Services M. Tian Freie Universität Berlin, Institut für Informatik Takustr. 9, D-14195 Berlin, Germany tian @inf.fu-berlin.de Abstract: With the growing popularity of Web services,

More information

Component Based Development Methods - comparison

Component Based Development Methods - comparison Component Based Development Methods - comparison Dan Laurenţiu Jişa Abstract: This paper realizes a comparison among three of the best known component based development methods, emphazing on the earlier

More information

SERENITY Pattern-based Software Development Life-Cycle

SERENITY Pattern-based Software Development Life-Cycle SERENITY Pattern-based Software Development Life-Cycle Francisco Sanchez-Cid, Antonio Maña Computer Science Department University of Malaga. Spain {cid, amg}@lcc.uma.es Abstract Most of current methodologies

More information

A Quality of Service Broker Based Process Model for Dynamic Web Service Composition

A Quality of Service Broker Based Process Model for Dynamic Web Service Composition Journal of Computer Science 7 (8): 1267-1274, 2011 ISSN 1549-3636 2011 Science Publications A Quality of Service Broker Based Process Model for Dynamic Web Service Composition 1 Maya Rathore and 2 Ugrasen

More information

BE09 Demonstrator David Brossard BT CTO. Involved Partners: ANDAGO, ATOS, BT, CRMPA, URJC

BE09 Demonstrator David Brossard BT CTO. Involved Partners: ANDAGO, ATOS, BT, CRMPA, URJC BE09 Demonstrator David Brossard BT CTO Involved Partners: ANDAGO, ATOS, BT, CRMPA, URJC All work and no play makes Jack a dull boy Table of Contents 1. 2. 3. 4. 5. 3 BE09 goal Key concepts Actors Scenario

More information

Federal Enterprise Architecture and Service-Oriented Architecture

Federal Enterprise Architecture and Service-Oriented Architecture Federal Enterprise Architecture and Service-Oriented Architecture Concepts and Synergies Melvin Greer Chief Strategist, SOA / Cloud Computing Certified Enterprise Architect Copyright August 19, 2010 2010

More information

Service Oriented Architecture Based Integration. Mike Rosen CTO, AZORA Technologies, Inc. Mike.Rosen@Azoratech.com

Service Oriented Architecture Based Integration. Mike Rosen CTO, AZORA Technologies, Inc. Mike.Rosen@Azoratech.com Service Oriented Architecture Based Integration Mike Rosen CTO, AZORA Technologies, Inc. Mike.Rosen@Azoratech.com Mike Rosen ACCESS TO THE EXPERTS Consultant Chief Enterprise Architect for service and

More information

Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing

Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing 3-day seminar The evolution of how companies employ SOA can be broken down into three phases: the initial phase

More information

Service-oriented architectures (SOAs) support

Service-oriented architectures (SOAs) support C o v e r f e a t u r e On Testing and Evaluating Service-Oriented Software WT Tsai, Xinyu Zhou, and Yinong Chen, Arizona State University Xiaoying Bai, Tsinghua University, China As service-oriented architecture

More information

ForeverSOA: Towards the Maintenance of Service Oriented Software

ForeverSOA: Towards the Maintenance of Service Oriented Software Author manuscript, published in "SQM 20 - Fifth CSMR International Workshop on Software Quality and Maintainability (20)" ForeverSOA: Towards the Maintenance of Service Oriented Software Dionysis Athanasopoulos

More information

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function Next Generation Network Service Architecture in the IP Multimedia Subsystem Anahita Gouya, Noël Crespi, Lina Oueslati, {anahita.gouya, noel.crespi, lina.oueslati}@int-evry.fr, Institut National des Télécommunications

More information

Software Architecture

Software Architecture Cairo University Faculty of Computers and Information Computer Science Department Premasters Studies Software Architecture Report on Software Product Line Submitted to: Dr. Hany Ammar Submitted by: Hadeel

More information

Run-time Variability Issues in Software Product Lines

Run-time Variability Issues in Software Product Lines Run-time Variability Issues in Software Product Lines Alexandre Bragança 1 and Ricardo J. Machado 2 1 Dep. I&D, I2S Informática Sistemas e Serviços SA, Porto, Portugal, alexandre.braganca@i2s.pt 2 Dep.

More information

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Business-Driven Software Engineering Lecture 3 Foundations of Processes Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster jku@zurich.ibm.com Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

A Service-oriented Architecture for Business Intelligence

A Service-oriented Architecture for Business Intelligence A Service-oriented Architecture for Business Intelligence Liya Wu 1, Gilad Barash 1, Claudio Bartolini 2 1 HP Software 2 HP Laboratories {name.surname@hp.com} Abstract Business intelligence is a business

More information

System Development and Life-Cycle Management (SDLCM) Methodology. Approval CISSCO Program Director

System Development and Life-Cycle Management (SDLCM) Methodology. Approval CISSCO Program Director System Development and Life-Cycle Management (SDLCM) Methodology Subject Type Standard Approval CISSCO Program Director A. PURPOSE This standard specifies content and format requirements for a Physical

More information

SOA CERTIFIED JAVA DEVELOPER (7 Days)

SOA CERTIFIED JAVA DEVELOPER (7 Days) SOA CERTIFIED JAVA DEVELOPER (7 Days) To achieve this certification, the following exams must be completed with a passing grade: Exam S90.01: Fundamental SOA & Service-Oriented Computing Exam S90.02: SOA

More information

Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform

Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform Driven and Oriented Integration---The Method, Framework and Platform Shuangxi Huang, Yushun Fan Department of Automation, Tsinghua University, 100084 Beijing, P.R. China {huangsx, fanyus}@tsinghua.edu.cn

More information