A Survey of Software Architecture Viewpoint Models
|
|
|
- Julie Hancock
- 9 years ago
- Views:
Transcription
1 A Survey of Softare Architecture Viepoint Models Nicholas May nick Abstract The documentation of softare architecture is carried out in many different ays. One method is to break up the description into separate perspectives that address the different concerns that stakeholders have ith softare architecture. These perspectives, sometimes called viepoints, can contain multiple diagrams to describe the complete system. Various models have been proposed that detail viepoints and specify the stakeholders and concerns that they ill satisfy. In this paper e survey five viepoint models to determine the extent to hich they cover the softare architecture domain. We attempt to identify a set of viepoints from different models can be combined to provide the idest possible coverage. We found that no model has complete coverage, but an optimal set of viepoints can be selected from the models. This optimal set, hilst not providing complete coverage, has a greater coverage than any of the individual viepoint models. 1 Introduction In this section e provide an overvie of the area of investigation, the motivation for this ork and the results obtained. 1.1 What is Softare Architecture and ho is it documented? Softare architecture is the high level structure of a system. A simple definition of softare architecture as provided by Sha and Garlan [13, p3]: The architecture of a softare system defines that system in terms of computational components and interactions among those components. This paper is an expansion of a dissertation of the same title submitted by the author in partial fulfillment of the requirements for the degree of Master of Technology (Information Technology) at RMIT University (Melbourne, Australia) in They ent on to sho that designing softare architectures includes determining hich patterns of components and interactions to use and hat constraints are placed on those patterns. As ell as the design process, an important aspect of softare architecture is the production of the relevant documentation. A recent summary of the need for documenting softare architecture is provided by Bass et al. [2]. They identified three motivating factors hich ere, to enable communication of the softare architecture among stakeholders, to capture early design decisions, and to provide re-useable abstractions of softare systems [2, p26]. It is a common feature of graphical documentation to use multiple, concurrent diagrams to describe the entire softare architecture of a system. This overcomes the problems of croded diagrams, inconsistent notation, mixing of architectural styles, over emphasis of one aspect and the overlooking of individual stakeholder concerns [10, p42]. Hoever, some basis of organization of the diagrams is required. Many informal approaches are used to document softare architecture, including boxes and lines and simple class diagrams [6]. In addition, at least half a dozen more formal methods for documenting softare architecture have been proposed. These range from notations to systems of diagram classification. A subset of these systems includes those that seek to separate the diagrams based on the needs of the stakeholders. The separation of stakeholder concerns, or requirements, leads to a grouping of diagrams by the perspective of the softare architecture that they sho. These groups are variously called perspectives, vies and vietypes, but here e ill refer to a perspective as a viepoint. The classification systems that utilize these perspectives ill be called viepoint models in this paper. 1.2 What is the purpose of this paper? Various models have been proposed of ho to create documentation by the separation of the concerns. Each model describes a set of viepoints and identifies the concerns that each of them address. The different models cover the same softare architecture domain, including the associated organizational, business and technological environments. Hoever, they are not compatible because each 13
2 model assigns a different significance to each of the environments [14], and the vocabulary used to describe the stakeholders and concerns varies beteen models. The primary purpose of this paper is to gain an understanding of the different viepoint models, their comparative strengths, and their relative coverage of the softare architecture domain. Due to the limited scope, it is not the intention to provide an authoritative comparison frameork, but to base the comparison on a standard frameork and a relatively independent set of ell documented elements. In addition to a comparison of models, the classification of viepoints ithin a common frameork ould allo to combine the viepoints from different models and determine an optimum set of viepoints ith the greatest coverage of the softare architecture domain. This could form the basis of future documentation techniques. In this paper e survey five viepoint models based on such a frameork to determine hether e can combine viepoints from different models to create an optimum set of ith the feest viepoints. The models selected for this survey are as follos: Kruchten s 4+1 Vie Model [10]. Softare Engineering Institute (SEI) set of vies [5]. ISO Reference Model of Open Distributed Processing (RM-ODP) [9]. Siemens Four Vie model [16]. Rational Architecture Description Specification (ADS) [11]. All these models focus on describing softare architecture from multiple perspectives. They each specify target stakeholders and recognize the separation of concerns. In addition, all these models concentrate on describing the structures of softare architecture and not on defining specific notations for each of these structures. To be able to compare the methods of documentation, a common frameork is required. This frameork should assess the models for the depth of description they provide, the communication needs they satisfy, and the concerns they address. The comparison frameork is based on the IEEE Standard (IEEE 1471), called the IEEE Recommended Practice for Architectural Description of Softare-Intensive Systems [8]. This defines the concepts and their relationships for methods of documenting softare architecture. The important part of the standard, for this survey, is the relationship that viepoints have ith other elements in the frameork, specifically stakeholders, concerns and models. The stakeholders and concerns relating to a particular viepoint are usually explicitly stated, but the models are not alays defined. Hoever, models can be differentiated by the softare architecture structures that they can sho. The viepoints ill be assessed for their coverage of the structures of softare architecture, instead of the specific models that they can use. To analyze the viepoint models, e compare the coverage of each viepoint against a reference frameork, consisting of lists of elements, including stakeholders, concerns and architectural structures. The elements identified are translated into the elements, from the reference list ith hich they equate. The frameork comprises of an initial arbitrary list for each type of element, selected from a relatively comprehensive source, and additional elements as identified in the viepoints. 1.3 What ere the findings? Using the comparison frameork, e found that there as considerable overlap beteen the viepoint models. Then, an optimum set of viepoints as selected that provided the greatest combined coverage. This primarily consisted of the three viepoints from the SEI model. An additional viepoint, from the Rational ADS, as included to complement the SEI model ith viepoints focusing on the end user and standard riters. We found that the combined coverage of the surveyed models did not cover the entire softare architecture domain and, therefore, no set could be selected ith complete coverage. 2 Background In this section e ill anser several questions. What are the structures of softare architecture? What is an architectural description? Who are the system stakeholders? What are the stakeholder concerns? The ansers to these questions ill provide a foundation on hich to build a classification of softare architecture documentation techniques. 2.1 What are the structures of softare architecture? Another definition of softare architecture is provided by Bass et al. [2, p21]: The softare architecture of a program or computing system is the structure or structures of the system, hich comprise softare elements, the externally visible properties of those elements, and the relationships among them. This definition is similar to one proposed by Perry and Wolf [12], as both define softare architecture in terms of 14
3 ! elements, their properties and relationships. Hoever, they suggest that the softare architecture description is a consequence of early design decisions, and so the rationale is external to and not a part of the architecture itself. The components and connectors described in the structures provide us ith a classification of the basic concepts of softare architecture to be documented. In addition to the structures of softare architecture, systems often share common patterns of organization, called architectural styles [13, p20]. Some of the most common that have been identified and described are the client-server, pipe and filter, object-oriented and layered styles. Each style can be defined by the type of components and connectors of hich it is comprised and the constraints on ho these elements can be combined. This means that a style can be described in terms of the structures that it utilizes. For instance, the object-oriented style is based on decomposition, uses and abstraction. One advantage of architectural styles is that they have knon quality attributes. This allos an architect to select a style based on the system requirements, in instead of inventing an architecture from scratch [2, p25]. A list of the softare architecture structures found in softare systems [2, p39-40] can be found in Table 1. The architectural structures represented in this list can be identified from their associated elements and relationships. 2.2 What is an architectural description? The IEEE has defined a standard for the architectural description of softare-intensive systems, IEEE 1471 [8]. It includes a conceptual frameork to support the description of architectures, and the required content of an architectural description. The standard as developed from a consensus of current practices. It includes the use of multiple vies, reusable models ithin vies, and the relationship of architecture to the system context. The important definitions from this standard are as follos: Architectural Description A set of vies and additional architectural information. Stakeholder An individual, group or organization that has at least one concern relating to the system. Concern A functional or non-functional requirement. Vie A set of models representing a system from the perspective of a related set of concerns. Viepoint The conventions for creating, depicting and analyzing a vie. Model A particular diagram or description constructed folloing the method defined in a viepoint. These pro- / 10 " older has # " ( ) iption *,+-' t ers establishes & " n or. el & ' t Key Relationship #$ % o B * sists of Figure 1. The concepts associated ith viepoints and their relations. Adapted from the conceptual model of softare architecture description as described in IEEE Standard [8]. vide the specific description of the system, hich can include identifiable sub-systems and elements. Models are the particular representations of a system. They can be described using architectural styles, hich are ell knon and commonly understood architectural representations [4, p18]. As a result, a property of a model ill be the architectural structures that it can represent. For instance, a model that uses a layered style must be able to represent the alloed-to-use relationship. A measure of the models, for hich a given viepoint establishes methods, is the structures that the viepoint can represent. The relationships beteen these concepts are shon in Figure 1. This shos a subset of the frameork described by the IEEE Only those concepts that are related to the viepoint are shon because they are the concepts that ill be relevant hen classifying viepoints. One exception to this is the omission of the Library Viepoint. In this paper all viepoints considered are project independent and, therefore, they are all library viepoints. The relationship beteen models and concerns ithin a viepoint can be explicitly or implicitly defined [14]. An explicit relationship specifies the concerns and their associated models, for example as in the ISO Reference Model [9]. An implicit relationship is one from hich the relevant concerns can be inferred from the diagrams and models included, for example as in UML [3]. In this paper e look only at explicit relationships, because it is relatively easier to identify the related concerns and stakeholders for each viepoint. 15
4 2.3 Who are the system stakeholders? The stakeholders of a given system are defined, for this study, as any individual, group, organization, or external system that can influence the requirements or constraints of the system. Hoever, ithout a specific system e cannot identify particular stakeholders. We can define the stakeholders by their roles of interaction ith softare systems in general. Several sets of stakeholder role classifications have been described. In IEEE 1471, the stakeholder roles include clients, users, architects, developers and evaluators. This is a very general classification and does not provide adequate definitions of the roles for the analysis e ill perform. An alternate set is provided by Clements et al. [4], and the roles they describe are focused on the consumers of softare architecture documentation. These roles ill make the analysis of viepoints possible because they cover the stakeholders that are addressed by the viepoints. A list of the roles of various stakeholders [4, p10-11] can be found in Table 1. As can be seen from this list, the stakeholders of any softare system can be extremely varied. It is likely that their uses of any architecture related documentation ill be equally varied because they are defined by their interactions ith softare systems. Each stakeholder ill require documentation to sho the relevant structures pertaining to their uses. For instance, Testers often use the documentation to determine the functional black boxes and the testability of the system. They ill ant to see a description of the system in terms of the functionality decomposition. To notable omissions from this list of stakeholders are the End User and the Customer. These have probably been left out because the authors have focused on those stakeholders that need to communicate architectural information. The survey of viepoint models may specifically identify these, or other, additional stakeholders. 2.4 What are the stakeholder concerns? Softare systems are implemented to meet the concerns of the stakeholders. Concerns can also be called stakeholder requirements, hich can include functional and nonfunctional requirements. The functional requirements are difficult to classify because the range of functionality is as varied as the range of softare systems. Hoever, stakeholders are also concerned ith the distribution of the functionality ithin the system, hich can be described in terms of architectural structures. The quality attributes of these structures and their relationships can be mapped directly to the non-functional requirements of the system. The non-functional requirements include all those stakeholder requirements that are not directly concerned ith the services the system is to provide. Among the sets of nonfunctional requirements that have been described is a comprehensive classification detailed by Sommerville [15]. The author lists telve types hich are further classified into product, organizational and external requirements. A list that includes the types of Non-Functional Requirements [15, p101] can be found in Table 1. This list provides us ith a classification that should cover all the stakeholder concerns. 2.5 Summary As e have seen from the IEEE 1471 conceptual frameork, an architectural description consists of vies and models that are generated from the selected viepoints. The selection of viepoints is based on the stakeholders and the concerns they have ith the system to be documented. We have also seen that the stakeholders, concerns and structures of a system can be classified and, therefore, e have a method for comparing the viepoints provided in various viepoint models. 3 Related Work Several revies of architecture documentation have already been recorded. In this section e ill look at to of them. In the book Documenting Softare Architectures: vies and beyond the authors detail a viepoint set for describing softare architecture, the SEI set of vies. The authors also examined alternate documentation models and compared them ith the model they have detailed [4, p343]. This comparison as achieved by identifying the elements and relations addressed by each of the alternate models and translating these into the corresponding terminology in their viepoint model. The models compared included; three viepoint models, IEEE 1471, Unified Modeling Language (UML), data and control flos, and C4ISR architecture frameork. Although the translation could have been used as a basis for the comparison of viepoints by the structures of softare architecture, e decided that it ould provide a better comparison to use a list of structures that as independent of any model. This list could then be expanded if additions ere found in any viepoint model. As can been seen from the list of models, not all of them can be classified as viepoint models. The authors also reconciled the documenting process that they detailed in terms of IEEE 1471 and mapped the models they described to the C4ISR products. 16
5 * Another revie of viepoint models as provided by Smolander in the paper What is included in Softare Architecture [14]. The author surveyed a range of documentation models and frameorks and conducted a survey of softare architecture documentation practices in the Telecommunications industry. The models revieed included; three viepoint models, IEEE 1471, Zachman s frameork, and some additional frameorks that are not specifically viepoint models. Smolander then surveyed three organizations on their methods of softare architecture documentation and conducted orkshops ith the organizations lead architects to analyze their approaches. He concluded that the factors affecting viepoint selection include stakeholders, quality attributes, the technical development environments, the ork division ithin the organization, and the development methodology. Whilst, these are not explicitly stated in terms of the IEEE 1471 conceptual frameork, each of these items can be traced to a stakeholder or a concern relating to the architectural structure. This supports the selection of the classification method chosen in this paper. One of the models that Smolander revies is the Information Systems Architecture (ISA) frameork, originally proposed by Zachman and extended by Soa and Zachman [17]. This provides a classification system for the documentation of softare architecture concepts, developed from the building architecture metaphor. Whilst the ISA frameork provides us ith a more comprehensive classification system for the documentation of a softare project, the perspectives and concepts are too generalized for a comparison ith the IEEE frameork. In addition, the frameork provides no models or structures by hich to classify the cells. In essence, the ISA frameork is an alternative to the IEEE 1471, but ith a ider scope and at higher level. Another frameork for architecture description is the U.S. Department of Defense Architecture Frameork (DoDAF) [1], hich is the successor to C4ISR. Whilst this frameork defines vies and products, that correspond to viepoints and models, the frameork does not address the vies relevant for the implementation of the system as a softare architecture, and so it not been include in this survey. 4 Survey of Viepoint Models In this section e describe a frameork for comparing viepoint models and provide an overvie of each model. The analysis of the models as accomplished by comparing each of their viepoints against the frameork reference lists. By identifying the frameork elements related to each viepoint, e ere able to summarize the frameork coverage by viepoint model and compare them by the different elements they address. The models selected use different terms for a viepoint, such as vies and vietypes. Each model ill be described in the language of that model, but the comparison ill be made in the language of the frameork. 4.1 A frameork for comparing viepoint models The comparison frameork used in this paper is based on the conceptual frameork in IEEE 1471, as is the only standard for architectural description identified. For each of the viepoints, the associated elements can be identified. Hoever, these elements may not have an exact match in the frameork and so each identified element must be translated into the types defined in the frameork. The initial elements of the comparison frameork are shon in Table 1. It may be possible to identify ne elements that cannot be translated into the frameork elements. In this case, the frameork ill be updated to incorporate the ne elements. This ill allo us to expand the frameork to accommodate all the viepoints from all the models. 4.2 Kruchten s 4+1 Vie Model This model consists of multiple, concurrent vies, that allo the different stakeholder concerns to be addressed separately. The model includes five interrelated vies, see Figure 2. l Vie " #$ ios! %'&)( *+& s.0/21 a F3465, - l V ie nt Figure 2. The 4+1 vie model of Softare Architecture. Adapted from Architectural Blueprints - The 4+1 Vie Model of Softare Architecture [10, p43]. 17
6 Table 1. The elements of the initial comparison frameork. Structures Stakeholders Concerns Decomposition Architects and Requirements Engineers Usability Uses Sub-System Architects and Designers Performance Layered Implementers Space Abstraction Testers and Integrators Reliability Process Maintainers Portability Concurrency External System Architects and Designers Delivery Shared Data Managers Implementation Client-Server Product Line Managers Standards Deployment Quality Assurance Team Interoperability Implementation Work Assignment Ethical Privacy Safety These vies are each described by a blueprint and can be represented by various styles. The model is generic, so that the vies can be described using alternative notations and design methods. The model also includes details of ho the vies are related and a process for developing the complete set of vies. Kruchten envisaged an iterative process for architecture design, starting ith the description of the critical scenarios. The architect can then identify the key abstractions from the problem domain and model these in the Logical Vie. Logical classes can be mapped to modules and packages in the Development Vie, and to tasks and processes in the Process Vie. Finally, the processes and modules can be mapped to the hardare in the Physical Vie. In each subsequent iteration additional scenarios are modeled, folloing this sequence, until the architecture becomes stable. This usually occurs hen no ne key abstractions, subsystems, processes or interfaces are discovered. From the above process it is evident that the vies are not fully independent. It ould be difficult to model the vies ithout first having proceeded through the scenarios and logical vies. Furthermore, the vies of the 4+1 vie model conform reasonably ell to the viepoints of the IEEE Hoever, the vies of this model rely on an iterative process to create them. 4.3 The SEI Viepoint Model The SEI model of softare architecture documentation has been ell documented and this revie is based on a paper [5], a tutorial [6], and a book [4]. In these documents the model is detailed and processes described for choosing vies and documenting the architecture. The process of documenting the architecture consists of documenting the relevant vies and any additional information that corresponds to more than one vie. Hoever, some vies are too complex to sho in one representation, so they can be broken don into a number of viepackets. A viepacket is the smallest piece of information a stakeholder requires, hich can be represented by one or more styles. For instance, a single viepacket could sho a hole system at a high-level, and a number of additional viepackets could be used to sho the individual sub-systems in greater detail. The SEI model includes a template for the contents of a viepacket, so that it ill comply ith the IEEE This consists of a primary representation, an element catalog, a context diagram, a variability guide, architectural background, non-architectural information, and the relationship to other viepackets. The list of styles, and vies, hich can be used to represent the system is based on the structure of the system itself. This can be large in complex systems. To reduce this list, the needs of the stakeholders must be taken into consideration, and less relevant styles can be omitted. Hoever, the specific requirements of stakeholders varies from project to project. The stakeholders associated ith each of the vietypes have been adapted from the table provided in Chapter Nine Choosing the Vies of the source book [4, p301]. Only those stakeholders ho require detailed information for the vietype have been shon, because these are the primary target of the vietype. The styles of the SEI model are related to each other ithin their vietypes. Hoever, there is limited interaction beteen the vietypes because of the different types of elements that they sho. The exception is the allocation vietype, hich maps the modules identified in the module vietype to elements in the external environments. The SEI model extends IEEE The authors have developed this model as a practical method of documenting softare architecture that complies ith the standard. They propose that architectural styles can be used as an adaptable set of models that can change as the patterns of softare architecture evolve. 18
7 E HGF 7 = 4 < As e have already seen, the particular stakeholders of a system determine hich vies should be documented. This is true for both the IEEE standard and the SEI model. IEEE 1471 specifies that system stakeholders have viepoints hich are used as templates to generate vies, hen applied to the system. The SEI model utilizes styles to determine the vies of the system that can be generated. The stakeholder requirements are then used to reduce the number of vies required in the document package. Each method has a different starting point, but both can result in the same stakeholder-centric set of vies. 4.4 ISO Reference Model of Open Distributed Processing The Reference Model of Open Distributed Processing (RM-ODP) provides a frameork for the standardization of open distributed processing. The aim of the frameork is to develop standards for the distribution of information processing services. It is independent of any application domain. The RM-ODP frameork is based on the support for the specification of common services and infrastructure components. The system specification is divided into viepoints to simplify the description of complex systems and separate the concerns. The five viepoints identified by the model are the enterprise, information, computation, engineering, and technology viepoints. A set of general concepts and rules are defined for each viepoint, and a language to express them. They can be developed separately hilst specifying the constraints that they place on each other. There is no sequence or iteration implied in the viepoints. The frameork includes the specification of transparencies, hich factor out concerns and simplify the viepoints. They are standard mechanisms selected to solve some requirements for a part of the system. For example, a persistence transparency removes the need to sho the deactivation and reactivation of softare elements. There are no stakeholders identified for any of the vies of this model. Hoever, the RM-ODP states that it is designed to meet the needs of system developers, translated as implementers, and standard riters. The RM-ODP does not specify any links beteen vies. Hoever, if a set of vies sho aspects of the same system, then they must have correspondences. The relationship beteen elements of different vies should be defined by translation rules in order to provide verification of the overall softare architecture. An example of a translation rule provided by the RM-ODP is as follos [9, p32]: a single computational interface cannot be divided into separate engineering interfaces supported by unconnected channel structures. The RM-ODP provides a language for describing softare architecture, and not a notation. Although, it as specifically developed for the distributed softare domain, its coverage of concerns and structures shos that it is also applicable to much of softare architecture in general. The emphasis on defining standard languages reflects the bias toards interoperability beteen domains, and not on stakeholder communication. This model is primarily to enable communication beteen developers of different systems, and not beteen other stakeholders of the same system. 4.5 Siemens Four Vie Model "!# $&%'($)+*,.A ie e V A DC -*, $."/0 P DQ de U A D V RTS S e NKGO KJLM I Y Z? back :;< W X ign F C Figure 3. The Siemens four vie model of Softare Architecture. architecture [7, p15]. Adapted from the four vies of softare This model is a result of a study into the industrial practices of softare architecture. The authors found that the structures used to design and document softare architecture fall into four broad categories, hich they call conceptual, module, execution and code structures. Each category addresses different stakeholder concerns. In addition, they found that hen these categories are addressed separately, the implementation complexity of systems is decreased and the re-use and reconfiguration of softare is improved. To separate the categories, they proposed that softare architecture should be documented using four vies, each of hich address a different category of structures, see Figure 3. 19
8 = 7 < < 7 N = The focus of this model is on the design approach for the softare architect. As a result, the model fails to address the other stakeholders explicitly. The four vies of this model are loosely coupled. The design flo follos the information passed beteen vies starting from the conceptual vie. The feedback results from the testing of vies for conformance to the nonfunctional requirements of the system. Several important mappings of structures are explicitly defined in the design approach. Conceptual structures are implemented-by module structures, and assigned-to execution structures. Module structures can be located-in or implemented-by code structures. Code Structures can configure execution structures. The Siemens four vie model ignores the explicit concerns of the stakeholders, other than the softare architect. Hoever, the other stakeholders may be addressed implicitly by the concerns satisfied by each of the vies. This reflects the focus of the model on the architect s design approach and not on the documentation for communication. 4.6 Rational Architectural Description Specification (ADS) The Rational ADS is an expansion on the 4+1 model to enable the description of more complex architectures, such as enterprise, e-business, embedded systems and nonsoftare systems. It as first defined in November 2000 and is no taught as part of Rational s course Principles of Architecting Softare Systems (PASS). It features a formal definition of requirements evolution and architecture testability, and utilizes UML notation here possible. The rationale for the architecture must still be documented separately. The vies of the 4+1 model have been partially renamed and four ne vies defined. The Scenarios vie has become the Use Case vie, the Development vie has become the Implementation vie, and the Physical vie has become the Deployment vie. The nine vies have been grouped into four viepoints, see Figure 4. The vies of each viepoint correspond to the models of the IEEE 1471 frameork in the Rational ADS. The consistency of elements in different vies is maintained by explicit mappings beteen the vies. The context of loer viepoints are provided by the mappings to higher viepoints. As can be seen from the explicit mappings beteen vies shon in Figure 4, the Non-Functional Requirements Vie is only loosely coupled to the other vies. Usually it is depicted as a list of requirements and their properties, such as priority or category. As it is not linked to any of the structural vies of softare architecture it has been omitted hen determining the concerns addressed by this model. "!$#&%')(* +-, s. #&0/21"3$#&+-, onal ign. #C0/D1E3F#&+, F GH&# I GJ,#&3$+. #C0/D1E3F#&+,. % GJ, ifik ion. #C0/D1E3F#&+, L t V : 456-P M&? 89 : 6- ie =ON ie Implem = ; nt <= ; 456 r Ex 7 a M? = 7>7 ;: QR 6R: 9O t Figure 4. The Rational ADS: Viepoints and Vies. Adapted from a presentation slide [11]. 5 Survey Findings In this section e ill look at the coverage of the frameork elements by the viepoint models, the correspondence beteen models, and the divergence of the models. 5.1 Frameork coverage Coverage is a measure of the extent to hich the elements of a domain are addressed. In this case, each model as assessed by determining the coverage as the sum of all the elements of the frameork across all viepoints. Coverage as determined independently for each of the frameork concepts of stakeholder, concern and architecture structure. The coverage of the frameork information space is shon in Table 2. This lists the number of frameork concepts covered by the five viepoint models surveyed. The number of viepoints ithin each model that address each of the frameork elements are shon in Tables 4, 5 and 6. The greatest coverage of stakeholders is achieved by the Rational ADS. This is primarily because of the number and variety of vies detailed is greater than in any of the other models. The 4+1 and SEI models also focus on satisfying the documentation needs of the stakeholders and, as a result, also provides good coverage. 20
9 Table 2. Concept coverage of the surveyed viepoint models. Model Stakeholders Concerns Structures SEI RM-ODP Siemens Rational ADS Frameork The RM-ODP and the Siemens model provide little coverage of the stakeholders. The focus of the RM-ODP is on defining the language of architecture and not on defining the stakeholders. The Siemens model is focused on the design approach for softare architecture, and so each viepoint is treated primarily from the architect s perspective. Neither of these models explicitly relate viepoints to the stakeholders, but they do implicitly satisfy the stakeholders via the concerns that the models address. The coverage of the concerns and structures sho less variation than for the stakeholders because all the models recognize that softare architecture is composed of structures and constrained by concerns. As a result, each model includes enough viepoints to describe a complete softare architecture. Additional elements ere identified that ere not included in the original comparison frameork. These consisted of to ne stakeholders hich ere end users, from the 4+1 vie model and Rational ADS, and standards riters, from the RM-ODP. 5.2 Correspondence beteen viepoints Some correspondence exists beteen the viepoints of the different models, most notably in the distribution of structures addressed by the viepoints. If these are grouped into functional, dynamic and external structures, e can see that three of the models have a good correlation. Table 3 shos the corresponding viepoints of the 4+1, SEI and Siemens models based on a rough grouping of the structures of softare architecture. The one structure not included is deployment because the models sho no agreement on ho it should be grouped ith other structures. The 4+1 model sets it apart, the SEI model shos it as external, the Siemens model groups it ith the behavioral structures, and the RM-ODP spreads deployment across several viepoints. The Rational ADS addresses these structures in a different ay to the other models. Each of its viepoints can represent both structural and behavioral aspects of the architecture. This results in a broader set of structures that can be represented by each viepoint. The exception to this is the Table 3. The correspondence of structures beteen the viepoints from different models. Functional Structures Decomposition, Uses, Layered, Abstraction. 4+1 model Logical vie. SEI model Module vietype. Siemens model Module vie. Behavioral Structures Process, Concurrency, Shared Data, Client-Server. 4+1 model Process vie. SEI model C&C vietype. Siemens model Execution vie. External Structures Implementation, Work Assignment. 4+1 model Development vie. SEI model Allocation vietype. Siemens model Code vie. Rational ADS Realization viepoint. realization viepoint hich maps closely into the external group. The viepoints of the RM-ODP do not correspond ith these groupings. This is because it is primarily a frameork for defining the languages of the viepoints. These languages are based on a ider set of domains than the other models, hich are based primarily on the softare architecture domain. This blurs the boundaries because structures can appear in different groupings in different domains. 5.3 Divergence of models The models vary in different foci, hich reflect their primary purposes. The SEI model is biased toards communication, the 4+1 and Siemens models as biased toard design, the RM-ODP is biased toard development across domains, and the Rational ADS is biased toards requirements evolution and testability. The SEI model consists of relatively independent viepoints, compared to the other models. This allos a documentation package to be created independently for the different stakeholders. The 4+1 and Siemens models include flos of information beteen the viepoints. This supports the design approaches that they suggest. The Rational ADS contains specific mappings beteen elements of related vies. This provides an implicit design flo through the four viepoints. This model also supports the description of the business context of the system. It is 21
10 Table 4. The numbers of viepoints that address the stakeholders of the comparison frameork. Stakeholder Role 4+1 SEI RM-ODP Siemens Rational ADS Number of Viepoints Architects / Requirements Engineers Sub-System Architects / Designers Implementers Testers / Integrators Maintainers External System Architects / Designers Managers Product Line Managers Quality Assurance Team End User Standard Writers the only model to address usability and quality assurance, using the user experience and test vies respectively. This demonstrates the greater scope available from the number of vies detailed. The RM-ODP specifically addresses the structure of the information ithin the system and the business policies relevant to the system. The inclusion of these to viepoints shos the greater scope of the description envisaged by the model. The depth of the viepoint languages allos this model to be used as a standard dictionary for describing softare architecture in detail. In these ays the models sho ho they focus on different aspects of documenting softare architecture. 5.4 Optimal frameork coverage The five viepoint models each provide a different coverage of the frameork concepts. A useful result ould be to determine a minimal set of viepoints ith the greatest coverage. This can be approached by determining hich viepoints from different models can be combined into a ne set, and identifying the smallest set to provide the maximum coverage. The biggest barrier to combining viepoints from different models is the interrelation of viepoints ithin each model. The 4+1 includes a strong data flo from one model to another, starting from the scenarios, as part of an iterative approach. There is a similar data flo through the viepoints of the Siemens model, but these are less tightly coupled. The Rational ADS also has a strong dependency as the context for the loer viepoints are provided by the higher viepoints. The viepoints of the SEI model and the RM-ODP are relatively independent, and defining any translations beteen the viepoints is deferred to the level of the architectural description. As a consequence, the viepoints from the latter to models are the best candidates for merging. To provide a minimal set of viepoints e must look at the coverage overlap beteen them. First e must select a base model to enhance and then add additional viepoints to cover the missing concepts. The best choice for a base model is the SEI model. This contains independent viepoints, and overlaps ell ith the 4+1 and Siemens models. Whilst the SEI model provides complete coverage of the structures, it does not satisfy the stakeholders of end user or standard riter. Neither does it satisfy the concerns of standards or safety. Standards, and implicitly standard riters, and end users can be addresses by inclusion of the requirements viepoint from the Rational ADS. This is the highest viepoint of the model and so is not dependant on the other viepoints. The safety concern is only explicitly addressed in the Siemens model conceptual viepoint. Hoever, e do not need to include this viepoint because the component and connector viepoints can be used to address this concern [16, p5]. The resulting optimum set of viepoints ith the greatest coverage is as follos: Requirements viepoint, from Rational ADS. Module vietype, from SEI model. C&C vietype, from SEI model. Allocation vietype, from SEI model. The selected set does not cover the entire domain of the comparison frameork. None of the models surveyed address the ethical concerns. The Rational ADS could be expanded to cover the ethical concerns using the requirements viepoint to specify the relevant business rules and policies. The Rational ADS verification viepoint, hich has not been included, does satisfy the quality assurance team, but it is dependant on the other viepoints of the model to provide its context. Further investigation could determine hether this viepoint could be adapted to satisfy this concern independently. 22
11 Table 5. The numbers of viepoints that address the concerns of the comparison frameork. Concern 4+1 SEI RM-ODP Siemens Rational ADS Number of Viepoints Usability Performance Space Reliability Portability Delivery Implementation Standards Interoperability Ethical Privacy Safety Implications of results This paper shos that the different vocabularies of the viepoint models can be compared via a common reference vocabulary. The viepoints from different models, hen combined into an optimum set, can provide greater coverage of the softare architecture domain than any of the individual viepoint models. The optimum viepoint set as selected for the combined coverage that they provide and their relative independence. Hoever, they must be connected in some aspects because they can describe the same architecture. No effort as made to determine the interrelation of this optimum set. There are to limitations ith the comparison of viepoints by stakeholders. First, the results ere obtained by using an initial arbitrary reference list. Hoever, the list as selected from one of the models to be compared. A more rigorous method ould have been to compile a completely independent vocabulary for the reference list. The second limitation arises in to of the models, the RM-ODP and the Siemens model, because they do not explicitly relate stakeholders to the viepoints. The identification of the stakeholders satisfied by each viepoint could have been achieved by investigating the relationship beteen concerns and stakeholders. The stakeholders ould be implicitly satisfied if all their concerns ere addressed by a viepoint. The additional analysis required to overcome these limitations of the stakeholder comparison as beyond the scope of this paper. 5.6 Further research As has been previously stated, the scope of this paper as limited. Additional effort could have been expended in identifying a more authoritative set of frameork elements. In addition, the identification of the implicit concerns and stakeholders addressed by each of the viepoints ould have enabled a more accurate identification of the optimum set. A useful exercise ould be to verify the selected optimum set of viepoints. This could be achieved by modeling systems from case studies published in the source literature. If this set does cover the five models surveyed then it should be possible to model each case study ith the optimum set of viepoints. An additional avenue of research ould be to study the use of architectural transparencies, from the RM-ODP, ith the selected viepoint set. This feature could provide an effective ay to simplify the documentation of softare architecture. 6 Acknoledgements The author ould like to thank Keith Frampton and Dr. Hongyu Zhang, both of RMIT University, ho proposed the area of research and provided advice for the original dissertation and on this paper. In addition, the author ould like to thank Davyd Norris, of IBM Australia, for the documentation that he generously provided. References [1] Architecture Frameork Working Group. DoD Architecture Frameork Version 1.0, Volume I: Definitions and Guidelines. Technical report, U.S. Department of Defense, Feb DoDAF_v1_Volume_I.pdf vieed on 9th January,
12 Table 6. The numbers of viepoints that address the structures of the comparison frameork. Structure 4+1 SEI RM-ODP Siemens Rational ADS Number of Viepoints Decomposition Uses Layered Abstraction Process Concurrency Shared Data Client-Server Deployment Implementation Work Assignment [2] L. Bass et al. Softare Architecture in Practice. Addison Wesley, Boston, MA, USA, 2nd edition, ISBN [3] G. Booch et al. The Unified Modeling Language User Guide. Object Technology Series. Addison Wesley Professional, Boston, MA, USA, 1st edition, Sept ISBN [4] P. Clements et al. Documenting Softare Architecture: Vies and Beyond. Addison Wesley, Boston, MA, USA, 1st edition, ISBN [5] P. Clements et al. A practical method for documenting softare architectures. http: //-2.cs.cmu.edu/afs/cs/project/ able/ftp/icse03-dsa/submitted.pd%f vieed on 20th September, 2004, Sept Draft. [6] P. Clements et al. Tutorial F3: Documenting Softare Architectures: Vies and Beyond. International Conference on Softare Engineering, May Portland, Oregon. [7] C. Hofmeister et al. Applied Softare Architecture. Object Technology Series. Addison Wesley, Boston, MA, USA, 1st edition, ISBN [8] IEEE. IEEE Recommended Practice for Architectural Description of Softare-Intensive Systems. Institute of Electrical and Electronics Engineers, Sept IEEE Std [9] ISO. Reference Model of Open Distributed Processing (RM-ODP). International Organization for Standardization, Technical Report [11] D. Norris. Communicating Complex Architectures ith UML and the Rational ADS. In Proceedings of the IBM Rational Softare Development User Conference, From documents received in personal communication ith the author on 12th December, Copyright 2004 IBM Australia. [12] D. E. Perry and A. L. Wolf. Foundations for the study of softare architecture. ACM SIGSOFT Softare Engineering Notes, 17(4):40 52, [13] M. Sha and D. Garlan. Softare Architecture: Perspectives on an Emerging Discipline. Prentice-Hall, Inc., Upper Saddle River, NJ, USA, 1st edition, ISBN [14] K. Smolander. What is included in softare architecture? A case study in three softare organizations. In Ninth Annual IEEE International Conference and Workshop on the Engineering of Computer-Based Systems, pages , Lund, Seden, April IEEE. [15] I. Sommerville. Softare Engineering. Addison Wesley, Boston, MA, USA, 6th edition, aug ISBN X. [16] D. Soni et al. Softare architecture in industrial applications. In International Conference on Softare Engineering, pages , [17] J. F. Soa and J. A. Zachman. Extending and formalizing the frameork for information systems architecture. IBM Systems Journal, 31(3): , [10] P. Kruchten. Architectural Blueprints - The 4+1 Vie Model of Softare Architecture. IEEE Softare, 12(6):42 50,
The Role of the Software Architect
IBM Software Group The Role of the Software Architect Peter Eeles [email protected] 2004 IBM Corporation Agenda Architecture Architect Architecting Requirements Analysis and design Implementation
Software Development in the Large!
Software Development in the Large! Peter Eeles Executive IT Architect, IBM [email protected] IBM Rational Software Development Conference 2007 2007 IBM Corporation Agenda IBM Rational Software Development
Chap 1. Introduction to Software Architecture
Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)
Applying 4+1 View Architecture with UML 2. White Paper
Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was
Architecture Definitions
Architecture Definitions Dana Bredemeyer Bredemeyer Consulting Tel: (812) 335-1653 Fax: (812) 335-1652 Email: [email protected] Web: Ruth Malan Bredemeyer Consulting Tel: (812) 335-1653 Fax: (812) 335-1652
Choosing the Optimal Object-Oriented Implementation using Analytic Hierarchy Process
hoosing the Optimal Object-Oriented Implementation using Analytic Hierarchy Process Naunong Sunanta honlameth Arpnikanondt King Mongkut s University of Technology Thonburi, [email protected] King
User experience storyboards: Building better UIs with RUP, UML, and use cases
Copyright Rational Software 2003 http://www.therationaledge.com/content/nov_03/f_usability_jh.jsp User experience storyboards: Building better UIs with RUP, UML, and use cases by Jim Heumann Requirements
CDC UNIFIED PROCESS PRACTICES GUIDE
Purpose The purpose of this document is to provide guidance on the practice of Modeling and to describe the practice overview, requirements, best practices, activities, and key terms related to these requirements.
Software Engineering Reference Framework
Software Engineering Reference Framework Michel Chaudron, Jan Friso Groote, Kees van Hee, Kees Hemerik, Lou Somers, Tom Verhoeff. Department of Mathematics and Computer Science Eindhoven University of
CRITERIUM FOR FUNCTION DEFININING OF FINAL TIME SHARING OF THE BASIC CLARK S FLOW PRECEDENCE DIAGRAMMING (PDM) STRUCTURE
st Logistics International Conference Belgrade, Serbia 8-30 November 03 CRITERIUM FOR FUNCTION DEFININING OF FINAL TIME SHARING OF THE BASIC CLARK S FLOW PRECEDENCE DIAGRAMMING (PDM STRUCTURE Branko Davidović
Component-based Development Process and Component Lifecycle Ivica Crnkovic 1, Stig Larsson 2, Michel Chaudron 3
Component-based Development Process and Component Lifecycle Ivica Crnkovic 1, Stig Larsson 2, Michel Chaudron 3 1 Mälardalen University, Västerås, Sweden, [email protected] 2 ABB Corporate Research,
A Framework for Software Product Line Engineering
Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product
Business Modeling with UML
Business Modeling with UML Hans-Erik Eriksson and Magnus Penker, Open Training Hans-Erik In order to keep up and be competitive, all companies Ericsson is and enterprises must assess the quality of their
Software Architecture Professional Certificate
Software Architecture Professional Certificate The Software Architecture Professional Certificate program will equip you with state-of-the-art architecture practices and concepts. You will gain experience
Software Architecture. New wine in old bottles? (i.e., software architecture global design?, architect designer)
Software Architecture New wine in old bottles? (i.e., software architecture global design?, architect designer) Overview What is it, why bother? Architecture Design Viewpoints and view models Architectural
The role of integrated requirements management in software delivery.
Software development White paper October 2007 The role of integrated requirements Jim Heumann, requirements evangelist, IBM Rational 2 Contents 2 Introduction 2 What is integrated requirements management?
Data Modeling Basics
Information Technology Standard Commonwealth of Pennsylvania Governor's Office of Administration/Office for Information Technology STD Number: STD-INF003B STD Title: Data Modeling Basics Issued by: Deputy
Software Engineering. Software Engineering. Component-Based. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering Component-Based Software Engineering Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain that CBSE is concerned with developing standardised components
Basic Unified Process: A Process for Small and Agile Projects
Basic Unified Process: A Process for Small and Agile Projects Ricardo Balduino - Rational Unified Process Content Developer, IBM Introduction Small projects have different process needs than larger projects.
Chapter 3 Chapter 3 Service-Oriented Computing and SOA Lecture Note
Chapter 3 Chapter 3 Service-Oriented Computing and SOA Lecture Note Text book of CPET 545 Service-Oriented Architecture and Enterprise Application: SOA Principles of Service Design, by Thomas Erl, ISBN
Software Architecture. Schahram Dustdar Distributed Systems Group TU Wien
Software Architecture Schahram Dustdar Distributed Systems Group TU Wien 1 Main Topics Software Architecture: Introduction Architecture and Architecture Disciplines Architectural Requirements Architectural
White Paper What Solutions Architects Should Know About The TOGAF ADM
White Paper What Solutions Architects Should Know About The TOGAF ADM WP0015 October 2011 The Open Group Architecture Framework 1 (TOGAF) is the most widely referenced architecture framework currently
REDUCING RISK OF HAND-ARM VIBRATION INJURY FROM HAND-HELD POWER TOOLS INTRODUCTION
Health and Safety Executive Information Document HSE 246/31 REDUCING RISK OF HAND-ARM VIBRATION INJURY FROM HAND-HELD POWER TOOLS INTRODUCTION 1 This document contains internal guidance hich has been made
Framework for the Development of Food Safety Program Tools July 2001
Food Safety: Frameork for the Development of Food Safety Program Tools July 2001 Australia Ne Zealand Food Authority 2001 ISBN 0 642 34548 1 First published July 2001 This ork is copyright. Apart from
A Configuration Management Model for Software Product Line
A Configuration Management Model for Software Product Line Liguo Yu 1 and Srini Ramaswamy 2 1 Computer Science and Informatics Indiana University South Bend South Bend, IN 46634, USA [email protected] 2 Computer
TOGAF usage in outsourcing of software development
Acta Informatica Pragensia 2(2), 2013, 68 76, DOI: 10.18267/j.aip.25 Section: Online: aip.vse.cz Peer-reviewed papers TOGAF usage in outsourcing of software development Aziz Ahmad Rais 1, Rudolf Pecinovsky
Viewpoint Modeling. Agenda. 1. Viewpoint Modeling 2. ODS, Enterprise Architecture, Viewpoints, Models 3. Modeling approaches and standards
Viewpoint Modeling Antonio Vallecillo Universidad de Málaga Dpto. Lenguajes y Ciencias de la Computación [email protected] http://www.lcc.uma.es/~av Master en Ingeniería del Software e Inteligencia Artificial
Realizing business flexibility through integrated SOA policy management.
SOA policy management White paper April 2009 Realizing business flexibility through integrated How integrated management supports business flexibility, consistency and accountability John Falkl, distinguished
11 Tips to make the requirements definition process more effective and results more usable
1 11 Tips to make the s definition process more effective and results more usable This article discusses what I believe are the key techniques for making s definition process repeatable from project to
Classical Software Life Cycle Models
Classical Software Life Cycle Models SWEN 301 Trimester 1, 2015 Lecturer: Dr Hui Ma Engineering and Computer Science Lecture slides make use of material provided on the textbook's companion website Motivation
Rose/Architect: a tool to visualize architecture
Published in the Proceedings of the 32 nd Annual Hawaii International Conference on Systems Sciences (HICSS 99) Rose/Architect: a tool to visualize architecture Alexander Egyed University of Southern California
Aerospace Software Engineering
16.35 Aerospace Software Engineering Software Architecture The 4+1 view Patterns Prof. Kristina Lundqvist Dept. of Aero/Astro, MIT Why Care About Software Architecture? An architecture provides a vehicle
High-level Design. What is software architecture?
High-level Design Software Architecture What is it? Examples of common architectures Parnas KWIK index example of information hiding Model view controller in high level layered design 1 What is software
To introduce software process models To describe three generic process models and when they may be used
Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software
XXX. Problem Management Process Guide. Process Re-engineering Problem Management Process
XXX Management Process Guide Process Re-engineering Management Process Version Control Document Version Status Date Author Name Signature Date Table of Contents 1. INTRODUCTION...1 2. PURPOSE OF THE DOCUMENT...
Object Oriented Design
Object Oriented Design Kenneth M. Anderson Lecture 20 CSCI 5828: Foundations of Software Engineering OO Design 1 Object-Oriented Design Traditional procedural systems separate data and procedures, and
Core Issues Affecting Software Architecture in Enterprise Projects
Core Issues Affecting Software Architecture in Enterprise Projects Halûk Gümüşkaya Abstract In this paper we analyze the core issues affecting software architecture in enterprise projects where a large
Managing Variability in Software Architectures 1 Felix Bachmann*
Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA [email protected] Len Bass Software Engineering Institute Carnegie
CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.
CS 389 Software Engineering Lecture 2 Chapter 2 Software Processes Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. Topics covered Software process models Process activities Coping
Best-Practice Software Engineering: Software Processes to Support Project Success. Dietmar Winkler
Best-Practice Software Engineering: Software Processes to Support Project Success Dietmar Winkler Vienna University of Technology Institute of Software Technology and Interactive Systems [email protected]
Design Specification for IEEE Std 1471 Recommended Practice for Architectural Description IEEE Architecture Working Group 0 Motivation
Design Specification for IEEE Std 1471 Recommended Practice for Architectural Description IEEE Architecture Working Group 0 Motivation Despite significant efforts to improve engineering practices and technologies,
Requirements engineering
Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and
Elite: A New Component-Based Software Development Model
Elite: A New Component-Based Software Development Model Lata Nautiyal Umesh Kumar Tiwari Sushil Chandra Dimri Shivani Bahuguna Assistant Professor- Assistant Professor- Professor- Assistant Professor-
A Case Study of the Systems Engineering Process in Healthcare Informatics Quality Improvement. Systems Engineering. Ali M. Hodroj
A Case Study of the Systems Engineering Process in Healthcare Informatics Quality Improvement By Ali M. Hodroj Project Report submitted to the Faculty of the Maseeh School of Engineering and Computer Science
Introduction to software architecture
Learning Unit 1 Introduction to software architecture Contents Introduction............................................... 7 1.1 What is software architecture?................................. 7 1.1.1
Introduction to software architecture
Open Learning Universiteit Unit 1 Learning Unit 1 Introduction to software architecture Contents Introduction............................................... 7 1.1 What is softwarearchitecture?.................................
A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles
A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles Jørgen Thelin Chief Scientist Cape Clear Software Inc. Abstract The three common software architecture styles
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box
Development models. 1 Introduction. 2 Analyzing development models. R. Kuiper and E.J. Luit
Development models R. Kuiper and E.J. Luit 1 Introduction We reconsider the classical development models: the Waterfall Model [Bo76], the V-Model [Ro86], the Spiral Model [Bo88], together with the further
Plan-Driven Methodologies
Plan-Driven Methodologies The traditional way to develop software Based on system engineering and quality disciplines (process improvement) Standards developed from DoD & industry to make process fit a
Karunya University Dept. of Information Technology
PART A Questions 1. Mention any two software process models. 2. Define risk management. 3. What is a module? 4. What do you mean by requirement process? 5. Define integration testing. 6. State the main
Reaching CMM Levels 2 and 3 with the Rational Unified Process
Reaching CMM Levels 2 and 3 with the Rational Unified Process Rational Software White Paper TP174 Table of Contents INTRODUCTION... 1 LEVEL-2, REPEATABLE... 3 Requirements Management... 3 Software Project
An Approach to Software Architecture Description Using UML
An Approach to Software Architecture Description Using UML Henrik Bærbak Christensen, Aino Corry, and Klaus Marius Hansen Department of Computer Science, University of Aarhus Aabogade 34, 8200 Århus N,
Five best practices for deploying a successful service-oriented architecture
IBM Global Services April 2008 Five best practices for deploying a successful service-oriented architecture Leveraging lessons learned from the IBM Academy of Technology Executive Summary Today s innovative
NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0
NASCIO EA Development Tool-Kit Solution Architecture Version 3.0 October 2004 TABLE OF CONTENTS SOLUTION ARCHITECTURE...1 Introduction...1 Benefits...3 Link to Implementation Planning...4 Definitions...5
Master thesis in software engineering and management A Rationale Focused Software Architecture Documentation method (RFSAD)
Master thesis in software engineering and management A Rationale Focused Software Architecture Documentation method (RFSAD) Muhammad Asad Javed Göteborg, Sweden 2007 Department of Applied Information Technology
Software Process for QA
Software Process for QA Basic approaches & alternatives CIS 610, W98 / M Young 1/7/98 1 This introduction and overview is intended to provide some basic background on software process (sometimes called
Software Requirements
Software Engineering Software Requirements Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To introduce the concepts of user and system requirements To describe functional and
Enterprise Architecture: Practical Guide to Logical Architecture
Objecteering Practical Guides Enterprise Architecture: Practical Guide to Logical Architecture Author: Version: 1.0 Copyright: Softeam Softeam Consulting Team Supervised by Philippe Desfray Softeam 21
Object-Oriented Systems Analysis and Design
Object-Oriented Systems Analysis and Design Noushin Ashrafi Professor of Information System University of Massachusetts-Boston Hessam Ashrafi Software Architect Pearson Education International CONTENTS
Designing Real-Time and Embedded Systems with the COMET/UML method
By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design
A Variability Viewpoint for Enterprise Software Systems
2012 Joint Working Conference on Software Architecture & 6th European Conference on Software Architecture A Variability Viewpoint for Enterprise Software Systems Matthias Galster University of Groningen,
Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development
Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development ARBI GHAZARIAN University of Toronto Department of Computer Science 10 King s College Road, Toronto,
Requirements Management
REQUIREMENTS By Harold Halbleib Requirements Management Identify, Specify, Track and Control Requirements Using a Standard Process About the author... Harold Halbleib has a degree in Electrical Engineering
Masters of Science in Software & Information Systems
Masters of Science in Software & Information Systems To be developed and delivered in conjunction with Regis University, School for Professional Studies Object Oriented Design Table of Contents January
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in
Engineering Design. Software. Theory and Practice. Carlos E. Otero. CRC Press. Taylor & Francis Croup. Taylor St Francis Croup, an Informa business
Software Engineering Design Theory and Practice Carlos E. Otero CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor St Francis Croup, an Informa business AN
Using Use Cases for requirements capture. Pete McBreen. 1998 McBreen.Consulting
Using Use Cases for requirements capture Pete McBreen 1998 McBreen.Consulting [email protected] All rights reserved. You have permission to copy and distribute the document as long as you make no changes
Applying Viewpoints and Views to Software Architecture
Applying Viewpoints and Views to Software Architecture Nick Rozanski Marks and Spencer PLC [email protected] Eoin woods Zuhlke Engineering Ltd [email protected] Abstract Today s large information systems
Appendix B Data Quality Dimensions
Appendix B Data Quality Dimensions Purpose Dimensions of data quality are fundamental to understanding how to improve data. This appendix summarizes, in chronological order of publication, three foundational
Generating Aspect Code from UML Models
Generating Aspect Code from UML Models Iris Groher Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich, Germany [email protected] Stefan Schulze Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich,
Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering Software Processes Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To introduce software process models To describe three generic process models and when
Section C. Requirements Elicitation
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this
Quality Management. Lecture 12 Software quality management
Quality Management Lecture 12 Software quality management doc.dr.sc. Marko Jurčević prof.dr.sc. Roman Malarić University of Zagreb Faculty of Electrical Engineering and Computing Department of Fundamentals
SOMA, RUP and RMC: the right combination for Service Oriented Architecture
SOMA, RUP and RMC: the right combination for Service Oriented Architecture WebSphere User Group, Bedfont, 4th March, 2008 Keith Mantell Senior Solution Architect IBM Rational [email protected] March
Topic 4: Introduction to Labour Market, Aggregate Supply and AD-AS model
Topic 4: Introduction to Labour Market, Aggregate Supply and AD-AS model 1. In order to model the labour market at a microeconomic level, e simplify greatly by assuming that all jobs are the same in terms
Utilizing Domain-Specific Modelling for Software Testing
Utilizing Domain-Specific Modelling for Software Testing Olli-Pekka Puolitaival, Teemu Kanstrén VTT Technical Research Centre of Finland Oulu, Finland {olli-pekka.puolitaival, teemu.kanstren}@vtt.fi Abstract
Modellistica Medica. Maria Grazia Pia, INFN Genova. Scuola di Specializzazione in Fisica Sanitaria Genova Anno Accademico 2002-2003
Modellistica Medica Maria Grazia Pia INFN Genova Scuola di Specializzazione in Fisica Sanitaria Genova Anno Accademico 2002-2003 Lezione 18-19 The Unified Process Static dimension Glossary UP (Unified
Software Process and Models
Agenda Software Process Models Plan-driven Process Models Software Process and Models A software process model simplified, abstracted description of a software development process. A model is good for
Architecture Centric Development in Software Product Lines
Architecture Centric Development in Software Product Lines Aurangzeb Khan DCE, College of E & ME National University of Science and Technology (NUST), Pakistan Farooque Azam DCE, College of E & ME National
Basic Trends of Modern Software Development
DITF LDI Lietišķo datorsistēmu programmatūras profesora grupa e-business Solutions Basic Trends of Modern Software Development 2 3 Software Engineering FAQ What is software engineering? An engineering
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
Systems Integration: Component-based software engineering Objectives To explain that CBSE is concerned with developing standardised components and composing these into applications To describe components
Fourth generation techniques (4GT)
Fourth generation techniques (4GT) The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common. Each enables the software engineer to specify some
A Comparison of SOA Methodologies Analysis & Design Phases
202 A Comparison of SOA Methodologies Analysis & Design Phases Sandra SVANIDZAITĖ Institute of Mathematics and Informatics, Vilnius University Abstract. Service oriented computing is a new software engineering
What s a BA to do with Data? Discover and define standard data elements in business terms. Susan Block, Program Manager The Vanguard Group
What s a BA to do with Data? Discover and define standard data elements in business terms Susan Block, Program Manager The Vanguard Group Discussion Points Discovering Business Data The Data Administration
3SL. Requirements Definition and Management Using Cradle
3SL Requirements Definition and Management Using Cradle November 2014 1 1 Introduction This white paper describes Requirements Definition and Management activities for system/product development and modification
Improved Software Testing Using McCabe IQ Coverage Analysis
White Paper Table of Contents Introduction...1 What is Coverage Analysis?...2 The McCabe IQ Approach to Coverage Analysis...3 The Importance of Coverage Analysis...4 Where Coverage Analysis Fits into your
How To Develop Software
Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which
Software Engineering Question Bank
Software Engineering Question Bank 1) What is Software Development Life Cycle? (SDLC) System Development Life Cycle (SDLC) is the overall process of developing information systems through a multi-step
Enterprise Architecture Review
Enterprise Architecture Review Arquitectura multivapa mediante Ajax y ORM Héctor Arturo Flórez Fernández * Fecha de recepción: octubre 29 de 2010 Fecha de aceptación: noviembre 23 de 2010 Abstract Enterprise
Quantification and Traceability of Requirements
Quantification and Traceability of Requirements Gyrd Norvoll Master of Science in Computer Science Submission date: May 2007 Supervisor: Tor Stålhane, IDI Norwegian University of Science and Technology
Lecture 9: Requirements Modelling
A little refresher: What are we modelling? Lecture 9: Requirements Modelling Requirements; Systems; Systems Thinking Role of Modelling in RE Why modelling is important Limitations of modelling Brief overview
Software Architecture Document
Software Architecture Document Project Management Cell 1.0 1 of 16 Abstract: This is a software architecture document for Project Management(PM ) cell. It identifies and explains important architectural
Requirements Analysis Concepts & Principles. Instructor: Dr. Jerry Gao
Requirements Analysis Concepts & Principles Instructor: Dr. Jerry Gao Requirements Analysis Concepts and Principles - Requirements Analysis - Communication Techniques - Initiating the Process - Facilitated
