software development methodologies
play

Software Development Methodologies Lecturer: Raman Ramsin Lecture 7 - PowerPoint PPT Presentation

Software Development Methodologies Lecturer: Raman Ramsin Lecture 7 Integrated Object-Oriented Methodologies: OPEN and FOOM OPEN and FOOM Sharif University of Technology Department of Computer Engineering 1 Software Development


  1. Software Development Methodologies Lecturer: Raman Ramsin Lecture 7 Integrated Object-Oriented Methodologies: OPEN and FOOM OPEN and FOOM Sharif University of Technology Department of Computer Engineering 1

  2. Software Development Methodologies – Lecture 7 Object-oriented Process, Environment and Notation (OPEN) j ( ) � First introduced in 1996 as the result of the integration of four methodologies: MOSES, SOMA, Synthesis and Firesmith; later th d l i MOSES SOMA S th i d Fi ith l t deeply influenced by BON and OOram � Has its own modeling language, OML (OPEN Modeling Language), yet also supports UML g g ) y pp � Presented as a framework called OPF (OPEN Process F Framework) k) � Contains a component library from which individual process- Contains a component lib a f om hich indi id al p ocess component instances can be selected and put together to create a specific process instance p p Sharif University of Technology Department of Computer Engineering 2

  3. Software Development Methodologies – Lecture 7 OPEN Process Framework (OPF) ( ) A process metamodel defining five classes of components and guidelines � for constructing customized OPEN processes [Firesmith and Henderson-Sellers 2001] Sharif University of Technology Department of Computer Engineering 3

  4. Software Development Methodologies – Lecture 7 OPF: Component Classes p � Work Products: any significant thing of value (document, diagram, model class application) developed during the project model, class, application) developed during the project. � Languages: the media used to document work products, such as natural languages modeling languages such as UML or OML and natural languages, modeling languages such as UML or OML, and implementation languages such as Java, SQL, or CORBA-IDL. � P Producers: active entities (human or nonhuman) that develop the work d ti titi (h h ) th t d l th k products. � Work Units: operations that are performed by producers when developing work products. One or more producers develop a work product during the execution of one or more work units . � Stages: durations or points in time that provide a high-level organization to the work units. Sharif University of Technology Department of Computer Engineering 4

  5. Software Development Methodologies – Lecture 7 OPF: Work Units � Activity: � a major work unit consisting of a related collection of jobs that produce j g j p a set of work products � Coarse-grained descriptions of what needs to be done � Some important instances defined by OPEN are: Project Initiation, p y j Requirements Engineering, Analysis and Model Refinement, Project f Planning, and Build � Task: k � Smallest atomic unit of work � Small-scale jobs associated with and comprising the activities � Resulting in the creation, modification, or evaluation of one or more work products � Technique: � Define how the jobs are to be done � Ways of doing the tasks and activities y g Sharif University of Technology Department of Computer Engineering 5

  6. Software Development Methodologies – Lecture 7 OPEN: Process Instantiation The following tasks are performed (through applying the guidelines � proposed by OPF) in order to instantiate, tailor and extend an OPEN process: Instantiating the OPEN library of predefined component-classes to 1. produce actual process components Choosing the most suitable process components from the set of 2. instantiated components p Adjusting the fine detail inside the chosen process components 3. Extending the existing class library of predefined process components 4. to enhance reusability Sharif University of Technology Department of Computer Engineering 6

  7. Software Development Methodologies – Lecture 7 OPEN: Process Instantiation [Firesmith and Henderson-Sellers 2001] Sharif University of Technology Department of Computer Engineering 7

  8. Software Development Methodologies – Lecture 7 OPEN: Process Instance [Graham et al. 1997] Sharif University of Technology Department of Computer Engineering 8

  9. Software Development Methodologies – Lecture 7 OPEN: Strengths and Weaknesses Strengths � � Flexibility and configurability due to the framework definition of the process de t o o t e p ocess � Well-defined framework (generally and in detail) for instantiating tailored-to-fit processes � � Accommodates seamless process configurations Accommodates seamless process configurations � Accommodates process configurations supporting traceability � Accommodates various lifecycles, including iterative- incremental Sharif University of Technology Department of Computer Engineering 9

  10. Software Development Methodologies – Lecture 7 OPEN: Strengths and Weaknesses Strengths ( Contd.) � � Covers enterprise-level activities and business-process- reengineering ee g ee g � Incorporates a rich library of process components � Provides guidelines as to how customized processes should be built (especially how stages should be should be built (especially how stages should be structured and organized) � Accommodates comprehensive modeling at all levels p g (problem domain to objects; logical to physical) � Rich modeling-language support (UML and OML) Sharif University of Technology Department of Computer Engineering 10

  11. Software Development Methodologies – Lecture 7 OPEN: Strengths and Weaknesses Weaknesses � � As a result of merging various methodologies, OPEN is not a specific methodology, but rather a process framework; in trying to remain gy, p ; y g noncommittal to any single process, it has lost concreteness. � OPEN is huge and complex; many developers tend to use typical g p y p yp instances introduced by the authors rather than instantiate their own. � The developer is responsible for constructing the methodology; even though OPEN prescribes the framework, components, and guidelines as to how to construct the process, bad instances can be built (very as to how to construct the process, bad instances can be built (very much like a Lego game). Sharif University of Technology Department of Computer Engineering 11

  12. Software Development Methodologies – Lecture 7 Functional and Object-Oriented Methodology (FOOM) j gy ( ) � Introduced in 2001 by Shoval and Kabeli; a refined and more complete version was introduced by Shoval in 2007. i i t d d b Sh l i 2007 An object-oriented variant of Shoval’s ADISSA methodology of 1988 j gy � (ADISSA: Architectural Design of Information Systems based on Structured Analysis). � Strives to combine the classical process-oriented approach of ADISSA with the object-oriented paradigm. � Based on and driven by transactions – a notion very similar to the use case. Mainly targeted at data-intensive information systems. � Sharif University of Technology Department of Computer Engineering 12

  13. Software Development Methodologies – Lecture 7 FOOM: Process Analysis: concerned with requirements elicitation and problem-domain � modeling; two activities performed in parallel or iteratively: g; p p y � Data Modeling: modeling the class structure of the problem domain. � Functional Modeling: identifying/modeling functional requirements. � Data Elaboration: detailing the data elements in a Data Dictionary. Design: concerned with designing implementation-specific classes and Design: concerned with designing implementation specific classes and � � adding structural and behavioural detail to the models: � Discovery and Top-level Design of Transactions: transactions are chains of processes performed in response to external stimuli. processes performed in response to external stimuli. � UI Design: designing a menu-based user interface for the system, and defining the relevant classes. � � I Input/Output Design: designing the input forms/screens and the output t/O t t D i d i i th i t f / d th t t reports/screens, and defining the relevant classes. � Design of System Behaviour: providing detailed specifications for the transactions detailing object interactions and class operations transactions, detailing object interactions and class operations. Sharif University of Technology Department of Computer Engineering 13

  14. Software Development Methodologies – Lecture 7 FOOM: Process [Shoval 2007] Sharif University of Technology Department of Computer Engineering 14

  15. Software Development Methodologies – Lecture 7 FOOM: Analysis – Data Modeling y g � Data Modeling � Problem-domain classes are identified along with their P bl d i l id tifi d l ith th i attributes and relationships. � Results are modeled in a Class Diagram. � Initial class diagram does not include the operations of the I iti l l di d t i l d th ti f th classes; methods are added during design. Sharif University of Technology Department of Computer Engineering 15

  16. Software Development Methodologies – Lecture 7 FOOM: Analysis – Data Modeling – Class Diagram y g g [Shoval 2007] Sharif University of Technology Department of Computer Engineering 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend