PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT



Similar documents
ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN

How To Design An Information System

Chapter 8 Approaches to System Development

Assuming the Role of Systems Analyst & Analysis Alternatives

In this Lecture you will Learn: Systems Development Methodologies. Why Methodology? Why Methodology?

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

2. Analysis, Design and Implementation

3 Traditional approach

How To Design Software

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

How To Develop A Multi Agent System (Mma)

Masters of Science in Software & Information Systems

What is a life cycle model?

Semantic Object Language Whitepaper Jason Wells Semantic Research Inc.

Chapter 4 Software Lifecycle and Performance Analysis

TOGAF usage in outsourcing of software development

Information systems modelling UML and service description languages

Title: Topic 3 Software process models (Topic03 Slide 1).

Chapter 6 Experiment Process

A. Waterfall Model - Requirement Analysis. System & Software Design. Implementation & Unit Testing. Integration & System Testing.

Classical Software Life Cycle Models

Fundamentals of Information Systems, Fifth Edition. Chapter 8 Systems Development

A UML Introduction Tutorial

Applying Use Cases to Microcontroller Code Development. Chris Gilbert Cypress Semiconductor

Becoming a Business Analyst

Unit I Page No. 1 System Development Object Basics Development Life Cycle Methodologies Patterns Frameworks Unified Approach UML

The Dynamics of Project Management

The BPM to UML activity diagram transformation using XSLT

Designing Real-Time and Embedded Systems with the COMET/UML method

The Unified Software Development Process

Business Modeling with UML

General Problem Solving Model. Software Development Methodology. Chapter 2A

Ob j ect-oriented Project Management with UML

In this Lecture you will Learn: Development Process. Unified Software Development Process. Best Practice

Introduction to Systems Analysis and Design

Why process models? Topic 3 Software process models. 3. Process models. What is a process model?

2. Analysis, Design and Implementation

An Introduction to the UML and the Unified Process

3C05: Unified Software Development Process

Chapter 1 System Development Environment

Chapter 1 The Systems Development Environment

National University of Ireland, Maynooth MAYNOOTH, CO. KILDARE, IRELAND. Testing Guidelines for Student Projects

CS4507 Advanced Software Engineering

Modeling the User Interface of Web Applications with UML

Software Engineering

Development models. 1 Introduction. 2 Analyzing development models. R. Kuiper and E.J. Luit

LECTURE 1. SYSTEMS DEVELOPMENT

Systematization of Requirements Definition for Software Development Processes with a Business Modeling Architecture

Business Analyst Interview Questions And Answers

Software Development Methodologies in Industry. By: Ahmad Deeb

I219 Software Design Methodology

How To Model Software Development Life Cycle Models

Object-oriented design methodologies

Case Study: Design and Implementation of an Ordering system using UML, Formal specification and Java Builder

Contrastive Analysis of Software Development Methodologies

Using Use Cases for requirements capture. Pete McBreen McBreen.Consulting

(BA122) Software Engineer s Workshop (SEW)

Menouer Boubekeur, Gregory Provan

The Rap on RUP : An Introduction to the Rational Unified Process

(Refer Slide Time: 01:52)

A Survey of Software Development Process Models in Software Engineering

Object Oriented Design

System development lifecycle waterfall model

Analysis and Comparative Study of Traditional and Web Information Systems Development Methodology (WISDM) Towards Web Development Applications

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

The Business Process Model

Aspect Oriented Strategy to model the Examination Management Systems

BCS Certificate in Systems Modelling Techniques Syllabus

Estimating Work with Use Cases. Estimating Work with Use Cases. We need to forecast. Use Case Point Estimator. We need to quantify

The Software Process. The Unified Process (Cont.) The Unified Process (Cont.)

10/4/2013. Sharif University of Technology. Session # 3. Contents. Systems Analysis and Design

Mapping from Business Processes to Requirements Specification

Advanced Service Creation: Bridging the Gap Between Requirements Elicitation and Service Design

Systems Analysis and Design

Advancing Your Business Analysis Career Intermediate and Senior Role Descriptions

Programming and Software Development CTAG Alignments

The most suitable system methodology for the proposed system is drawn out.

Object Oriented Programming. Risk Management

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

The Software Lifecycle. Software Lifecycles

Incorporating Aspects into the UML

Software Engineering

Abstract. 1 Introduction

An Object-Oriented Analysis Method for Customer Relationship Management Information Systems. Abstract

Software Design Models, Tools & Processes *

DEVELOPING REQUIREMENTS FOR DATA WAREHOUSE SYSTEMS WITH USE CASES

Introduction to Software Engineering. Week 1

Requirements Analysis (RA): An Analytical Approach for Selecting a Software Process Models ABSTRACT

TDDC88 Lab 2 Unified Modeling Language (UML)

2.1. Introduction to UML: Use-Case Diagram

Introduction. Introduction. Software Engineering. Software Engineering. Software Process. Department of Computer Science 1

A Software process engineering course

Chapter 13: Program Development and Programming Languages

Transcription:

PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT Ing. David BEDNÁŘ, Doctoral Degree Programme (2) Dept. of Information Systems, FIT, BUT E-mail: bednar@fit.vutbr.cz Supervised by: Dr. Jitka Kreslíková ABSTRACT This paper introduces project management methodology that is focused on objectoriented software development. Students of FIT VUT Brno that attend course called Project Management of Computer-Based Systems may use this methodology for realization its project. Methodology detailed describes software development and project management activities and their inputs, outputs, tools and techniques, which roles carry out activities and lot of templates for documents. 1 INTRODUCTION Today s development of software products use in most cases object oriented technology. Students at FIT VUT Brno have been familiarized with these technologies during their study. These students have opportunity attend course called Project Management of Computer- Based Systems that meet them with managing of projects. For this course we have created project management methodology of object oriented software development that is useful for students during realization of their projects. When we were developing methodology we firstly created simple software development life cycle for object oriented software development and then we integrated project management processes. Because students don t have much time for realization of their project we have considered only main product and project management activities. The structure of the text is the following. Firstly we are focused on the object-oriented software development and its life cycle. In the following chapter we introduce integration of project management to the software development life cycle. The next chapter introduces our project management methodology. The first part of chapter shows the structure of methodology and the second show user interface of methodology and briefly describes one of the activities. The last two chapters are deal with related work and conclusion. 2 OBJECT-ORIENTED SOFTWARE DEVELOPMENT Object-oriented software development uses an approach that modelling systems like a

set of collaborative objects. The language that we use for object-oriented analyses and design is Unified modelling language (UML). The important feature of UML is effort to be language no methodology. For object-oriented software development exist many methodologies that are represents by software development life cycle (SDLC). In the next two parts of the chapter we briefly introduce you with UML and SDLC. 2.1 UNIFED MODELLING LANGUAGE (UML) UML is industry standardization s graphic notation for specification, visualization, construction and documentation of item for software system. It is simplification of the complex process of software s design by creation of visual s models. Standard UML defines large set of resources, they use for development of products and we mainly use following. Use case diagram shows the functionality of system and relationship between actors and system. Class diagram and package diagram show the static structure of system and relationship between elements such as classes, interfaces, packages. Sequential diagrams or collaboration diagrams shows the dynamic structure of system. The detail description of UML and its notation and semantic you can find in [5]. 2.2 SOFTWARE DEVEVELOPMENT LIFE CYCLE (SDLC) Software development lifecycle (SDLC) is a process that the software product goes through during its development. The creation of the product starts with an idea and finishes by creation of a product. SDLC defines the activities that are used to transform the required idea into a software product. In practice we can meet many different types of SDLC, which difference is mainly given by the demand on the software product or by the choice of the development approach. The well-known models of SDLC shows following table: SDLC model OO development Waterfall model poor Spiral model good Rapid application development model good Controlled iteration very good Tab. 1: SDLC models and its usage in object oriented development For object-oriented development in our project management methodology we use simple model of SDLC introduced on the following picture. Fig. 1: Simple model of SDLC The choice for this simple SDLC model has following reasons. The projects that students solve are not difficult and they have short time for its realization. Students can more

concentrate its effort on project management processes than product development processes. The main goal of the course is to teach students how they can manage the project and that s the reason why we try don t task their minds with many software development activities. The following paragraph briefly introduces some phases of simple SDLC. The phase of analysis formulates the system requirements and it establishes what the developing product will do. This activity identifies the requirements of the end user and the deliverable is a document of requirements. In this phase, the analyst takes its role. The phase of design defines how to create the required software product. Here the main activities are the design of end user s interface and technical design, the entry is a document of requirements and the deliverable is document of design. In the phase of design the designer take its roles. The phase of construction we create a software product and the main activity here is programming. The entry is the document of design and the deliverable is code. In this phase the role programmer take its role. 3 INTEGRATION OF PROJECT MANAGEMENT In previous chapter we introduced simple SDLC, their phases and relationships. We were focused there only on the software development activity. Integration of project management into simple SDLC show following picture. Fig. 2: Integration of project management into simple SDLC As we see the project management integration to the SDLC add others phases and integrate project management activities to the phases of SDLC. Each project management activity is one of the following types. Initiating authorizing the project or phase Planning defining and refining objectives and creating plan Executing coordinating people and resources to carry out the plan Controlling monitoring and measuring progress, defining corrections Closing formalizing acceptance of the project or phase 4 PROJECT MANAGEMENT METHODOLOGY In this chapter we briefly introduce our project management methodology for object

oriented software development. Firstly we introduce structure and than user interface of methodology via IE. 5.50 4.1 STRUCTURE Structure of our project management methodology is presented at following picture. For expression of the static structure we used class diagram. Fig. 3: Structure of project management methodology 4.2 USER INTERFACE OF PROJECT MANAGEMENT METHODOLOGY The following picture represent screen of our methodology via IE 5.50. Fig. 4: Screen of project management methodology presented via IE. The screen of project management methodology via IE consists of two frames. In the left frames are phases, steps, software development activities and project management

activities. In the right frames is detail of the selection from left frame. Current methodology is presented in Czech and English language and accessible through internet on the following http link www.kn.vutbr.cz/~bednar4/mpmood/. In this paper isn`t space for presentation particular activities of our methodology, that we briefly introduce activity Project plan review presented at the picture above. Description: Before end of project initiation phase, the development team have to perform review of project plan. Project manager meet members of team with their roles, objectives of project, project plan and its carry out. Development team have opportunity express to the project plan and project plan approve or make specification for its modification. Input: Project plan Output: Project plan_review For input and output of this activity we created templates for documents. Tools and techniques: Example of meeting schedule Roles: Development team 5 RELATED WORK Current students of course Project Management of Computer-Based Systems using our methodology. We monitor the use of methodology and when the course finishes we will evaluate and possibly improve our methodology for other course. 6 CONCLUSION The project management methodology for object oriented software development was presented in this paper. We believe that our project management methodology help students not only in their project during the course Project Management of Computer-Based Systems but also in their future career like developers, developer managers, product managers or in another roles. ACKNOWLEDGEMENTS This work has been done within the grant FR1692/2004/G1 Usage of object oriented development in project management. REFERENCES [1] Murray R. Cantor : Object-Oriented Project Management with UML, Wiley, 1998 [2] Stiller E., Leblanc C.: An Object-Oriented Approach, Addison Wesley, 2002 [3] Jacobson I., Booch G., Rumbauch J.: The Unified Software Development Process, Addison Wesley, 1999 [4] Murch R.: Project Management Best Practices for Professionals, Prentice Hall, 2001 [5] UML 1.5: www.omg.org, 2003 [6] A Guide to the Project Management Body of Knowledge (PMBOK Guide). 2000 Edition, Project Management Institute