IRMA-International.org: Creator of Knowledge
Information Resources Management Association
Advancing the Concepts & Practices of Information Resources Management in Modern Organizations

Service Life Cycle Tools and Technologies: Methods, Trends and Advances

Service Life Cycle Tools and Technologies: Methods, Trends and Advances
Author(s)/Editor(s): Jonathan Lee (National Central University, Taiwan), Shang-Pin Ma (National Taiwan Ocean University, Taiwan)and Alan Liu (National Chung Cheng University, Taiwan)
Copyright: ©2012
DOI: 10.4018/978-1-61350-159-7
ISBN13: 9781613501597
ISBN10: 1613501595
EISBN13: 9781613501603

Purchase

View Service Life Cycle Tools and Technologies: Methods, Trends and Advances on the publisher's website for pricing and purchasing information.


Description

As Service-Oriented Computing (SOC) gains a wider global acceptance, the need for understanding its life cycle becomes inevitable, not only for developers, but also for users.

Service Life Cycle Tools and Technologies: Methods, Trends and Advances compiles the latest research on SOC life cycles, detailing methodologies and applications in this emerging field. The development of service-oriented applications not only depends on constructing service providers, but also composition and delivery. Service requesters, service providers, and developers, alike, will benefit from the views and models in a service life cycle. This volume offers research that has been conducted in both industry and academia to address issues in the SOC domain, including service discovery, service composition, and service management. It serves as a vital reference for those on either side of the service field.



Preface

Jonathan Lee
Department of Computer Science and Information Engineering, National Central University, Taiwan

Shang-Pin Ma

Department of Computer Science and Engineering, National Taiwan Ocean University, Taiwan

Alan Liu

Department of Electrical Engineering, National Chung Cheng University, Taiwan

As service-oriented computing (SOC) gains wide acceptance, the need to understand the lifecycle of SOC-based software becomes inevitable, not only for developers, but also for users. SOC exploits both web services and service-oriented architectures (SOA) as fundamental elements for developing applications. Web services are autonomous, platform-independent computational elements that can be described, published, discovered, and composed using standard protocols to build applications across various platforms and organizations. SOA is a software architecture that identifies relevant participants and interactions that facilitate service publication, service discovery, service binding, and service composition. Currently, SOA technology is commonly treated as “implementing SOA with web services,” which realizes SOC. Similar to the object-oriented paradigm, where software engineering has played a significant role both in describing software lifecycles and in providing fundamental and advanced technologies, SOC has become a new paradigm that is required of software engineering technologies. The development of service-oriented applications does not only depend on constructing service providers, but also considers service composition and delivery. Both service requesters and service providers, along with developers, will benefit from understanding the SOA lifecycle.

At present, research is ongoing in both industry and academia to address issues associated with the SOC domain, including service discovery, service composition, and service management. SOC fundamentally changes the way software applications are designed, constructed, delivered, and consumed, and it supports the development of interoperable, configurable and evolvable composite applications. It has emerged as a major trend of the computing paradigm in the past few years.

To apply service-oriented computing, we indentified high-level requirements for service-oriented environments that are realized by a service bus or a service engine to integrate and link all necessary components and services together. We have accomplished this by consolidating and summarizing extant industrial products and academic research:

•    Compatible with industrial standards:
service-oriented environments should be established based on standard specifications such as SOAP, WSDL, UDDI, BPEL, WS-policy, WS-security, OWL, et cetera. Standardization can enable the technology neutrality and interoperability that are very critical concerns for service-oriented computing.

•    Ease of integration with resources:
service-oriented environments should be capable of integrating data, applications, and processes. An important mission of the SOA is to enable multiple organizations or multiple departments in an enterprise to collaborate consistently. This inter- or intra-integration should be achievable as a result of technology neutrality and standards.

•    Service utility:
end users should be able to consume services on multiple devices (such as desktop computers, notebooks, handheld devices and cellular telephones), at any time, in any place. Thus, services should be hosted in the cloud (public or private) and exposed as standardized interfaces that allow various remote accesses via adequate authentication and authorization.

•    Context awareness and pluggability:
services delivered to the user should meet the user’s personal needs, and services should be easily plugged into or out of the current working space that the service consumer is using. Accordingly, dynamic context and service selection, binding and re-binding should be considered during service delivery to achieve better adaptability.

For realizing above high-level requirements, we identified six research themes related to the concepts, issues, and methodology of service-oriented computing, including:

•    Service design and provision:
to build an SOA-based business solution, we need to first identify, design, and build services. In this phase, identifying business services and corresponding IT services is a critical concern. Next, we must design and build service implementations based on the IT service specifications. Choosing extant service components, wrapping or adapting existing software components into services, and establishing new services from the scratch are all common development strategies. Accordingly, a set of service components (with the same or different interfaces) will be prepared while above development strategies are performed well. The primary issues that should be addressed in the service design and provision phase include the following:
o    What are the service-oriented development processes and methods to be used? Should any new design patterns be specified to assist with building service-based/service- oriented software?
o    How should one develop service components in a more systematic manner? We should consider a means to model services from various viewpoints and explore the usage of formal specification for services and their integration with ontology.
o    How can we uncover the services embedded in legacy systems, databases, and web sites? What are the necessary service wrapping tools and procedures?
•    Service delivery: most services, though varied in type and possessing different capabilities, need to be delivered to the requester’s site. There are several requirements that should be addressed in the service delivery phase, including negotiating service contracts or service-level agreements, fulfilling the client’s requests based on the contract, and rendering service results via appropriate channels (for software agents) or user interfaces (for end users). The main issues that would be addressed in service delivery phase include the following:
o    How to negotiate and establish Web Services Level Agreements and contracts?
o    How to compose remote services, local services, and UI components at the same time?
o    How to infuse user interactions into SOA and provide on-demand service user interfaces?
•    Service search and selection: usually, multiple published services offer seemingly similar features but with some variations (e.g., different service interfaces, different attributes, different quality-level). A service requester can search, select, and bind services that satisfy his or her intensions. A service discovery facility can enhance the effectiveness of other activities (e.g., service design and provision, as well as service composition). Main issues that would be addressed in service search and selection phase include the following:
o    How to transfer the original Web services into semantic Web services? How to annotate and interpret semantic information?
o    How to capture the users’ intension for making appropriate service requests? The query process should include refining users’ query, generating query forms, and building users’ personal ontology. Techniques such as goal formulation, ontological reasoning, case-base reasoning will be involved in this process.
o    How to locate suitable services according to the user’s request? Issues of semantics, uncertainty, and quality of web services should be addressed in the matchmaking process.
•    Service composition: to fulfill a business solution or a user’s request, combining multiple existing service components into a composite service is always beneficial. These composite services can be, in turn, recursively combined with other services into higher level solutions. Techniques for dynamic service composition and semi-automatic service composition can be applied in this phase. The main issues that should be addressed in the service composition phase include the following:
o    How should one fulfill the service transaction, rollback and compensation tasks in a complicated service flow? Service composition causes transactions to span in multiple web services. A service flow engine should be integrated with transaction-related functionalities to ensure safety in real business operation.
o    How should one efficiently realize QoWS-aware composition? Quality of web services is always an important concern when composing services. QoWS will affect the activities of selecting services, binding services, and re-planning composition paths. Challenges include how to provide an adequate model to define QoWS metrics, how to measure or calculate QoWS at runtime, and how to consolidate QoWS information to allow real-time alerts or offline process improvement.
o    How should one compose service dynamically per user request? Dynamic service composition focuses on translating users’ needs into a service composition plan based on rule-based reasoning, state machine, and service patterns. The composition should include details about how service-to-service communications, collaborations, and flows are performed.
•    Service management: services are monitored and controlled by configuring and collecting metrics, detecting failures at service levels and recovering the operational state of the malfunctioning service, as well as tuning service performance automatically or semi-automatically. One important goal in this phase is to ensure high reliability or high availability of the target system. The main issues that should be addressed in the service management phase include the following challenging questions.
o    How does one acquire and compute the quality of service, react appropriately to an abnormal status, and induce a common cause of performance decay for process improvement?
o    How can one increase and maintain service reliability and availability?
o    How should one mine service patterns through the analysis of users’ behavior to adjust composite service dynamically and adaptively according to context changes or requirement changes?
•    Service verification and validation: verification and validation (so-called “V&V”) are important concepts in software engineering that aim to improve the quality of software products. Both dynamic testing and static checking mechanisms are common means to perform verification, which focuses on “building the product right,” and to perform validation, which focuses on “producing the right product.” V&V is also significant for developing SOA-based applications since we need to confirm that the service (either an atomic service or composite service) can offer the functionality and quality-levels it declares, and that it can satisfy the requester’s demands. Main issues that would be addressed in service verification and validation include:
o    The lack of source code about the service implementation makes it difficult to use white-box testing techniques and code-based test coverage criteria to test atomic web services.
o    The lack of control over the services being composed happens when a service provider may change the services without notifying the service requester.
o    The dynamic service binding can pose challenges in testing service compositions. Integration testing of service compositions needs to test all possible bindings in order to ensure that the dynamic behavior of service compositions is correct.
o    The cost of testing service compositions can be a concern since service providers may charge a fee for each service invocation.
o    The notions of concurrency, synchronization, and compensation also make service compositions difficult to understand and test. Currently, the supporting tools for testing these notions are still inadequate.
Above six research themes can be also treated as main activities or steps in the SOA lifecycle for developing and operating SOA-based systems. Firstly, service design and provision will be performed. Secondly, services will be delivered to the service requester. Thirdly, service management mechanism will be applied to ensure the success of service delivery. These three activities are the elementary tasks in the lifecycle. Service composition can be treated as an advanced service provision style to allow developers combine multiple component services at design time, or as an advanced service delivery style to search and select appropriate component services as well as to generate composite services dynamically at run time. Service verification and validation techniques can be embedded into both service design and service composition activities to improve the quality of either atomic services or composite services.

To provide a clear and consolidated view for current academic and industrial efforts in SOC, this book features fourteen chapters in eight parts to detail extant and promising methods, tools, and technologies along with the lifecycle of web services. The eight parts include introduction and foundation, service provision and design, service delivery, service search and selection, service composition, service management, service validation and verification, and SOA-based applications. In addition, this book provides a glossary section that includes definitions or descriptions of more than ninety terms in SOC domain.

Section 1:  Introduction and Foundation

Chapter 1: Service-Oriented Computing: from Web Services to Service-Oriented Components


In this chapter, Chollet et al. present the different technologies implementing the new paradigm of SOA: Web Services, UPnP (Universal Plug And Play), DPWS (Devices Profile for Web Services), as well as service-oriented component OSGi (Open Service Gateway Initiative) and iPOJO. These technologies have been developed and adapted to multiple domains: application integration, pervasive computing, and dynamic application integration. Authors provide comprehensive analysis on these technologies and also propose in-depth summary and strong comparison.

Section 2:  Service Provision and Design


Chapter2: Semi-Automated Lifecycles for Eliciting Requirements for Service-Oriented Environments


From a process and workflow point of view, Blake addresses the evolution of traditional software engineering approaches to support the conceptualization of abstract services that overlap multiple organizations. He stresses that traditional software engineering lifecycles must be enhanced with emerging processes related to the development applications for service-oriented environments. This chapter also discusses state-of-the-art approaches that elicit information about the requirements for service-oriented architectures. These approaches tend to leverage existing requirements engineering approaches to suggest aggregate service-based capabilities that are most effective for a particular environment.

Chapter 3: Quality of Service and Extra-Functional Properties for Web Services: A Model-Driven Approach

Stressing the importance of requirements specifications, Ortiz presents a model-based approach to deal with specifications and implementations of Quality of Service (QoS) and extra-functional properties (EPF) in a loosely coupled manner. The presented approach draws on two main software techniques, Model-Driven Architecture (MDA), which transforms models of QoS and EPF into code, and Aspect-Oriented Programming (AOP), which systematically handles scattered and tangled code of QoS and EPF. The chapter provides a case study to show results in increasing the system’s modularity and thus reducing implementation and maintenance costs.

Chapter 4: The Foundations of Service Eco-Systems

In this chapter, Ghose seeks to design the formal basis for practical tools to support the design and maintenance of service eco-systems. He proposes a high-level Business Service Modeling Language (BSRL) that supports the modeling of the full spectrum of services, spanning from web services on the one extreme to abstractly defined business services on the other. Based on this language, the chapter describes a taxonomy of relationships between services in an eco-system. Besides, the author particularly addresses the question of which combination of functionalities might be packaged as a service, thus leading to a set of inter-related components constituting a service eco-system.

Section 3:  Service Delivery

Chapter 5: A QoS-Aware Service Bus with WSLA-Based Monitor for Media Production Systems


Due to enormously increasing distribution channels, media companies need to distribute their (television) programs through a variety of media, such as TV broadcasts, DVDs, the Internet, and mobile phones.  Based on their industrial participations, Chen et al. describe a solution that was developed to address issues caused by multiple delivery pathways. It offers a media asset management system that is used to support media content production and distribution. Notably, this work implements service oriented architecture (SOA) that relies on an enhanced enterprise service bus (ESB). The enhanced ESB, referred to here as a QoS-Aware service bus (QASB), makes it possible to designate which of the available transcoding servers will perform a required task, thus providing a service selection scheme that improves the efficiency of media content production and distribution processes. This system was built for Taiwan’s Public Television Service (PTS) in January 2010 and is currently providing complete support to the company’s daily operations.

Section 4:  Service Search and Selection

Chapter 6: A Goal-Driven Approach for Service Oriented Systems Design

This chapter introduces a goal-driven approach for modeling service requests in service-oriented systems. This approach is proposed to solve three research issues: how to represent a service request, how to map the request to predefined models, and how to generate a series of actions to satisfy these models. A goal model is used for user requirements elicitation, analysis, and representation. The service request from users is extracted and mapped to these goal models by a case-based method. A planning mechanism is designed to produce a sequence of activities to satisfy the extracted goals. A general architecture for an intention-aware service-oriented system is proposed for demonstrating how to apply the proposed approach.

Section 5:  Service Composition

Chapter 7: Bridging the Gap between Business Process Models and Service Composition Specifications


This chapter presents a flexible approach for aligning business process models with workflow specifications. Buchwald et al. propose an additional model layer, namely Business-IT-Mapping Model (BIMM), to maintain the complex dependencies that exist between high-level business process models (as used by domain experts) and technical workflow specifications (i.e., service composition schemas). Examples from practical settings illustrate the high effectiveness of this approach with respect to the maintenance of service-oriented applications.

Chapter 8: A Model-Driven Approach to Service Composition with Security Properties
Producing secure composite services is always a technical challenge that is difficult to tackle. With the emphasis in security problems, Chollet and Lalanda present a model-driven approach to service composition dealing with nonfunctional aspects. They propose a model-driven approach to facilitate the composition of heterogeneous and secured services. Authors also provide strong background work on security and model-driven topics for readers’ reference.

Chapter 9: Adaptive and Dynamic Service Compositions in the OSGi Service Platform
Toward the challenges raised in dynamic service composition, Touseau et al. provide an overview on dynamic service oriented platforms, giving special focus on the OSGi service platform. Authors present principles and mechanisms that can help to handle “dynamicity”, and supply information on the dynamic service-based component models targeting the OSGi platform. These models allow the realization of applications that are adaptive upon dynamic scenarios where service availability is uncertain.

Section 6:  Service Verification and Validation

Chapter 10: Service Composition Validation and Verification


Verification and validation techniques that can find defects to increase quality of software systems attract enormous interest and attention both in industry and academia. Palomo-Duarte analyzes plenty of approaches to web service and web service composition verification and validation. According to his full survey and in-depth analysis, there is a long way ahead to provide good support for testing techniques in WS-BPEL, the de facto service composition specification. Industrial tools include very limited testing support (mainly basic functional testing) whereas academia is taking the right steps in most directions, adapting techniques and facing trends. However, automatic tools supporting for V&V of service composition are remaining as a challenge in mainstream development tools.

Section 7:  Service Management

Chapter 11: Towards a High-Availability-Driven Service Composition Framework


Although availability of Web services plays a crucial role in building robust service-oriented applications, it has been largely neglected, especially for service composition. In this chapter, Lee et al. propose a service composition framework that integrates a set of composition-based service discovery mechanisms, a user-oriented service delivery approach, as well as a service management mechanism for composite services. Authors also conduct well-covered literature surveys for web service availability.

Section 8:  SOA Applications

Chapter 12: SOA Designed Health Care System for Taiwan Government


In Taiwan, the government agencies have promoted SOA proactively for a long period and have developed e-Government service platform for integrating a variety of government e-services. The Information and Communications Research Laboratories (ICL) of the Industrial Technology Research Institute (ITRI) is also committed in SOA research and has emphasized on the establishment of SOA service system regarding medical information and health care. Based on their successful experiences, Shi et al. describe how to construct health care applications based on SOA and Web services technology and propose a web service converged management platform, namely Web Services Security Gateway (WSSG), to decrease the complexity of various security policy management by separating the security control and system development.

Chapter 13: Case study on SOA Implementation Framework and Applications

The Enterprise Service Bus (ESB) is an important middleware technology that provides a set of infrastructure capabilities that enable the integration of services in SOA, such as event-driven processing, content-based routing and filtering, as well as complex data transmission. Innovative Digitech-Enabled Applications & Services Institute (IDEAS) of Institute for Information Industry (III) in Taiwan has implemented an ESB that comprises four modules, including Event-Service, Message-Service, Data-Service, and Process-Service. From a practitioner’s point of view, Weng et al. depict how to design and implement the ESB in depth and also discuss three industrial applications atop the ESB, including an e-learning system, a smart store system and a medical system.

Chapter 14: Abstract Service for Cyber Physical Service Composition

In this chapter, Zhao et al. propose an approach that models cyber physical system functionalities as services to solve the collaboration problem using semantic web services. The approach extends the existing OWL-S framework to address the natures of the cyber physical systems and their functionalities, which are different from software systems and their functionalities. The extension addresses the abstract service, resource contention, physical constraint, and context requirement issues. A case study is also provided to illustrate the proposed approach.

With a brief introduction to the outline of this book, the readers should be able to see the goals of this book, which are: to quickly inform the readers to grasp the current research status of SOC from the software engineering point of view, and also to lead the user to be aware of the importance of practicing software engineering in this new paradigm. Finally, we would like to express our sincere gratitude to everyone who has contributed to this book, including the authors and the reviewers.
More...
Less...

Reviews and Testimonials

SOC fundamentally changes the way software applications are designed, constructed, delivered, and consumed, and it supports the development of interoperable, configurable and evolvable composite applications. It has emerged as a major trend of the computing paradigm in the past few years.

– Jonathan Lee (National Central University, Taiwan), Shang-Pin Ma (National Taiwan Ocean University, Taiwan) and Alan Liu (National Chung Cheng University, Taiwan)

Author's/Editor's Biography

Jonathan Lee (Ed.)
Jonathan Lee received his PhD degree from Texas A&M University in 1993, the year he joined the faculty of the Department of Computer Science and Information Engineering at National Central University (NCU) in Taiwan. His research interests include agent-based software engineering, service-oriented computing, and goal-driven software engineering. He is currently a Professor of CSIE and the Director of Computer Center at NCU. Dr. Jonathan Lee has published more than 100 refereed papers, three edited books and an authoring text book on Software Engineering in Chinese. He received a Distinguished University Professor award from Chinese Electrical Engineering Association (Taiwan) in 2008 and an Endowed Professor award from NCU in 2007. He is a senior member of the IEEE Computer Society and a member of the ACM.

Shang-Pin Ma (Ed.)
Shang-Pin Ma received his PhD and BS degrees in Computer Science and Information Engineering from National Central University, Chungli, Taiwan, in 2007 and 1999, respectively. He has been an Assistant Professor of Computer Science and Engineering Department, National Taiwan Ocean University, Keelung, Taiwan, since 2008. His research interests include web-based software engineering, service-oriented computing and semantic web.

Alan Liu (Ed.)
Alan Liu received the PhD degree in Electrical Engineering and Computer Science from the University of Illinois, Chicago, in 1994. He is currently a Professor with the Department of Electrical Engineering, National Chung Cheng University, Chiayi, Taiwan. His research interests in artificial intelligence and software engineering include knowledge acquisition, requirements analysis, intelligent agents, service computing, and applications in embedded systems and robotic systems. Dr. Liu is a member of IEEE, ACM, Taiwanese Association for Artificial Intelligence, Software Engineering Association of Taiwan, and Robotics Society of Taiwan.

More...
Less...

Body Bottom