Software Engineering. Software Reuse. Based on Software Engineering, 7 th Edition by Ian Sommerville



Similar documents
Design with Reuse. Building software from reusable components. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 14 Slide 1

Basic Trends of Modern Software Development

Software Engineering. Software Engineering. Component-Based. Based on Software Engineering, 7 th Edition by Ian Sommerville

Peter Mileff PhD SOFTWARE ENGINEERING. The Basics of Software Engineering. University of Miskolc Department of Information Technology

Distributed Systems Architectures

Systems Integration: Co C mp m onent- t bas a e s d s o s ftw ft a w r a e r e ngin i eeri r n i g

SOFTWARE ENGINEERING PROGRAM

1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java. The Nature of Software...

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville

Software cost estimation

A Software Development Platform for SOA

CS 487. Week 8. Reference: 1. Software engineering, roger s. pressman. Reading: 1. Ian Sommerville, Chapter 3. Objective:

Chapter 23 Software Cost Estimation

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 6 Professional Graduate Diploma in IT SOFTWARE ENGINEERING 2

Software Processes. The software process. Generic software process models. Waterfall model. Waterfall model phases

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

Component Based Development in Software Engineering

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

Topics covered. An Introduction to Software Engineering. FAQs about software engineering Professional and ethical responsibility

CSCI-485: Software Design

Introduction to software architecture

Japan Communication India Skill Development Center

BCS HIGHER EDUCATION QUALIFICATIONS. BCS Level 5 Diploma in IT. Software Engineering 1. June 2015 EXAMINERS REPORT

Software cost estimation. Predicting the resources required for a software development process

An Introduction to Software Engineering

An Introduction to Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1

Japan Communication India Skill Development Center

DESIGNING CODE LEVEL REUSABLE SOFTWARE COMPONENTS

BCS HIGHER EDUCATION QUALIFICATIONS Level 6 Professional Graduate Diploma in IT. March 2013 EXAMINERS REPORT. Software Engineering 2

Rapid Software Development

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture

To introduce software process models To describe three generic process models and when they may be used

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

Chapter 2 Software Processes

Advanced Software Engineering. (Quad Credit) # 177.M2. Page 1 of 24

Quality Management. What is quality? Managing the quality of the software process and products ISO 9000

Concern Driven Software Development

Introduction to Software Engineering. Adopted from Software Engineering, by Ian Sommerville

Foundations of Model-Driven Software Engineering

Outline. Definitions. Course schedule

Model-Driven Software Development for Robotics: an overview

Application Architectures

A Reference Architecture for Self-organizing Service-oriented Computing

Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique

SOA for Healthcare: Promises and Pitfalls

Reusability of WSDL Services in Web Applications

Settlers of Catan Phase 1

Software Engineering. What is SE, Anyway? Based on Software Engineering, 7 th Edition by Ian Sommerville

Knowledge, Certification, Networking

Patterns in. Lecture 2 GoF Design Patterns Creational. Sharif University of Technology. Department of Computer Engineering

Introduction. Getting started with software engineering. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1

Business Process Management Enabled by SOA

Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford

Quality Management. Objectives

Quality Management. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 27 Slide 1

Software cost estimation

Distributed systems. Distributed Systems Architectures

Quality Management. Managing the quality of the software process and products

Lecture Softwareengineering-Vertiefung

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

Introduction to software architecture

Chapter 13: Program Development and Programming Languages

Service Oriented Enterprise Architecture

A Reference Architecture for Distributed Software Deployment

Enhanced Funding Requirements: Seven Conditions and Standards

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

International Program for Bachelor of Science (Software Engineering) College of Arts, Media and Technology, Chiang Mai University

Chapter 4. Architecture. Table of Contents. J2EE Technology Application Servers. Application Models

1. Software Engineering Overview

A Software Engineering Process for Operational Space Weather Systems. S. Dave Bouwer, W. Kent Tobiska Space Environment Technologies

Federal Enterprise Architecture and Service-Oriented Architecture

SOFTWARE ENGINEERING IT 0301 Semester V B.Nithya,G.Lakshmi Priya Asst Professor SRM University, Kattankulathur

Systems Engineering. Designing, implementing, deploying and operating systems which include hardware, software and people

9 Research Questions Resolved

Lecture 8 About Quality and Quality Management Systems

Software Engineering UNIT -1 OVERVIEW

CDC UNIFIED PROCESS JOB AID

Chapter 3 Chapter 3 Service-Oriented Computing and SOA Lecture Note

"FRAMEWORKING": A COLLABORATIVE APPROACH TO CONTROL SYSTEMS DEVELOPMENT

SOA + BPM = Agile Integrated Tax Systems. Hemant Sharma CTO, State and Local Government

WebSphere IBM Product Lifecycle Management Content Pack for IBM WebSphere Business Services Fabric version 6.2. Reference Architecture Guide

Lesson 1 Introduction to Rapid Application Development using Visual Basic

Systems and software product line engineering with SysML, UML and the IBM Rational Rhapsody BigLever Gears Bridge.

ehealth Architecture Principles

Fundamentals of Measurements

Business Process Management In An Application Development Environment

Service Component Architecture for Building Cloud Services

Transcription:

Software Engineering Software Reuse Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain the benefits of software reuse and some reuse problems To discuss several different ways to implement software reuse To explain how reusable concepts can be represented as patterns or embedded in program generators To discuss COTS reuse To describe the development of software product lines

Software reuse In most engineering disciplines, systems are designed by composing existing components that have been used in other systems. Software engineering has been more focused on original development but it is now recognised that to achieve better software, more quickly and at lower cost, we need to adopt a design process that is based on systematic software reuse. Application system reuse The whole of an application system may be reused either by incorporating it without change into other systems (COTS reuse) or by developing application families. Component reuse Components of an application from sub-systems systems to single objects may be reused. Covered in Chapter 19. Object and function reuse Software components that implement a single well-defined object or function may be reused. Reuse benefits and problems Benefits Increased dependability Reduced process risk Effective use of specialists Standards compliance Accelerated development Problems Increased maintenance costs Lack of tool support Not-invented invented-here syndrome Creating and maintaining a component library Finding, understanding and adapting reusable components

The reuse landscape Although reuse is often simply thought of as the reuse of system components, there are many different approaches to reuse that may y be used. Reuse is possible at a range of levels from simple functions to complete application systems. The reuse landscape covers the range of possible reuse techniques. Design patterns Component-based development Service-oriented systems Component frameworks Legacy system wrapping Application product lines Program libraries COTS integration Configurable vertical applications Aspect-oriented software development Program generators Concept reuse When you reuse program or design components, you have to follow the design decisions made by the original developer of the component. This may limit the opportunities for reuse. However, a more abstract form of reuse is concept reuse when a particular approach is described in an implementation independent t way and an implementation is then developed. The two main approaches to concept reuse are: Design patterns Generative programming

Design patterns A design pattern is a way of reusing abstract knowledge about a problem and its solution. A pattern is a description of the problem and the essence of its solution. It should be sufficiently abstract to be reused in different settings. tings. Patterns often rely on object characteristics such as inheritance e and polymorphism. Pattern elements Name A meaningful pattern identifier. Problem description. Solution description. Not a concrete design but a template for a design solution that can be instantiated in different ways. Consequences The results and trade-offs of applying the pattern. The Observer pattern Name Observer. Description Separates the display of object state from the object itself. Problem description Used when multiple displays of state are needed. Solution description See slide with UML description. Consequences Optimisations to enhance display performance are impractical.

Application frameworks Frameworks are a sub-system system design made up of a collection of abstract and concrete classes and the interfaces between them. The sub-system system is implemented by adding components to fill in parts of the design and by instantiating the abstract classes in the framework. Frameworks are moderately large entities that can be reused. System infrastructure frameworks Support the development of system infrastructures such as communications, user interfaces and compilers. Middleware integration frameworks Standards and classes that support component communication and information exchange. Enterprise application frameworks Support the development of specific types of application such as telecommunications or financial systems. Model-view controller System infrastructure framework for GUI design. Allows for multiple presentations of an object and separate interactions with these presentations. MVC framework involves the instantiation of a number of patterns (as discussed earlier under concept reuse).

Application system reuse Involves the reuse of entire application systems either by configuring a system for an environment or by integrating two or more systems to create a new application. COTS - Commercial Off-The The-Shelf systems COTS systems are usually complete application systems that offer an API (Application Programming Interface). Building large systems by integrating COTS systems is now a viable development strategy for some types of system such as E-commerce E systems. The key benefit is faster application development and, usually, lower development costs. Software product lines Software product lines or application families are applications with generic functionality that can be adapted and configured for use in a specific context. Adaptation may involve: Component and system configuration; Adding new components to the system; Selecting from a library of existing components; Modifying components to meet new requirements. Key points Advantages of reuse are lower costs, faster software development and lower risks. Design patterns are high-level abstractions that document successful design solutions. Program generators are also concerned with software reuse - the reusable concepts are embedded in a generator system. Application frameworks are collections of concrete and abstract objects that are designed for reuse through specialisation. COTS product reuse is concerned with the reuse of large, off-the the-shelf systems. Problems with COTS reuse include lack of control over functionality, ity, performance, and evolution and problems with inter-operation. ERP systems are created by configuring a generic system with information about a customer s s business. Software product lines are related applications developed around a common core of shared functionality.