Framework for Measuring Performance Parameters SLA in SOA

Size: px
Start display at page:

Download "Framework for Measuring Performance Parameters SLA in SOA"

Transcription

1 Framework for Measuring Performance Parameters SLA in SOA Alawi Abdullah Al-Sagaf Faculty of Computer Science & Information Systems Universiti Teknologi Malaysia UTM Skudai, Johor, Malaysia Dayang Norhayati Abang Jawawi Faculty of Computer Science & Information Systems Universiti Teknologi Malaysia UTM Skudai, Johor, Malaysia Abstract - The current trend in modeling and designing serviceoriented systems is by following a new paradigm called SOA. SOA is a new promising paradigm that manages the execution of the service instance which is not fully under the control of the client or service requestor but under the third party or provider. SLAs in SOA framework are still new but recently it became extremely important due to the demand on service-oriented systems. Generally natural language is used to describes SLA elements, however nowadays SLAs is machine-readable. WSLA is an XML-based language that used to create machine-readable SLAs which defines service interfaces using WSDL for services implementation in web services technology. However, it is not adequate enough to characterize the performance, thus an extension of WSLA model to show the performance issues in detail and to help us measure the performance agreed upon in the SLA have been developed. In the consideration that WSLA model is a Platform Independent Model (PIM) and SEI 6- Element is Platform Specific Model (PSM), we have used QVT to map between them. Next, the evaluation and measurement process of the performance will be done automatically. Keywords- SLA; performance; framework; measurement; I. INTRODUCTION In internet computing, both internal and external customers presume that internet-speed business services have to be always accessible and offer disruption-free performance. Thus, any problem that interrupts the performance of internet-speed business will lead to the loss of business in the real world. Therefore, it is extremely important to detect, diagnose and correct any performance problem before the service deployed. The current business requirements depict a complex map for IT infrastructure because it is generally very large and quickly expanding. Hence, it is important for modern enterprise to have a mechanism to monitor the quality of the service that provided by IT infrastructure. This mechanism are generally called dashboard, it allows user to monitor, detect and correct the infrastructure [1] in order to increase the value of their business processes. Technologies and mechanism to monitor the performance constraint are necessary in order to achieve the business goals. The function of these automatic monitoring mechanisms became necessary by maintain it with the size of complex systems. With this initiative, OMG separates the conceptual Platform Independent Model (PIM) and Platform Specific Model (PSM). The current trend in modeling and designing of serviceoriented systems follows a new paradigm called Service- Oriented Architecture (SOA) [2][3]. In this approach the functionality of the system is assigned to loosely coupled services where integration between heterogonous systems is possible, thereby reuse increased agility to adapt to changing business requirement. Service Level Agreement (SLA) is an obligation between service provider and service consumer in which services and the level of quality are specified. SLAs have been used in IT organizations and departments for many years. The definition of SLAs in SOA framework are still new but recently it became extremely important due to the demand since service-oriented systems start to cross over the organizational boundaries and a lot of third-party service providers are begin to emerge [4]. Therefore, it is required to measure and ensure quality of service from both service provider and service consumer. Generally, SOA software systems have a different lifecycle than traditional software which consist of analysis, design, implementation and testing. The other main difference is SOA manages the execution of the service instance which is not fully under the control of the client or service requestor but under the third party or provider. This situation complicates the testing activity that carried out to ensure the quality of software, unlike traditional software. The second difference is SLA as new artifact in this paradigm requires several engineering sub-tasks such as specification languages (i.e. WSLA) [5], measuring and evaluation, and etc. From an engineering point of view, assessing the performance of service-oriented system and checking its compliance with the specified parameters in SLA is a very significant task in SOA. This is because performance is the critical factor affects the global Quality of Service (QoS) that expected by the end-users of the systems. Therefore, by using model-based approach the complexity of the large engineering activities that involved will be minimized. Software testing and test cases are common practice in engineering task [6] [7]. One of the common software testing methods under the model-based initiative is called Model- Based Testing (MBT). MBT is a form of black-box testing that 6

2 uses behavioral and structural model such as UML diagrams to generate test cases automatically. MBT is the most suitable for SOA environment because the test cases generators are able to cover almost all model related features such as states in UML state machine and boundary values for the data coverage [8]. Workload assumptions are important element in measuring and evaluating QoS under SOA [9], this is because the service guaranteed in SLA cannot be open-ended. The difficulty in testing online SOA system is because of some mentioned differences [10] has led into the consideration of Stub and workload generator. Stub is an agent that replacing the service which is not accessible and Workload generator is a program that simulates the scenario of multiuser systems. II. STATEMENT OF THE PROBLEM To address the research problems, following is the fundamental question throughout this research: How to make the measurement of performance parameters in SLA for SOA possible? This study is about assessing the performance of nonfunctional requirements gathered from end user at provisioning time while the business process services testing level. From the related works, numerous contribution in the literature focused on assessing at design time and SOA infrastructure [9][11]. But some contributions focused in evaluating performance at the provisioning while business processes level. Thus, this question would be better addressed by presenting a framework to help SOA engineers to evaluate the performance at provisioning time. The main issue in this study will be solved by dividing it into several research questions as followed: A. What is the scope of SLA performance measurement in the context of SOA? The huge definition of internet service-based systems perspectives, environment and engineering stages leads to the need to firstly identify the domain of the problem. It is important to sort out the differences between client view and provider view and service integrator view and end user view. This is will help researcher to choose type of performance metric that suitable. The throughput can be measured in terms of request per second or else it can be measured in data rate per second as average data rate including latency as well [12]. In addition, performance can be measured for infrastructure components (BPEL engines, parser, etc.) [9] as well as from the developer perspective at design time. The SLA performance measurement intended to be measured in this study is from end user perspectives and at provisioning time. Although the measurement is fixed by using MBT, but it has different level and scope. For example, unit testing level or integration level and which set of appropriate MBT parameters in SOA are relevant. B. What is the appropriate framework to measure SLA performance in SOA context? There are various reasons that made testing SOA applications is a challenging task. In most cases, services are often outside the control of the organization that using the service (service developers are independent from service providers and service consumers). As a result, potential mismatches and misunderstandings between parties can occur. Additionally, SOA applications are highly dynamic with frequently changing services and service consumers, changeable load on services, SOA infrastructure, and basic network. Consequently, it is normally impossible to capture all possible configurations and loads during the testing process. Therefore, what is possible to be done as from many common practices and literature is to identify and maintain a set of configurations that are considered important and use it as the base to define the test environments [4]. It is aware that there will be influence from measurement or testing environment on the result. Thus, it must be as similar as possible to the deployment environment. This means the simulation environment should include complete and realistic elements such as a workload generator and, it is required for simulating services that are not yet developed. It is an important element for simulating the concurrent clients executing services at provisioning time. This will allow measurement metrics such as latency and response time to be more realistic because it is performed under real working load. SLA specification of performance is still lack of a rich language and the one that oriented to SOA environment. In fact, most of the current SLA specifications influenced by past telecommunication systems in SLA practices. Therefore, it is essential to customize and refine it in the context of SOA. Here, we suggested 6-elements of quality achievement [13] as rich language that can be used in expressing performance in SLA. This language can be considered as domain language, it guide properly stimulated instrumentation system, unlike other languages (i.e. WSLA). C. What are the elements to be considered in measuring SLA performance? There are only a small number of researches related to measuring SLA performance at provision time. So, experiences and practices from the state of the relevant areas art in SOA and MBT will be considered. The measurement of SLA performance will be considered in three dimensions; a) SLA languages, b) transformation mechanisms, and c) generation of measurement programs. The goal of the first dimension is to comprise an expressive language that has the ability to encode the quality attribute specifications which also gives the ability to describe different levels of quality provided by a single service. Next, the goal of the second dimension is to be able to relate the terms of SLA with the capabilities of available instrumentation. Finally, the goal of the last dimension is to 7

3 develop complex functions to calculate the SLA performance terms by considering the workload. III. MOTIVATION Service-oriented systems recently grow and start to cross over the organization boundaries. One of the huge examples is Amazon web services ( - services for businesses, consumers, Amazon associates, sellers, and other developers. Service-based systems currently are engineered by SOA principles in which software functionality is outsourced by one or more providers, so the program entirely is not under the control of clients as traditionally experienced. For example, for UTM system, the service is outsourced by Microsoft Outlook Live, the third party which is the exchange server hosting company. Performance of services is among most important concerns in organization because of the dynamic nature of service-based systems. Service providers usually enhance services for many reasons such as optimization and improvements of services. Therefore, there are demands on automated systems and frameworks to manage the whole SLA life cycle. Performance assessment of a service component, at a minimum consists in executing a series of tests, each one with a specific workload for the component and collecting and aggregating some performance metrics that characterize the system. In the distributed systems and service-oriented systems, the components can be deployed on different machines over different networks and it may need to be stimulated by different remote clients. However, this task when performed manually or with a limited amount of automation can be problem and error-prone [9]. IV. BACKGROUND OF THE PROBLEM This study will be a step forwards by automating the measurement of SLA performance parameters in SOA systems and building a machine-readable SLA under the SOA domain. SLA is essential artifact in realistic SOA systems, especially for the multi organization. It is important to be monitored from both end user and service consumer perspectives. So firstly, SLA languages that used in specifying metrics and parameters of performance will be described. Next, the background of SLA management, evaluation and life cycle will be presented. And finally, the general approaches to monitoring SLA will be defined. A. SLA languages In the history of IT computing, English or some other natural language has been used to describe SLA elements of agreement for service levels. One of example of SLA document is Amazon S3 Service Level Agreement [14]. This document includes a section which declares the company s commitment in providing the Simple Storage Service (S3) that available with monthly uptime hour at least 99.9%. The SLA includes a service credit where users who experience unavailability of service can demand for monetary credit as compensation. There are many standards proposed in the literature [12] such as IBM s WSLA framework and the WS-Agreement specification. These XML-based languages can be used to create machine-readable SLAs for services implemented using web services technology which define service interfaces using WSDL. WSLA is an extensible language that can be extended to adopt other technical or service-based technologies. A machine-readable SLA is better than text for reasons identified by SEI in [12]. So if SLA were machine-readable, the measurement could be automated easily. B. SLAs management and evaluation As mentioned, the development of SLA is the main differences between traditional system and SOA systems. It is an engineering task that consist a numbers of sub-activities such as instrumentation and measurement which assign values to SLA parameters [15]. The important part for this study is the evaluation of the subsystem, it takes input from SLA metrics and parameters and checks the values against the guaranteed conditions of SLA. In case of violation, certain actions should be triggered and this process is expected to be reliable on tools so it can be performed automatically. C. SLA life cycle The following example of SLA life cycle is defined by [16], four phases that are a) Service and SLA template development, b) Negotiation, c) Preparation and d) Execution. The focus of this study is on execution step which concerns in assessing or evaluating SLA and QoS that provided to the individual or group of customers. Generally, review on QoS, customer satisfaction and improvement is rarely done. As stated by SEI [4], this is an active research area where SLA life cycle is automated to enable the dynamic provisioning time of service between organizations. In here all of the steps are done at runtime. Moreover, the assessment of QoS is seizing the attention of researchers and the large scale organizations [4] [17]. V. THE PRINCIPLES OF THE PROPOSED FRAMEWORK The basic idea is taken from MDA principles for SLA monitoring. A standard PSM to monitor is developed using 6- element framework which supports QoS instrumentation technique. Some gaps are found between source and target metamodel, so an extension is suggested for both. Standardized the vocabulary of monitors would help to achieve re-use which is necessary to solve the difficulties in monitoring the requirements. Achieve independent way of solving the problem is solving the difficulties as well because business people deal with monitoring issue [18]. WSLA itself is not a suitable abstraction level from business perspective, therefore what is needed is to increase the abstraction level of WSLA for SLA but at the same time with flexibility in implementation technologies. There are some different systems with different monitoring requirements, for example some uses a metric for the transaction rate while for others chose number of failed 8

4 message. In addition, the implementation of metric collection needs to be rendered into different platforms according to SOA principles. On the other hand, based on [18] the configuration of instrumentation components itself has different scenarios. Although this approach support creating live application instrumentation, in this study prototype model based on the database system concepts uses to simulate instrumentation and monitoring. However, the technique is flexible where SOA technologies could be used as a target platform for monitors. A. User User in this context can be service provider and/or service consumer and also tester team. All of them representing the source of models needed for the framework to start working. Developing PIM metamodel The concept of metamodel is simply the model of a model. PIM is a business model where stockholders could communicate easier with each other, for example communication between service provider and service consumer. It is also a reason for using UML and UML-based language which provides visual (notations) elements that familiar for users in some domain. It is basically a requirement for future develops applications under MDA. The principle of MDA encourages having a common understanding or standard while the metamodel development time so as to increase the reusability. This metamodel can be a source of re-use for similar applications in the domain. IBM has developed a PIM metamodel for WSLA [19] but for only explanation purpose, however it has been used as a starting purpose in making it re-usable PIM metamodel. Figure 1. Interaction the element framework to measure SLA performance parameters As seen in Figure 1, there are four actors or components that are a) user, b) MBT tool, c) QVT and d) execution toolset. It shows us the sequence and dependency between the framework elements. These components interact to fulfill the functionality required to measure SLA performance parameters. User should supply with service-based system models that are necessary to verify SLA parameters. MBT tool takes behavioral model from the service system to generate necessary test cases. Later, QVT will obtain WSLA metamodel and 6-element metamodel as standard design for monitors to produce the specific monitor according to WLSA instances. Finally the last step is the executions toolset which produce the result of instrument. These four actors or components are important elements of proposed automation framework for measuring SLA in this study. Each element will be considered in order to achieve the objective of this proposed framework. Therefore, each element will be deal as a stage or phase separately. Further explanation about these elements was explained detailed in the following subsections. Figure 2. PIM metamodel of WSLA Language In this study, the standard re-useable PIM will be used to develop similar monitors based on this study domain. Developing PSM metamodel The concept of PSM is to give a standard vocabulary of design by targeting some platform. PSM will be extended into calls and then into code-base APIs to be executed. Developing standard PSM has many advantages, for example the specific problem in this context would help designer to avoid repeated designs effort and facilitate the manipulation of different monitors and instrumentation mechanism by having a single model. From a number of observations and investigation, it found out that there are a lot of different terminologies and instrumentations strategies. However, the instrumentation usually does not involve the semantic of quality-attribute measurement. Most of the previous work focused only on the technical part that is on how to configure the components of 9

5 measurement and generally on the management of the components [18]. SLA monitor has not standardized as well, SLA specification are not extended (e.g. WSLA) so there is no common vocabulary. Models are not used as a first option while designing monitor, instrumentation and generally in SLA management. In addition, in many cases monitor is engineered from scratch and there is deficient of re-use capability [20] [21]. SEI Institute proposed a general framework with six elements as a tool for software architect to measure and achieves the quality attributes from software architecture prospective. Some common problems with NFRs have been solved through this framework. Thus, in this study the concept of some scenario are adopted to resolve the problem of overlapping between NFRs and to provide the operational framework. It consists of six elements that represent requirements for a given quality attribute as illustrated in Figure 3. systems in which a schema is generate from target metamodel and the class diagram of the service system. To put the framework into practice, a execution model is proposed where a schema is generated automatically for the PSM to represent the platform for test cases. The SQL operations such as update and insert are used to model the execution of the test cases. Then, during this period statistics is generated in a log file. As a final stage, a report by matching the log file with defined SLA performance expected values were generated. Figure.3 Quality attribute parts The proposed idea in this study is to use this knowledge as a reference to build PSM for monitors and instrumentation process. Therefore, a metamodel will be established for these six elements to build the PSM in MDA. The main restriction of this design is to allow all elements as shown in Figure 4 to be implemented. Figure 4. PSM metamodel for 6-Element Language VI. RESEARCH METHODOLOGY B. MBT tool The goal of using MBT is to generate test cases that will be used for measurement. The selection of test suit will be based on the provided model by tester team. There will be numbers of requirements to generate test cases, behavioural model of system (activity diagram in the case study) and selection of appropriate coverage criteria to generate the test cases. C. QVT QVT is OMG standard mapping language operating under MDA principles. The mapping inputs in this case are PIM metamodel, PIM instance, PSM metamodel and QVT mappings rules. The mapping result from source to target is based on the instances from the target. The key idea behind this approach is the concept of the repository which automatically generated for schema corresponds to the metamodel. The type of information result gained from model mappings are design decision that can be turn into code for some target platforms as represented by the high level PSM API. D. Execution toolset In MDA principles, user have to connect its PSM to the platform, hence the high level APIs can be turned into low level APIs to enable it to be executed. Here rest the database Figure 5. Research Process Framework 10

6 This research processes are divided into several phases as seen in Figure 5, each phases is explained as follows: A. Literature review (Phase 1) In this study, the understanding on SOA and its dimensions is important because of its novelty. For example SLA elements and languages that used to specify conditions. And also some studies in MBT as a new trend that has many challenges when used with SOA systems was studied. These studies are important to identifying the elements that commonly used for measuring performance in SLA. The studies on workload generator and different approaches to its construction are important as well because it reflects the accuracy of the simulation environment and provide the closest environment to the real system s environment. B. The case study (Phase 2) The main purpose of using case study is to understand the performance metrics and its challenges. In this study, the entire developed concept will be implemented on the case study to evaluate all proposed ideas. C. Formal model creation and refinement (Phase 3) To produce final framework, the result is refined by evaluating the model with the case study, hence it is easier to be generalized. D. Tools investigation (Phase 4) The proposed framework has to be constructed therefore, it necessary to investigate available toolsets. This is to enable it to be re-used in this study under chosen framework principles. In engineering prospective, re-use concept will reduce the investment cost. VII. CONTRIBUTIONS The contribution of this study can be considered as follows: Model-driven architecture for monitor design and instrumentation process to measure performance parameters in SLA for SOA systems. Model-based testing for generating test cases as performance artifact. Standard platform specific model for monitors using 6- element framework (new PSM metamodel ) Proposing a repository from service class model to support test cases execution. ACKNOWLEDGMENT This research is fully funded by the Research University Grant (RUG) from the Universiti Teknologi Malaysia (UTM) and Ministry of Higher Education (MOHE) under Cost Center No.Q.J H60. Our profound appreciation also goes to ERetSEL lab members for their continuous support in the working of this paper. REFERENCES [1] SWEBOK 2004 (downloaded from [2] E. Thomas, SOA Principles of Service Design, Book Soa: principles of service design First,Prentice Hall Press Upper Saddle River, NJ, USA 2007, ISBN: [3] M. Nicolai, Josuttis., SOA in Practice [4] B.Philip, A.Lewis, Service Level Agreements in Service-Oriented Architecture Environments [5] B. Diana, B. Boyan, Design of Service Level Agreements for Software Services, International Conference on Computer Systems and Technologies,2009 [6] U.Mark, Practical Model-Based Testing. A Tool Approach, [7] H. Bill, Helmut, G., Klaus, B., Model-Based Testing of System Requirements Using UML Use Case Model, Siemens,2008. [8] S.Wieczorek,, A.Stefanescu, J. Großmann, (), Enabling model-based testing for SOA integration testing, In Proc. of Model-based testing in practice (MOTIP 08), satellite workshop of ECMDA, pp 77-82,2008. [9] B. Domenico, B.Walter., D. Mauro, Automated Performance Assessment for Service-Oriented Middleware, USI-INF Technical Report, on site at NASA Ames Research Center, [10] B.Antonia, Guglielmo A. De, F. Lars, P. Andrea, Model-Based Generation of Testbeds for Web Services, Institute for Computing and Information Sciences, (ICIS),Radboud University Nijmegen The [email protected], Department of Mathematics and Computer Science University of Camerino Italy, [email protected] [11] S. Alin, W. Sebastian, K.Andrei, A Model-Based Testing Approach forservice Choreographies, SAP Research, CEC Darmstadt, Bleichstr.8,64283Darmstadt,Germany,alin.stefanescu,sebastian.wieczore [email protected], IBM Haifa Research Lab, Haifa University, Mount Carmel, Haifa, Israel, [email protected], [12] M. Ed, William, A., Sriram, B., David, Carney., John, Morley., Patrick, P., Soumya, Simanta., Testing in Service-Oriented Environments, Software Engineering Institute, [13] B.Len, et al., Software Architecture in Practice, Second Edition, [14] Amazon Web Services. Amazon S3 Service Level Agreement, www. aws.amazon.com/s3-sla/h, [15] A. Keller, H. Ludwig, (2003), The WSLA Framework: Specifying and Monitoring Service Level Agreements for Web Services, IBM Research Division, T.J. Watson Research Center, P.O. Box 704, Yorktown Heights, New York falex,[email protected]. [16] TMForum, /2035/Home.htmlH,Telemanagement(TM) Forum. SLA Handbook Solution Suite V2.0, [17] OMG,, Handling Non-Functional Properties in a Service Oriented Architecture Request For Information,2009. [18] E. Simon,M. Graham,Toward reusable SLA monitoring capabilities, School of Computing Science, Newcastle University, U.K [19] IBM, Heiko Ludwig, IBM T.J. Watson Research Center Alexander Keller, Asit Dan, Richard P. King, Richard Franck, IBM Software Group, Version: 1.0, [20] B. Zain, F. Mohd, B. Hassan, Agent based Monitoring Framework for SOA Applications Quality Computer and Information Science Dept.Universiti Teknology Petronas Bandar Seri Iskandar, Tronoh Perak, Malaysia, / 1 0/$ I E E E. [21] A. David, F. Xavier, Service Level Agreement Monitor (SALMon), 2008, Universitat Politècnica de Catalunya, Spain {dameller, franch}@lsi.upc.edu. 11

A Software Development Platform for SOA

A Software Development Platform for SOA A Software Development Platform for SOA Peter Eeles Executive IT Architect Rational Brand Architect for UK, Ireland and South Africa [email protected] 2004 IBM Corporation Agenda IBM Software Group

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

Figure 1: Illustration of service management conceptual framework

Figure 1: Illustration of service management conceptual framework Dagstuhl Seminar on Service-Oriented Computing Session Summary Service Management Asit Dan, IBM Participants of the Core Group Luciano Baresi, Politecnico di Milano Asit Dan, IBM (Session Lead) Martin

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

Business Process Management Enabled by SOA

Business Process Management Enabled by SOA Business Process Management Enabled by SOA Jyväskylä 8.5.2007 Kimmo Kaskikallio IT Architect IBM Software Brands Five middleware product lines designed to work together Service-Oriented Architecture (SOA)

More information

Revel8or: Model Driven Capacity Planning Tool Suite

Revel8or: Model Driven Capacity Planning Tool Suite Revel8or: Model Driven Capacity Planning Tool Suite Liming Zhu 1,2, Yan Liu 1,2, Ngoc Bao Bui 1,2,Ian Gorton 3 1 Empirical Software Engineering Program, National ICT Australia Ltd. 2 School of Computer

More information

What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process

What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process 1 2 3 What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process modeling, and for more generalized modeling purposes.

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

Defining and Monitoring Service Level Agreements for dynamic e-business

Defining and Monitoring Service Level Agreements for dynamic e-business Defining and Monitoring Service Level Agreements for dynamic e-business Alexander Keller, [email protected] Heiko Ludwig, [email protected] LISA 02 11/07/2002 Philadelphia, PA, USA 2002 IBM Corporation

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

Business Process Management In An Application Development Environment

Business Process Management In An Application Development Environment Business Process Management In An Application Development Environment Overview Today, many core business processes are embedded within applications, such that it s no longer possible to make changes to

More information

Developing SOA solutions using IBM SOA Foundation

Developing SOA solutions using IBM SOA Foundation Developing SOA solutions using IBM SOA Foundation Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this

More information

Approach to Service Management

Approach to Service Management Approach to Service Management In SOA Space Gopala Krishna Behara & Srikanth Inaganti Abstract SOA Management covers the Management and Monitoring of applications, services, processes, middleware, infrastructure,

More information

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1 Open Source egovernment Reference Architecture Osera.modeldriven.org Slide 1 Caveat OsEra and the Semantic Core is work in progress, not a ready to use capability Slide 2 OsEra What we will cover OsEra

More information

Requirements engineering

Requirements engineering Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and

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

Semantic Business Process Management Lectuer 1 - Introduction

Semantic Business Process Management Lectuer 1 - Introduction Arbeitsgruppe Semantic Business Process Management Lectuer 1 - Introduction Prof. Dr. Adrian Paschke Corporate Semantic Web (AG-CSW) Institute for Computer Science, Freie Universitaet Berlin [email protected]

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 [email protected] Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

Business Commitments for Dynamic E-business Solution Management: Concept and Specification

Business Commitments for Dynamic E-business Solution Management: Concept and Specification Business Commitments for Dynamic E-business Solution Management: Concept and Specification Haifei Li, Jun-jang Jeng, and Henry Chang IBM Thomas J. Watson Research Center 1101 Kitchawan Road, Route 134

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

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

From Business World to Software World: Deriving Class Diagrams from Business Process Models

From Business World to Software World: Deriving Class Diagrams from Business Process Models From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254

More information

Agile Modeling and Design of Service-Oriented Component Architecture

Agile Modeling and Design of Service-Oriented Component Architecture Agile Modeling and Design of Service-Oriented Component Architecture Zoran Stojanovic, Ajantha Dahanayake, Henk Sol Systems Engineering Group, Faculty of Technology, Policy and Management, Delft University

More information

Business Process Management Tampereen Teknillinen Yliopisto

Business Process Management Tampereen Teknillinen Yliopisto Business Process Management Tampereen Teknillinen Yliopisto 31.10.2007 Kimmo Kaskikallio IT Architect IBM Software Group IBM SOA 25.10.2007 Kimmo Kaskikallio IT Architect IBM Software Group Service Oriented

More information

Applying 4+1 View Architecture with UML 2. White Paper

Applying 4+1 View Architecture with UML 2. White Paper Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

More information

SOMA, RUP and RMC: the right combination for Service Oriented Architecture

SOMA, RUP and RMC: the right combination for Service Oriented Architecture SOMA, RUP and RMC: the right combination for Service Oriented Architecture WebSphere User Group, Bedfont, 4th March, 2008 Keith Mantell Senior Solution Architect IBM Rational [email protected] March

More information

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53 Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software

More information

MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS

MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS Tao Yu Department of Computer Science, University of California at Irvine, USA Email: [email protected] Jun-Jang Jeng IBM T.J. Watson

More information

Realizing business flexibility through integrated SOA policy management.

Realizing business flexibility through integrated SOA policy management. SOA policy management White paper April 2009 Realizing business flexibility through integrated How integrated management supports business flexibility, consistency and accountability John Falkl, distinguished

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

An MDA Approach for the Development of Web applications

An MDA Approach for the Development of Web applications An MDA Approach for the Development of Web applications Santiago Meliá Beigbeder and Cristina Cachero Castro {santi,ccachero}@dlsi.ua.es Univesidad de Alicante, España Abstract. The continuous advances

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

Basic Unified Process: A Process for Small and Agile Projects

Basic Unified Process: A Process for Small and Agile Projects Basic Unified Process: A Process for Small and Agile Projects Ricardo Balduino - Rational Unified Process Content Developer, IBM Introduction Small projects have different process needs than larger projects.

More information

Tool Support for Software Variability Management and Product Derivation in Software Product Lines

Tool Support for Software Variability Management and Product Derivation in Software Product Lines Tool Support for Software Variability Management and Product Derivation in Software s Hassan Gomaa 1, Michael E. Shin 2 1 Dept. of Information and Software Engineering, George Mason University, Fairfax,

More information

Service-oriented Development of Federated ERP Systems

Service-oriented Development of Federated ERP Systems Service-oriented Development of Federated ERP Systems Nico Brehm, Jorge Marx Gómez Department of Computer Science, Carl von Ossietzky University Oldenburg, Ammerländer Heerstrasse 114-118, 26129 Oldenburg,

More information

Towards Collaborative Requirements Engineering Tool for ERP product customization

Towards Collaborative Requirements Engineering Tool for ERP product customization Towards Collaborative Requirements Engineering Tool for ERP product customization Boban Celebic, Ruth Breu, Michael Felderer, Florian Häser Institute of Computer Science, University of Innsbruck 6020 Innsbruck,

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

SOA Enabled Workflow Modernization

SOA Enabled Workflow Modernization Abstract Vitaly Khusidman Workflow Modernization is a case of Architecture Driven Modernization (ADM) and follows ADM Horseshoe Lifecycle. This paper explains how workflow modernization fits into the ADM

More information

Overview. Stakes. Context. Model-Based Development of Safety-Critical Systems

Overview. Stakes. Context. Model-Based Development of Safety-Critical Systems 1 2 Model-Based Development of -Critical Systems Miguel A. de Miguel 5/6,, 2006 modeling Stakes 3 Context 4 To increase the industrial competitiveness in the domain of software systems To face the growing

More information

Foundations of Model-Driven Software Engineering

Foundations of Model-Driven Software Engineering Model-Driven Software Engineering Foundations of Model-Driven Software Engineering Dr. Jochen Küster ([email protected]) Contents Introduction to Models and Modeling Concepts of Model-Driven Software

More information

TDDC88 Lab 2 Unified Modeling Language (UML)

TDDC88 Lab 2 Unified Modeling Language (UML) TDDC88 Lab 2 Unified Modeling Language (UML) Introduction What is UML? Unified Modeling Language (UML) is a collection of graphical notations, which are defined using a single meta-model. UML can be used

More information

OMG SOA Workshop - Burlingame Oct 16-19, 2006 Integrating BPM and SOA Using MDA A Case Study

OMG SOA Workshop - Burlingame Oct 16-19, 2006 Integrating BPM and SOA Using MDA A Case Study OMG SOA Workshop - Burlingame Oct 16-19, 2006 Integrating BPM and SOA Using MDA A Case Study Michael Guttman CTO, The Voyant Group [email protected] Overview of Voyant H.Q. West Chester, PA Business

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

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

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

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

Service Design, Management and Composition: Service Level Agreements Objectives

Service Design, Management and Composition: Service Level Agreements Objectives Objectives! motivation for service level agreements! definition / measurement of levels! management of SLAs! formal representation 2 Content! definition! example! metrics! negotiation! optimization! monitoring!

More information

Clarifying a vision on certification of MDA tools

Clarifying a vision on certification of MDA tools SCIENTIFIC PAPERS, UNIVERSITY OF LATVIA, 2010. Vol. 757 COMPUTER SCIENCE AND INFORMATION TECHNOLOGIES 23 29 P. Clarifying a vision on certification of MDA tools Antons Cernickins Riga Technical University,

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

Design Specification for IEEE Std 1471 Recommended Practice for Architectural Description IEEE Architecture Working Group 0 Motivation

Design Specification for IEEE Std 1471 Recommended Practice for Architectural Description IEEE Architecture Working Group 0 Motivation Design Specification for IEEE Std 1471 Recommended Practice for Architectural Description IEEE Architecture Working Group 0 Motivation Despite significant efforts to improve engineering practices and technologies,

More information

Towards a Service Level Management Framework for Service Value Networks

Towards a Service Level Management Framework for Service Value Networks Towards a Service Level Management Framework for Service Value Networks Christof Momm, Frank Schulz SAP Research CEC Karlsruhe Vincenz-Priessnitz-Str. 1 76133 Karlsruhe {christof.momm frank.schulz}@sap.com

More information

Software Development in the Large!

Software Development in the Large! Software Development in the Large! Peter Eeles Executive IT Architect, IBM [email protected] IBM Rational Software Development Conference 2007 2007 IBM Corporation Agenda IBM Rational Software Development

More information

Five best practices for deploying a successful service-oriented architecture

Five best practices for deploying a successful service-oriented architecture IBM Global Services April 2008 Five best practices for deploying a successful service-oriented architecture Leveraging lessons learned from the IBM Academy of Technology Executive Summary Today s innovative

More information

Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad

Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad Cloud Computing: Computing as a Service Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad Abstract: Computing as a utility. is a dream that dates from the beginning from the computer

More information

UML Modelling of Automated Business Processes with a Mapping to BPEL4WS

UML Modelling of Automated Business Processes with a Mapping to BPEL4WS UML Modelling of Automated Business Processes with a Mapping to BPEL4WS Tracy Gardner IBM UK Laboratories, Hursley Park, Winchester, SO21 2JN, UK [email protected] Abstract. The Business Process Execution

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

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

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

SOA Planning Guide. 2015 The Value Enablement Group, LLC. All rights reserved.

SOA Planning Guide. 2015 The Value Enablement Group, LLC. All rights reserved. SOA Planning Guide 1 Agenda q SOA Introduction q SOA Benefits q SOA Principles q SOA Framework q Governance q Measurement q Tools q Strategic (long term) View 2 Introduction to SOA q Service-oriented architecture

More information

Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies

Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies 3-day seminar Give Your Business the Competitive Edge SOA has rapidly seized the momentum and center stage because

More information

A Service Oriented Security Reference Architecture

A Service Oriented Security Reference Architecture International Journal of Advanced Computer Science and Information Technology (IJACSIT) Vol. 1, No.1, October 2012, Page: 25-31, ISSN: 2296-1739 Helvetic Editions LTD, Switzerland www.elvedit.com A Service

More information

UML-based Test Generation and Execution

UML-based Test Generation and Execution UML-based Test Generation and Execution Jean Hartmann, Marlon Vieira, Herb Foster, Axel Ruder Siemens Corporate Research, Inc. 755 College Road East Princeton NJ 08540, USA [email protected] ABSTRACT

More information

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010 Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE

More information

Monitoring the QoS of Web Services using SLAs. P.O. Box 1385, GR 71110, Heraklion, Crete, Greece {zegchris, dp}@ics.forth.gr

Monitoring the QoS of Web Services using SLAs. P.O. Box 1385, GR 71110, Heraklion, Crete, Greece {zegchris, dp}@ics.forth.gr Monitoring the QoS of Web Services using SLAs Chrysostomos Zeginis 1, Dimitris Plexousakis 1 1 Institute of Computer Science, FORTH-ICS P.O. Box 1385, GR 71110, Heraklion, Crete, Greece {zegchris, dp}@ics.forth.gr

More information

Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali

Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali Software development life cycle Software life cycle: Software Engineering - II ITNP92 - Object Oriented Software Design Dr Andrea Bracciali Module Co-ordinator 4B86 [email protected] Spring 2014 (elicitation)

More information

A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus

A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus Karim M. Mahmoud 1,2 1 IBM, Egypt Branch Pyramids Heights Office Park, Giza, Egypt [email protected] 2 Computer

More information

Web Application Regression Testing: A Session Based Test Case Prioritization Approach

Web Application Regression Testing: A Session Based Test Case Prioritization Approach Web Application Regression Testing: A Session Based Test Case Prioritization Approach Mojtaba Raeisi Nejad Dobuneh 1, Dayang Norhayati Abang Jawawi 2, Mohammad V. Malakooti 3 Faculty and Head of Department

More information

The SPES Methodology Modeling- and Analysis Techniques

The SPES Methodology Modeling- and Analysis Techniques The SPES Methodology Modeling- and Analysis Techniques Dr. Wolfgang Böhm Technische Universität München [email protected] Agenda SPES_XT Project Overview Some Basic Notions The SPES Methodology SPES_XT

More information

Service Level Agreement Comparison in Cloud Computing

Service Level Agreement Comparison in Cloud Computing Volume-4, Issue-3, June-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Available at: www.ijemr.net Page Number: 126-131 Service Level Agreement Comparison in Cloud

More information

Modeling Business Processes for SOA: Designing the Service Oriented Enterprise

Modeling Business Processes for SOA: Designing the Service Oriented Enterprise Modeling Business Processes for SOA: Designing the Service Oriented Enterprise 27 Mar. 03-23-05 2006 March 27, 2006 Fred A. Cummins, EDS Fellow, Chair OMG BMIDTF EDS Technology Policy, Processes and Standards

More information

1 Introduction FEDERATED THROUGH-LIFE SUPPORT, ENABLING ONLINE INTEGRATION OF SYSTEMS WITHIN THE PLM DOMAIN. Abstract. Jonas Rosén

1 Introduction FEDERATED THROUGH-LIFE SUPPORT, ENABLING ONLINE INTEGRATION OF SYSTEMS WITHIN THE PLM DOMAIN. Abstract. Jonas Rosén 1 st Nordic Conference on Product Lifecycle Management - NordPLM 06, Göteborg, January 25-26 2006 FEDERATED THROUGH-LIFE SUPPORT, ENABLING ONLINE INTEGRATION OF SYSTEMS WITHIN THE PLM DOMAIN Jonas Rosén

More information

Service Oriented Architectures Using DoDAF1

Service Oriented Architectures Using DoDAF1 1 Service Oriented Architectures Using DoDAF1 Huei-Wan Ang, Fatma Dandashi, Michael McFarren The Mitre Corporation The MITRE Corp. 7515 Colshire Dr. McLean, VA 22102 hwang(at)mitre.org, dandashi(at)mitre.org,

More information

Winery A Modeling Tool for TOSCA-based Cloud Applications

Winery A Modeling Tool for TOSCA-based Cloud Applications Institute of Architecture of Application Systems Winery A Modeling Tool for TOSCA-based Cloud Applications Oliver Kopp 1,2, Tobias Binz 2, Uwe Breitenbücher 2, and Frank Leymann 2 1 IPVS, 2 IAAS, University

More information

A Practical Roadmap to SOA Governance. 2011 Enterprise Integration Services

A Practical Roadmap to SOA Governance. 2011 Enterprise Integration Services A Practical Roadmap to SOA Governance 2011 A Practical Roadmap to SOA Governance Corporate Overview Staples is the world s largest office products company and a trusted source for office solutions. Provides

More information

What You Need to Know About Transitioning to SOA

What You Need to Know About Transitioning to SOA What You Need to Know About Transitioning to SOA written by: David A. Kelly, ebizq Analyst What You Need to Know About Transitioning to SOA Organizations are increasingly turning to service-oriented architectures

More information

SysML Modelling Language explained

SysML Modelling Language explained Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling

More information

Software development for the on demand enterprise. Building your business with the IBM Software Development Platform

Software development for the on demand enterprise. Building your business with the IBM Software Development Platform Software development for the on demand enterprise Building your business with the IBM Software Development Platform An on demand business is an enterprise whose business processes integrated end-to-end

More information

CHAPTER 11 REQUIREMENTS

CHAPTER 11 REQUIREMENTS Lecture Software Engineering CHAPTER 11 REQUIREMENTS Lecture Software Engineering Topics Determining What the Client Needs Overview of the Requirements Workflow Understanding the Domain The Business Model

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

A standards-based approach to application integration

A standards-based approach to application integration A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist [email protected] Copyright IBM Corporation 2005. All rights

More information

How To Design An Information System

How To Design An Information System Information system for production and mounting of plastic windows MARCEL, MELIŠ Slovak University of Technology - Faculty of Material Sciences and Technology in Trnava, Paulínska 16 street, Trnava, 917

More information

A Case Study in Integrated Quality Assurance for Performance Management Systems

A Case Study in Integrated Quality Assurance for Performance Management Systems A Case Study in Integrated Quality Assurance for Performance Management Systems Liam Peyton, Bo Zhan, Bernard Stepien School of Information Technology and Engineering, University of Ottawa, 800 King Edward

More information