©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution 2.

Slides:



Advertisements
Similar presentations
Software Re-engineering
Advertisements

Chapter 26 Legacy Systems.
Software Re-engineering
Chapter 27 Software Change.
1 Note content copyright © 2004 Ian Sommerville. NU-specific content copyright © 2004 M. E. Kabay. All rights reserved. Software Evolution IS301 – Software.
CIS 376 Bruce R. Maxim UM-Dearborn
Legacy Systems Older software systems that remain vital to an organisation.
Chapter 11 Software Evolution
1 / 24 CS 425/625 Software Engineering Software Evolution Based on Chapter 21 of the textbook [SE-8] Ian Sommerville, Software Engineering, 8 th Ed., Addison-Wesley,
Introduction to Software Evolution and Maintenance
Software Evolution Managing the processes of software system change
Dr Kettani, Spring 2002 Software Engineering IIFrom Sommerville, 6th edition Software change l Managing the processes of software system change.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
CSEM01 SE Evolution & Management Anne Comer Helen Edwards
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Software evolution.
Software evolution.
Driss Kettani Sommerville, 6th edition Software Engineering II Software re-engineering l Reorganising and modifying existing software systems to make them.
Chapter 9 – Software Evolution Lecture 1 1Chapter 9 Software evolution.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Chapter 27 Software Change.
Software Reengineering 2003 년 12 월 2 일 최창익, 고광 원.
Software Re-engineering
Chapter 9 – Software Evolution and Maintenance
Lecture # 22 Software Evolution
Software evolution. Objectives l To explain why change is inevitable if software systems are to remain useful l To discuss software maintenance and maintenance.
Software change  Managing the processes of software system change.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Software change l Managing the processes of software system change.
Chapter 9 – Software Evolution 1Chapter 9 Software evolution CS 425 November 12, 2013 Ian Sommerville, Software Engineering, 9 th Edition Pearson Education,
CS 425/625 Software Engineering Legacy Systems
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 27Slide 1 Software change l Managing the processes of software system change.
Software evolution l Software evolution is the term used in software engineering (specifically software maintenance) to refer to the process of developing.
Lecture 1 Chapter 9 Software evolution1. Topics covered Evolution processes Change processes for software systems Program evolution dynamics Understanding.
Lecture 14 Maintaining the System and Managing Software Change SFDV Principles of Information Systems.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution 1.
Software Evolution Program evolution dynamics Software maintenance Complexity and Process metrics Evolution processes 1.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 28Slide 1 CO7206 System Reengineering 4.2 Software Reengineering Most slides are Slides.
Chapter 5: Software Re-Engineering Omar Meqdadi SE 3860 Lecture 5 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
©Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapters 26,27,28 Slide 1 Legacy Systems l Older software.
Chapter 9 – Software Evolution Chapter 9 Software Evolution1.
HNDIT23082 Lecture 06:Software Maintenance. Reasons for changes Errors in the existing system Changes in requirements Technological advances Legislation.
Chapter 9 – Software Evolution 1Chapter 9 Software evolution.
Chapter 9 – Software Evolution Lecture 1 Chapter 9 Software evolution1.
1 Software Maintenance The process of changing the system after it has been delivered and in operation Software change is inevitable –New requirements.
Chapter 9 – Software Evolution Chapter 9 Software Evolution130/10/2014.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Chapter 9 – Software Evolution 1Chapter 9 Software evolution.
Chapter 9 – Software Evolution 1Chapter 9 Software evolution CS 425 November 12, 2012 Ian Sommerville, Software Engineering, 9 th Edition Pearson Education,
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution.
Software change Software change is inevitable –New requirements emerge when the software is used –The business environment changes –Errors must be repaired.
CS223: Software Engineering Lecture 33: Software Maintenance.
Laurea Triennale in Informatica – Corso di Ingegneria del Software I – A.A. 2006/2007 Andrea Polini XVI. Software Evolution.
Chapter 9 – Software Evolution
Introduction to Software Evolution and Maintenance
Software Maintenance.
Chapter 9 – Software Evolution
Chapter 9 – Software Evolution
CS 425/625 Software Engineering Software Evolution
Legacy Systems Older software systems that remain vital to an organisation.
Chapter 9 – Software Evolution and Maintenance
IS301 – Software Engineering V:
Chapter 27 Software Change.
Chapter 9 – Software Evolution
Chapter 8 Software Evolution.
Lecture 06:Software Maintenance
Chapter 9 – Software Evolution
Re- engineeniering.
Chapter 9 – Software Evolution
Software Re-engineering and Reverse Engineering
Presentation transcript:

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 1 Software evolution 2

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 2 Evolution processes l Evolution processes depend on The type of software being maintained; The development processes used; The skills and experience of the people involved. l Proposals for change are the driver for system evolution. Change identification and evolution continue throughout the system lifetime.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 3 Change identification and evolution

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 4 The system evolution process

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 5 Change implementation

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 6 Urgent change requests l Urgent changes may have to be implemented without going through all stages of the software engineering process If a serious system fault has to be repaired; If changes to the system’s environment (e.g. an OS upgrade) have unexpected effects; If there are business changes that require a very rapid response (e.g. the release of a competing product).

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 7 System re-engineering l Re-structuring or re-writing part or all of a legacy system without changing its functionality. l Applicable where some but not all sub-systems of a larger system require frequent maintenance. l Re-engineering involves adding effort to make them easier to maintain. The system may be re- structured and re-documented.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 8 Advantages of reengineering l Reduced risk There is a high risk in new software development. There may be development problems, staffing problems and specification problems. l Reduced cost The cost of re-engineering is often significantly less than the costs of developing new software.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 9 Forward and re-engineering

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 10 The re-engineering process

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 11 Reengineering process activities l Source code translation Convert code to a new language. l Reverse engineering Analyse the program to understand it; l Program structure improvement Restructure automatically for understandability; l Program modularisation Reorganise the program structure; l Data reengineering Clean-up and restructure system data.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 12 Re-engineering approaches

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 13 Reengineering cost factors l The quality of the software to be reengineered. l The tool support available for reengineering. l The extent of the data conversion which is required. l The availability of expert staff for reengineering. This can be a problem with old systems based on technology that is no longer widely used.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 14 Legacy system evolution l Organisations that rely on legacy systems must choose a strategy for evolving these systems Scrap the system completely and modify business processes so that it is no longer required; Continue maintaining the system; Transform the system by re-engineering to improve its maintainability; Replace the system with a new system. l The strategy chosen should depend on the system quality and its business value.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 15 System quality and business value

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 16 Legacy system categories l Low quality, low business value These systems should be scrapped. l Low-quality, high-business value These make an important business contribution but are expensive to maintain. Should be re-engineered or replaced if a suitable system is available. l High-quality, low-business value Replace with COTS, scrap completely or maintain. l High-quality, high business value Continue in operation using normal system maintenance.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 17 Business value assessment l Assessment should take different viewpoints into account System end-users; Business customers; Line managers; IT managers; Senior managers. l Interview different stakeholders and collate results.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 18 System quality assessment l Business process assessment How well does the business process support the current goals of the business? l Environment assessment How effective is the system’s environment and how expensive is it to maintain? l Application assessment What is the quality of the application software system?

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 19 Business process assessment l Use a viewpoint-oriented approach and seek answers from system stakeholders Is there a defined process model and is it followed? Do different parts of the organisation use different processes for the same function? How has the process been adapted? What are the relationships with other business processes and are these necessary? Is the process effectively supported by the legacy application software? l Example - a travel ordering system may have a low business value because of the widespread use of web-based ordering.

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 20 Environment assessment 1

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 21 Environment assessment 2

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 22 Application assessment 1

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 23 Application assessment 2

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 21 Slide 24 Key points l The process of evolution is driven by requests for changes from system stakeholders. l Software re-engineering is concerned with re- structuring and re-documenting software to make it easier to change. l The business value of a legacy system and its quality should determine the evolution strategy that is used.