Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction.

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction
Advertisements

Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction.
Using UML, Patterns, and Java Object-Oriented Software Engineering Art for Chapter 16, Methodologies: Putting It All Together.
Conquering Complex and Changing Systems Object-Oriented Software Engineering Chapter 12, Software Life Cycle.
Computer Science Department
Chapter 2 Approaches to System Development
Using UML, Patterns, and Java Object-Oriented Software Engineering 15. Software Life Cycle.
Using UML, Patterns, and Java Object-Oriented Software Engineering Royce’s Methodology Chapter 16, Royce’ Methodology.
Chapter 1: Introduction
Software Engineering About the Course Software Engineering Qutaibah Malluhi Computer Science and Engineering Department Qatar University.
CS350/550 Software Engineering Lecture 1. Class Work The main part of the class is a practical software engineering project, in teams of 3-5 people There.
Bernd Bruegge & Allen Dutoit Object-Oriented Software Engineering: Conquering Complex and Changing Systems 1 Software Engineering September 5, 2001 Introduction.
Systems Analysis and Design in a Changing World, Fifth Edition
An Introduction to Software Engineering
Introduction to Software Design Chapter 1. Chapter 1: Introduction to Software Design2 Chapter Objectives To become familiar with the software challenge.
Chapter 1: Introduction
January 28, 2014CS410 – Software Engineering Lecture #1: Introduction 1 Welcome to CS 410 – Introduction to Software Engineering Spring 2014 Instructor:
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 3, Project Organization and Communication.
Issues in Teaching Software Engineering Virendra C. Bhavsar Professor and Director, Advanced Computational Research Laboratory Faculty of Computer Science.
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction.
Chapter 2: Approaches to System Development
Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 1 Introduction to Software Engineering CEN 4010.
Conquering Complex and Changing Systems Object-Oriented Software Engineering Chapter 1, Introduction to Software Engineering.
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction.
2 Systems Analysis and Design in a Changing World, Fourth Edition.
Using UML, Patterns, and Java Object-Oriented Software Engineering Art for Chapter 15, Software Life Cycle.
1 SYS366 Lecture 1: Introduction to Systems. 2 What is Software Development? Software Development implies developing some software – but it does not involve.
Chapter 1 Object-Oriented Analysis and Design. Disclaimer Slides come from a variety of sources: –Craig Larman-developed slides; author of this classic.
CSE 308 Software Engineering Software Engineering Strategies.
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 4, Requirements Elicitation.
CS 319: Object Oriented Software Engineering
1 Systems Analysis and Design in a Changing World, Thursday, January 18, 2007.
Content The system development life cycle
CEN 4010 First Lecture January 9, 2006 CEN 4010 Introduction to Software Engineering Spring 2006 Instructor: Masoud Sadjadi
Chapter 1. Introduction.
1 Introduction to Software Engineering Lecture 1.
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction.
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering Foundations.
2 Systems Analysis and Design in a Changing World, Fifth Edition.
Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 16, Methodologies Extreme Programming.
Object-Oriented Software Engineering using Java, Patterns &UML. Presented by: E.S. Mbokane Department of System Development Faculty of ICT Tshwane University.
Software Production ( ) First Semester 2011/2012 Dr. Samer Odeh Hanna (PhD)
Course Introduction CEN 5016 Software Engineering Dr. David A. Workman School of EE and Computer Science January 9, 2007.
1 CSCD 326 Data Structures I Software Design. 2 The Software Life Cycle 1. Specification 2. Design 3. Risk Analysis 4. Verification 5. Coding 6. Testing.
CEN First Lecture CEN 4010 Introduction to Software Engineering Instructor: Masoud Sadjadi
2 Systems Analysis and Design in a Changing World, Fourth Edition.
CSC 480 Software Engineering Lecture 1 August 18, 2004.
Using UML, Patterns, and Java Object-Oriented Software Engineering 15. Software Life Cycle (Waterfall)
2 Systems Analysis and Design in a Changing World, Fourth Edition.
Software Production ( ) Second Semester 2010/2011 Dr. Samer Odeh Hanna (PhD) office: 318.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
COP st Lecture August 29, 2005 COP 4009 Component-Based Software Engineering Fall 2005 Instructor: Masoud Sadjadi
Review of Definitions Software life cycle: –Set of activities and their relationships to each other to support the development of a software system Software.
Software Engineering – Fall 2015 (CSC 4350/6350) TR. 5:30 pm – 7:15 pm Rao Casturi 09/01/2015
Bernd Bruegge and Allen Dutoit Requirements Process The requirements process consists of two activities: Requirements Elicitation: Definition of the system.
CSCI 360: Software Architecture & Design
Chapter 1: Introduction
INTERNATIONAL BURCH UNIVERSITY
Chapter 0: Introduction
ECE 355 Software Engineering Instructor Kostas Kontogiannis
Chapter 1: Introduction
Object-Oriented Software Engineering Using UML, Patterns, and Java,
Chapter 1: Introduction
Chapter 1, Introduction to Software Engineering
Unified Modeling Language
Introduction To software engineering
CSC 480 Software Engineering
Introduction System Analysis & Design Course
Presentation transcript:

Using UML, Patterns, and Java Object-Oriented Software Engineering Chapter 1: Introduction

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 2 Outline of Today’s Lecture The development challenge Dealing with change Concepts: Abstraction, Modeling, Hierarchy Methodologies Organizational issues Lecture schedule

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 3 Can you develop this system?

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 4 Can you develop this system?

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 5 Can you develop this system?

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 6 Can you develop this system? The impossible Fork

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 7 Physical Model of the impossible Fork (Shigeo Fukuda) See

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 8 Physical Model of the impossible Fork (Shigeo Fukuda) Additional material can be found on Images may be subject to copyright

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 9 Why is software development difficult? The problem domain (also called application domain) is difficult The solution domain is difficult The development process is difficult to manage Software offers extreme flexibility Software is a discrete system Continuous systems have no hidden surprises Discrete systems can have hidden surprises! (Parnas) David Lorge Parnas is an early pioneer in software engineering who developed the concepts of modularity and information hiding in systems which are the foundation of object oriented methodologies.

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 10 Software Engineering is more than writing Code Problem solving Creating a solution Engineering a system based on the solution Modeling Knowledge acquisition Rationale management

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 11 Techniques, Methodologies and Tools Techniques: Formal procedures for producing results using some well-defined notation Methodologies: Collection of techniques applied across software development and unified by a philosophical approach Tools: Instruments or automated systems to accomplish a technique CASE = Computer Aided Software Engineering

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 12 Computer Science vs. Engineering Computer Scientist Assumes techniques and tools have to be developed. Proves theorems about algorithms, designs languages, defines knowledge representation schemes Has infinite time… Engineer Develops a solution for a problem formulated by a client Uses computers & languages, techniques and tools Software Engineer Works in multiple application domains Has only 3 months... …while changes occurs in the problem formulation (requirements) and also in the available technology.

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java Challenge: Dealing with complexity and change Software Engineering is a collection of techniques, methodologies and tools that help with the production of A high quality software system developed with a given budget before a given deadline while change occurs Software Engineering: A Working Definition

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 14 Software Engineering: A Problem Solving Activity Analysis: Understand the nature of the problem and break the problem into pieces Synthesis: Put the pieces together into a large structure For problem solving we use techniques, methodologies and tools.

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 15 Course Outline Dealing with Complexity Notations (UML, OCL) Requirements Engineering, Analysis and Design OOSE, SA/SD, scenario-based design, formal specifications Testing Vertical and horizontal testing Dealing with Change Rationale Management Knowledge Management Release Management Big Bang vs Continuous Integration Software Life Cycle Linear models Iterative models Activity-vs Entity-based views Application of these Concepts in the Exercises Patterns

Tentative Lecture Schedule Block 1 (Oct 14 – Oct 17) Introduction, Methodologies Block 2 (Oct 21 – Oct 24) The UML notation Block 3 (Oct 28 – Nov 14) Requirements Elicitation, Analysis/Design Block 4 (Nov 18 – Nov 21) Build and Release Management Block 5 (Nov 25 – Nov 28) Testing, Programming Contest Block 6 (Dec 9– Dec 12) Software Lifecycle Models Block 7 (Dec 16– Jan 9) Detailed Design/Implementation Concepts (Mapping models to code) Midterm Exam: Dec 18 Christmas Break until January 8 Block 8 (January and February) - Specific methodologies: XP, Scrum, Rugby, Royce - Plus invited lectures from industry Final Exam: Feb 9

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 17 Textbook Bernd Bruegge, Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns and Java, 3 rd Edition Publisher: Prentice Hall, Upper Saddle River, NJ, 2009;Prentice Hall ISBN-10: ISBN-13: Additional readings will be added during each lecture.

Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 18 What happens if I don’t participate in the exercises? Play the movie