A UML Profile for Documenting the Component-and-Connector Views of Software Architectures
|
|
|
- Linette Hoover
- 9 years ago
- Views:
Transcription
1 A UML Profile for Documenting the Component-and-Connector Views of Software Architectures Lic. Valerio Adrián Anacleto Epidata Consulting Buenos Aires, Argentina, Maipú 521 1ro A [email protected] ABSTRACT In this paper, we present a UML profile and a group of UML patterns for documenting the component-andconnector views of software architectures [8]. They facilitate the creation of the component and connector viewtype in any UML 2.0 tool with a compliance level 3 [14]. This work s contributions are: (1) Facilitating the documentation of all the software application s views using only one tool. (2) Curtailing investment in personnel training. (3) Allowing the establishment of an adequate traceability between the architectural artifacts and the rest of the model. Keywords: software architecture, component-andconnector viewtype, software documentation, UML 2.0 INTRODUCTION The aim of this paper is to offer a solution, to a common challenge that arises in practice when an architecture is meant to be documented: how should the component-andconnector views of an application be documented in a syntactic and semantic correct way without losing the traceability of the rest of the documentation artifacts as well as using a unique documentation tool of software applications? Until its 2.0 version, UML did not count with an appropriate support to document software architectures formally. However, since its 2.0 version, UML has added some new constructs such as: composite structures, ports and roles, which enable the architecture software documentation in a more natural and intuitive way. Although these constructs represent a clear improvement regarding the early UML versions, UML still falls short to document architectures formally [8] and even views as significant as the component-and-connector ones are not easy to document using UML [8]. Component-and-Connector Viewtype The component-and-connector viewtype enables the representation of a software architecture from the point of view of its components, the principal unit of runtime interaction or data storage, and its connectors, the interaction mechanism among components and the data flow among them [8]. The component-and-connector view is considered one of the most important ones for the developer as well as for the architect [5] and of vital significance for the analysis and quality requirements scope, such as availability, performance, scalability among others. When trying to design a component-and-connector view we come across a dilemma: should we model the component-and-connector view with an ordinary assistance tool for the UML design tool or should we use an architecture design tool such as: BiZZ design Architect [4], AcmeStudio [1], Aesop [2], Darwin [7] or Unicon [17]? For more information on ADLs and software architecture design tools, refer to [10]. Next, we will analyze some of the consequences of using diverse design tools for different documentation aspects. Consequences of Using Different Tools In everyday practice, the lack of formal knowledge of UML and software architecture as well as the need of books that wipe out the ambiguity in common errors using UML regarding the interpretation of design, analysis and documentation of applications in general already seems to be too much to force the use of multiple tools. The use of a variety of tools implies a required training to use each tool, which is time consuming and that time means, in turn, an increase in the total cost of ownership (TCO) of the project. It is feasible that the selected tools have a license cost, which implies a bigger investment in software. Most companies own a UML design tool but they do not count with one that enables the design of software architectures. The tools for software architecture design are neither established nor well known in the industry yet. Moreover, the best tools of this type are still only an academic initiative and, regretfully, the academic-industrial gap is big, and at the same time, the usability and quality of the tools are not the best. 21
2 Traceability of the documentation elements: for us, this is the most important of all the problems because of its impact on the usability and money expense as regards the documentation maintenance cost. By traceability we understand an existent relationship between the model elements. There can be different types of traceability relationships according to the particular requirements. For instance, the trace of the links among a diagram s elements or the trace that shows the evolution from the requirements to the final code, linking all the artifacts in between which, in a development process, usually represent the abstraction level and maturity of the solution in a specific stage of the development process. For instance, we could trace a group of requirements that gave life to a use case; at the same time, this use case could be traced with an analysis diagram and so on until we reach the code that implements the functionality of this use case. Having an appropriate traceability in a model allows, among other things, to analyze dependencies, to estimate the impact in the changes of an artifact, and to distribute the work and analyze the system s quality attributes by means of, for example, traces between the software components and the nodes where the deployment will take place. By having two separate modeling tools for the architecture and for the rest of the application, the key traceability elements that create the links with the architecture are lost; therefore, they have to be kept separately, for instance, by means of using a traceability matrix. Advantages of Using Different Tools It is useful to use a variety of tools if, due to the characteristics of the application or the maturity degree of the software architecture practices, it is necessary to document that architecture using the highest possible level of detail and strictness. Throughout a variety of software architecture assessments, we have discovered that, regardless of the tool and the type of view to document, it is imperative to count with a software architecture documentation that shows, among other things: the most important processes, the components that make up the architecture (sometimes called in industry Architecture Map ), their dependencies and coupling, and in which abstraction level they occur (data, business logic, etc.). example, using the developed UML profile. Then, we analyze the work done from the point of view of usability. Finally, we make comments about some possibilities of future work and provide conclusions on the current paper. MODELING THE COMPONENT-AND- CONNECTOR VIEWTYPE WITH UML 2.0 In order to facilitate the design of the component-andconnector views we have developed a UML profile [14] which, by being a standard specification defined by the OMG (Object Management Group), guarantees us that it will be able to be used by any tool that implements UML 2.0 or higher. The need to use the 2.0 or a higher UML version is due to the fact that in the 2.0 version some documentation constructs are introduced, such as ports and roles, which are useful for our UML profile. Garlan s work [8] shows several of the available options for modeling a component-and-connector views using UML 2.0. We took as a basis the analysis done in that work for making decisions when creating our own UML profile. It is also important to mention that some of the decisions are original from this work; they will be described in detail later on. Next, we will list the elements that make up the UML profile for the component-and-connector viewtype. Components We decided to document the components using the Component documentation construct defined in UML 2.0. Another option to document them was using the Classes documentation construct. There are some opinions that claim that the latter could vanish from the future UML versions since the semantics of both artifacts overlap considerably [12]. We decided to give the component a similar visual aspect to the one used in Christine Hofmeister s book [11] when documenting architecture diagrams, because we found it intuitive and practical for the purpose of documenting a software architecture. It is striking that, in a quite high percentage, there are not many companies counting with a software architecture that meets these minimal conditions. We believe that, in order to achieve this goal, it suffices to use any UML modeling tool in an adequate way, documenting the component-and-connector views within the same tool by means of a UML profile specification [14]. In this paper we present a UML profile by means of which the component-and-connector views in any UML modeling tool that supports a compliance level - complete (L3) can be documented, avoiding the consequences of using a variety of modeling tools. The rest of the work is organized in the following way: in the first part we present our choice for modeling the component-and-connector views using UML 2.0 and representing it by means of UML patterns and profiles. In the second section we show a design, as an illustrative Figure 1: visual aspect of a component Connectors In all the papers and significant documents on software architecture documentation, the importance of treating connectors as first class citizens [15] is highlighted; in UML it could be expressed as a classifier and not as a simple association. The fact that a connector appears as a classifier has very deep implications in the expressive power of the connector and in the traceability of the artifacts; for example, one could create a connector as a structured classifier and within that connector define the class diagram related to the design itself, its sequences, collaborations and quality requirements specifications, which would greatly facilitate the analysis of quality 22
3 attributes that may or may not be reached by a software architecture. In spite of the fact that we take Garlan s work [8] as a fundamental reference for our current work; the former does not include as an option the use of a component construct to document a connector. We believe that a connector s semantics is much more similar to the one of a component than to an association or an association class, which are the options mentioned in the quoted work. We believe this because UML component are first class citizen [15] meanwhile association and association class aren t independent classifiers. That is why in our UML profile we use as a basis a UML component to document a connector (from the componentand-connector viewtype). By changing its appearance by means of a stereotype, we can distinguish it visually from a component. We follow the visual aspect defined by Christine Hofmeister [11]. subsequent development of tools that gain benefits and maximize the use of the current UML profile. Figure 5: visual aspect and stereotype of the port-and-role association Delegation We thought it would be convenient to create a delegate association to distinguish it from the ordinary association. A delegate association only takes place between roles and it corresponds to the delegation of a message received by a port, which can be called A and which delegates the message to another one: port B. In this case it could be said that port A delegates the message to port B. We identify this association by placing an arrow on one of the ends of the line to indicate the message direction. cd delegations MergeAndSort Figure 2: visual aspect of a connector Port1 «CCPortDelegate» Merge Ports Ports are constructs defined in UML 2.0; therefore, we use them just as they are defined in the standard itself. Taking into account the fact that a port can only belong to a component, this restriction is not validated in the UML profile since not all the tools support OCL adequately. pin pin «CCPortDelegate» pin pout Figure 6: visual aspect and stereotype of two delegations Properties Our decision for documenting software architecture properties is to use tagged values, validated for the components instances. In the case of properties shared by all the instances (type properties), we use attributes. Figure 3: visual aspect of a port associated to a component Roles Just like in the case of ports, roles are defined in UML 2.0; therefore, we believe their use is quite convenient. However, a role will only be associated to a connector kind of construct. THE UML PROFILE Next, we show the design diagram of the UML profile we have developed. It can be downloaded from [6]. It is important to mention that it was only used with the Enterprise Architect tool, which can be downloaded from [16]. Since a UML profile is a standard defined by the OMG, any tool that keeps to the standard should be capable of using the UML profile. Other tools that abide by the standard according to the OMG can be found in [18]. Figure 4: visual aspect of two roles associated to a connector Association To associate ports and roles, we use an association defined in our UML profile for the purpose of distinguishing it from other types of associations and allowing the 23
4 cd CCViewType JCS&T Vol. 8 No. 1 April 2008 Port + isbehavior: Boolean = false + isservice: Boolean = true Component + isindirectlyinstantiated: Boolean = true Component + isindirectlyinstantiated: Boolean = true CCPort - _sizex: int = 15 - _sizey: int = 15 CConnector - _name: int = ccconnector - _sizex: int = _sizey: int = 75 CCComponent - _sizex: int = _sizey: int = 80 Port + isbehavior: Boolean = true + isservice: Boolean = false Association + direction: Direction = Unspecified Delegate + direction: Direction = Source -> Desti... CCRol - _sizex: int = 15 - _sizey: int = 15 Attachment CCPortDelegate Figure 7: profile design AN EXAMPLE ON HOW TO USE THE PROFILE In figure 8 we show an example in which we document a pipe-and-filter sequence; the sequence itself is of no significance, but it is important to highlight the power of the developed profile. It represents instances of some components and connectors defined in figure 9. The sample can be downloaded from [6] Figure 8: sequence of a pipe-and-filter view The former diagram was created using instances of an architectural type diagram, which can be found in figure 9 and which represents the design of the components and connectors for a pipe-and-filter architecture style as well as their possible relationships, for instance, it can be noticed that a filter is related to a pipe through the ports of 24
5 the first and the roles of the second and that grep, merge, sort and splitter are specializations of filter, and as a consequence, they inherit its semantics. _ Pipe Filter Grep Merge Sort Splitter Figure 9: definition of architectural types for a pipe-andfilter architectural style This would considerably facilitate the use of the tool, making it more agile by avoiding repetitive tasks without losing the formality and semantics of components and connectors. Integration of the UML Profile with Commercial Tools In figure 10 we show the use of the UML profile with the Enterprise Architect tool. In the toolbox on the left, the menu is restricted for the component-and-connector viewtype with the elements defined in the UML profile. In the resource view on the right, the patterns that facilitate the use of the defined profile can be appreciated. The profile integrated wth the tool can be downloaded from [6] USABILITY The International Standardization Organization (ISO) offers two definitions of usability: ISO/IEC 9126: Usability refers to the software s ability to be understood, learned, used and considered attractive by the user, under specific conditions of use. This definition emphasizes the internal and external attributes of the product regardless whether it is a software or not which contribute to its functionality and efficiency. The usability depends not only on the product itself but also on the user. That is why a product is by no means usable by itself; it can only be used within a specific context and by specific users. The usability cannot be valued if a product is studied in an isolated way. ISO/IEC 9241: "Usability is the efficiency and satisfaction with which a product enables specified users to achieve specified goals in a specified context of use. This definition focuses on the concept of quality of use, that is to say, it refers to the way the user performs specified tasks under specified circumstances effectively. Usability of the UML Profile It seems to be clear that, for the profile to be useful, it is necessary that it is usable in the sense given by both definitions above. We implemented the profile bearing in mind the graphic aspects and following a well known component-andconnector metaphor taken from Hofmeister s book [11], which bears resemblance to the one used in many works by Garlan, Shaw and other software architecture precursors and also to the iconography and metaphor used in some software architecture documentation tools, such as [17] and [1]. This makes the choice we have presented here intuitive. There is a second aspect which has a deep impact in usability: it is that every component will have, at least, one port and every connector will have, at least, one role. The user will find it repetitive and tedious to drag and drop a port or a role every time he documents a component or a connector. To improve this aspect, we decided to use another standard defined within UML and implementing some component-and-connector design patterns. These patterns can be, for instance and among others, a component with a port, as shown in figure 3, a component with two ports, a connector with two roles, and so on. Figure 10: integration of the UML profile with commercial tools FUTURE WORK In future works, it would be interesting to look for the way to create traces between composite elements as if they were only one element, for example, a component and its ports. This would enable the traceability of a component with its ports and inner structure as a single element instead of many. Integrating this profile with an ADL would be another possibility of future work, though it depends on OMG choosing an ADL for the standard UML, in case any decision is taken on the short run. CONCLUSIONS AND CONTRIBUTIONS In the current work, we implemented a UML profile for documenting the component-and-connector views. For the implementation of the profile, our main reference was Garlan s work [8], though it was also necessary to take some decisions that were not taken into account in that work. We believe that using this profile to document the component-and-connector views will facilitate the software architects work by enabling the documentation of the architecture together with the rest of the application s design. By facilitating and, as a consequence, disseminating the use and practices of architecture, since a UML profile is a standard, it can be used with any UML design tool, diminishing the complexity of having to deal with a variety of tools and the overall cost of documenting a software application in an appropriate way. 25
6 REFERENCES [1] Acme Project home page: [2] Aesop - home page: [3] Len Bass, Paul Clements, Rick Kazman. Software Architecture In Practice, Second Edition. Boston: Addison-Wesley, p ISBN , [4] BiZZdesign Architect home page: html [5] Paul Clements, Felix Bachmann, Len Bass, David Garlan, James Ivers, Reed Little, Robert Nord, Judith Stafford (2003). Documenting Software Architectures: Views and Beyond. Boston: Addison-Wesley, pp ISBN [6] Component and Connector profile, patterns and sample downloads: the+component+and+connector+views+of+software +Architectures+Downloads [7] Darwin, The Software Architect's Assistant home page: [8] David Garlan, James Ivers, Paul Clements, Robert Nord, Bradley Schmerl and Jaime Rodrigo Oviedo Silva. Documenting Component and Connector Views with UML 2.0. Technical report, CMU/SEI-2004-TR- 008, Software Engineering Institute, [9] David Garlan, R. Monroe, and D. Wile. "Acme: an Architecture Description Interchange Language," Proceedings of the 1997 Conference of the Centre for Advanced Studies on Collaborative Research, ACM, New York (1997), p. 7. [10] David Garlan. Software Architecture: a Roadmap, in The Future of Software Engineering, A. Finkelstein, Ed.: ACM Press, pp , [11] Christine Hofmeister, Robert Nord, Dilip Soni. Applied software architecture, Addison-Wesley Longman Publishing Co., Inc., Boston, MA, 1999 [12] C. Kobryn. UML 3.0 and the Future of Modeling. Software System Modeling, 3:4--8, 2004.UML3.0 [13] MetaObject Facility (MOF) 2.0 Core Specification, Available Specification, OMG document ptc/ , Object Management Group (2004), cgi-bin/doc?ptc/ [14] UML 2.0 Superstructure Specification, OMG document formal/ , Object Management Group, Inc. (2005), [15] Mary Shaw and David Garlan. Software Architecture: Perspectives on an Emerging Discipline. Prentice Hall, 1995 [16] Sparx Systems - Enterprise Architect home page: [17] Unicon home page: [18] UML Directory: 26
Using UML Part One Structural Modeling Diagrams
UML Tutorials Using UML Part One Structural Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,
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,
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
A Case Study in the Design of a Restaurant Management System
A Case Study in the Design of a Restaurant Management System Wesley Williams, Devon M. Simmonds Department of Computer Science University of North Carolina Wilmington {waw5709, simmondsd}@uncw.edu Abstract
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
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED DISCOVERY AND ANALYSIS MODEL LANGUAGE SPECIFICATIONS
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED DISCOVERY AND ANALYSIS MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework
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
Risk-Managed Modernization
Seacord.book Page 27 Wednesday, January 22, 2003 9:55 PM 3 Risk-Managed Modernization First ponder, then dare. Helmuth von Moltke (1800 1891) We are prepared to take risks, but intelligent risks. The policy
Requirements Management with Enterprise Architect
An Introduction to Requirements Management with Enterprise Architect By Sparx Systems All material Sparx Systems 2010 version 1.3 www.sparxsystems.com Sparx Systems 2010 Page 1 Trademarks Object Management
What Agile Architects Do and What They Need. Viktor Clerc Rik Farenhorst Daan Kalmeijer
What Agile Architects Do and What They Need Viktor Clerc Rik Farenhorst Daan Kalmeijer Who we are Inspearit: Consultancy and Training Architecture, Process Improvement, Software Quality, Security, Based
Model Driven Business Architecture. Pete Rivett CTO, Adaptive [email protected]
Model Driven Business Architecture Pete Rivett CTO, Adaptive [email protected] Copyright Adaptive Ltd. 2001 Outline What is business architecture? User needs Information needs (metamodels) Use of
An Architecture-Based Approach for Component-Oriented Development
An Architecture-Based Approach for Component-Oriented Development Feng Chen, Qianxiang Wang, Hong Mei, Fuqing Yang Department of Computer Science and Technology, Peking University, Beijing 100871, P.R.China
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
Service Oriented Architecture
Service Oriented Architecture Version 9 2 SOA-2 Overview Ok, now we understand the Web Service technology, but how about Service Oriented Architectures? A guiding analogy Terminology excursion Service,
SysML Modelling Language explained
Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling
PROCESS-DRIVEN SOFTWARE DEVELOPMENT METHODOLOGY FOR ENTERPRISE INFORMATION SYSTEM
PROCESS-DRIVEN SOFTWARE DEVELOPMENT METHODOLOGY FOR ENTERPRISE INFORMATION SYSTEM Kwan Hee Han 1 and Yongsun Choi 2 1 Department of Industrial & Systems Engineering, Engineering Research Institute, Gyeongsang
SOPLE-DE: An Approach to Design Service-Oriented Product Line Architectures
SOPLE-DE: An Approach to Design -Oriented Product Line Architectures Flávio M. Medeiros, Eduardo S. de Almeida 2, and Silvio R.L. Meira Federal University of Pernambuco (UFPE) 2 Federal University of Bahia
6 Documenting a Software Architecture
6 Documenting a Software Architecture 6. Introduction Architecture documentation is often a thorny issue in IT projects. It s common for there to be little or no documentation covering the architecture
Chang-Hyun Jo PhD, Professor Department of Computer Science. http://jo.ecs.fullerton.edu
SPIN (Feb. 12, 2010) Software Architecture: 5W-1H Chang-Hyun Jo PhD, Professor Department of Computer Science California State University Fullerton http://jo.ecs.fullerton.edu * SEI Certified CMMI Instructor
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
Modeling the User Interface of Web Applications with UML
Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de
COMBINING PROCESS MODELLING AND CASE MODELLING
Page 1 COMBINING PROCESS MODELLING AND CASE MODELLING Knut Hinkelmann and Arianna Pierfranceschi FHNW University of Applied Sciences and Arts Northwestern Switzerland, School of Business Riggenbachstrasse
MSE-201 SOFTWARE PROJECT MANAGEMENT
MSE-201 SOFTWARE PROJECT MANAGEMENT Unit-I Introduction to Software project Management: Software projects, Contract management and technical project management, Activities covered by software project management,
Data Model as an Architectural View
Data Model as an Architectural View Paulo Merson October 2009 TECHNICAL NOTE CMU/SEI-2009-TN-024 Research, Technology, and System Solutions Unlimited distribution subject to the copyright. This report
Rational Unified Process for Systems Engineering RUP SE1.1. A Rational Software White Paper TP 165A, 5/02
Rational Unified Process for Systems Engineering RUP SE1.1 A Rational Software White Paper TP 165A, 5/02 Table of Contents INTRODUCTION...1 BUSINESS MODELING...3 SYSTEM ARCHITECTURE...4 SYSTEM ARCHITECTURE
Component visualization methods for large legacy software in C/C++
Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University [email protected]
Modeling Guidelines Manual
Modeling Guidelines Manual [Insert company name here] July 2014 Author: John Doe [email protected] Page 1 of 22 Table of Contents 1. Introduction... 3 2. Business Process Management (BPM)... 4 2.1.
Information Management Metamodel
ISO/IEC JTC1/SC32/WG2 N1527 Information Management Metamodel Pete Rivett, CTO Adaptive OMG Architecture Board [email protected] 2011-05-11 1 The Information Management Conundrum We all have Data
Aspect Oriented Strategy to model the Examination Management Systems
Aspect Oriented Strategy to model the Examination Management Systems P.Durga 1, S.Jeevitha 2, A.Poomalai 3, Prof.M.Sowmiya 4 and Prof.S.Balamurugan 5 Department of IT, Kalaignar Karunanidhi Institute of
zen Platform technical white paper
zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant
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
Importance of Software Documentation
www.ijcsi.org 223 Importance of Software Documentation Noela Jemutai Kipyegen 1 and William P. K. Korir 2 1 Department of Computer Science, Egerton University Njoro, Kenya 2 Department of Computer Science,
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)
Web Content Management System, Migration and Maintenance Services for ECDC Web Portal
Web Content Management System, Migration and Maintenance Services for ECDC Web Portal Current System Description Reference H March 2015 Page 1 Table of Contents 1. Introduction... 4 1.1. Purpose and Scope...
A Framework of Model-Driven Web Application Testing
A Framework of Model-Driven Web Application Testing Nuo Li, Qin-qin Ma, Ji Wu, Mao-zhong Jin, Chao Liu Software Engineering Institute, School of Computer Science and Engineering, Beihang University, China
How To Understand The Software Development Lifecycle
REQUIREMENTS ANALYSIS AND SYSTEM DESIGN third edition LESZEKA. MACIASZEK ADDISON-WESLEY An imprint of Pearson Education Harlow, England London New York Boston San Francisco Toronto Sydney Singapore Hong
Semantic Object Language Whitepaper Jason Wells Semantic Research Inc.
Semantic Object Language Whitepaper Jason Wells Semantic Research Inc. Abstract While UML is the accepted visual language for object-oriented system modeling, it lacks a common semantic foundation with
An MDA Approach for the Development of Web applications
An MDA Approach for the Development of Web applications Santiago Meliá Beigbeder and Cristina Cachero Castro {santi,ccachero}@dlsi.ua.es Univesidad de Alicante, España Abstract. The continuous advances
VISUALIZATION APPROACH FOR SOFTWARE PROJECTS
Canadian Journal of Pure and Applied Sciences Vol. 9, No. 2, pp. 3431-3439, June 2015 Online ISSN: 1920-3853; Print ISSN: 1715-9997 Available online at www.cjpas.net VISUALIZATION APPROACH FOR SOFTWARE
Business Process Modeling with Structured Scenarios
Business Process Modeling with Structured Scenarios Doug Rosenberg ICONIX Software Engineering, Inc. In 2008, based on our experience with a number of business process engineering projects over the last
Umbrello UML Modeller Handbook
2 Contents 1 Introduction 7 2 UML Basics 8 2.1 About UML......................................... 8 2.2 UML Elements........................................ 9 2.2.1 Use Case Diagram.................................
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,
Do you know? "7 Practices" for a Reliable Requirements Management. by Software Process Engineering Inc. translated by Sparx Systems Japan Co., Ltd.
Do you know? "7 Practices" for a Reliable Requirements Management by Software Process Engineering Inc. translated by Sparx Systems Japan Co., Ltd. In this white paper, we focus on the "Requirements Management,"
Chapter 3. Technology review. 3.1. Introduction
Technology review Chapter 3 3.1. Introduction Previous chapter covers detail description about problem domain. In this chapter I will discuss the technologies currently available to solve a problem in
Software Engineering Tools and Methods
Software Engineering Tools and Methods Fernando Brito e Abreu ([email protected]) Universidade Nova de Lisboa (http://www.unl.pt) QUASAR Research Group (http://ctp.di.fct.unl.pt/quasar) SWEBOK: the 10
Using UML to Construct a Model Driven Solution for Unified Access to Disparate Data
Using UML to Construct a Model Driven Solution for Unified Access to Disparate Data Randall M. Hauch VP Development, Chief Architect Metadata Management OMG's Second Workshop on UML for Enterprise Applications:
The Concern-Oriented Software Architecture Analysis Method
The Concern-Oriented Software Architecture Analysis Method Author: E-mail: Student number: Supervisor: Graduation committee members: Frank Scholten [email protected] s0002550 Dr. ir. Bedir Tekinerdoǧan
Analysis of the Specifics for a Business Rules Engine Based Projects
Analysis of the Specifics for a Business Rules Engine Based Projects By Dmitri Ilkaev and Dan Meenan Introduction In recent years business rules engines (BRE) have become a key component in almost every
Applying MDA in Developing Intermediary Service for Data Retrieval
Applying MDA in Developing Intermediary Service for Data Retrieval Danijela Boberić Krstićev University of Novi Sad Faculty of Sciences Trg Dositeja Obradovića 4, Novi Sad Serbia +381214852873 [email protected]
Reusable Connectors in Component-Based Software Architecture
in Component-Based Software Architecture Abdelkrim Amirat, Mourad Oussalah To cite this version: Abdelkrim Amirat, Mourad Oussalah. Reusable Connectors in Component-Based Software Architecture. Ninth international
Writing Use Case Scenarios for Model Driven Development
Writing Use Case Scenarios for Model Driven Development This guide outlines how to use Enterprise Architect to rapidly build Use Cases and increase your productivity through Model Driven Development. Use
Developing in the MDA Object Management Group Page 1
Developing in OMG s New -Driven Architecture Jon Siegel Director, Technology Transfer Object Management Group In this paper, we re going to describe the application development process supported by OMG
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
Chapter 2 Critical Success Factors for Global Software Development
Chapter 2 Critical Success Factors for Global Software Development John works for BAS Corporation, which grew over years through mergers and acquisitions of companies around the world. BAS Corporation
MDA Overview OMG. Enterprise Architect UML 2 Case Tool by Sparx Systems http://www.sparxsystems.com. by Sparx Systems
OMG MDA Overview by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page:1 Trademarks Object Management Group, OMG, CORBA, Model Driven Architecture, MDA, Unified Modeling Language, UML,
Towards a Common Metamodel for the Development of Web Applications
Towards a Common Metamodel for the Development of Web Applications Nora Koch and Andreas Kraus Ludwig-Maximilians-Universität Munich, Germany Motivation Overwhelming diversity of Web methodologies Goal:
Big Data Systems and Interoperability
Big Data Systems and Interoperability Emerging Standards for Systems Engineering David Boyd VP, Data Solutions Email: [email protected] Topics Shameless plugs and denials What is Big Data and Why
[Refer Slide Time: 05:10]
Principles of Programming Languages Prof: S. Arun Kumar Department of Computer Science and Engineering Indian Institute of Technology Delhi Lecture no 7 Lecture Title: Syntactic Classes Welcome to lecture
BUSINESS RULES AND GAP ANALYSIS
Leading the Evolution WHITE PAPER BUSINESS RULES AND GAP ANALYSIS Discovery and management of business rules avoids business disruptions WHITE PAPER BUSINESS RULES AND GAP ANALYSIS Business Situation More
A Visual Language Based System for the Efficient Management of the Software Development Process.
A Visual Language Based System for the Efficient Management of the Software Development Process. G. COSTAGLIOLA, G. POLESE, G. TORTORA and P. D AMBROSIO * Dipartimento di Informatica ed Applicazioni, Università
Requirements Management with Enterprise Architect
Requirements Management with Requirements Management with Enterprise Architect By Sparx Systems www.sparxsystems.com Sparx Systems 2014 Requirements Management with Trademarks Object Management Group,
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models?
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models? Ludmila Penicina Institute of Applied Computer Systems, Riga Technical University, 1 Kalku, Riga, LV-1658,
Techniques for ensuring interoperability in an Electronic health Record
Techniques for ensuring interoperability in an Electronic health Record Author: Ovidiu Petru STAN 1. INTRODUCTION Electronic Health Records (EHRs) have a tremendous potential to improve health outcomes
Sparx Systems Enterprise Architect for Team Players
Course Description 4 day - expert led onsite training and hands-on workshops Experience hands-on modeling and learn how to use Enterprise Architect with your next project. Discover surprising ways to improve
Introduction to Web Services
Department of Computer Science Imperial College London CERN School of Computing (icsc), 2005 Geneva, Switzerland 1 Fundamental Concepts Architectures & escience example 2 Distributed Computing Technologies
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
ARMMS - Architecture Reference Model for Multilingual Software
ARMMS - Architecture Reference Model for Multilingual Software V. Prasanna Venkatesan, S. Kuppuswami ARMMS - Architecture Reference Model for Multilingual Software V. Prasanna Venkatesan *1, S. Kuppuswami
Designing a Semantic Repository
Designing a Semantic Repository Integrating architectures for reuse and integration Overview Cory Casanave Cory-c (at) modeldriven.org ModelDriven.org May 2007 The Semantic Metadata infrastructure will
A UML Introduction Tutorial
A UML Introduction Tutorial 1/27/08 9:55 PM A UML Introduction Tutorial In this tutorial you will learn about the fundamentals of object oriented modelling, the Unified Modelling Language and the software
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
A Mind Map Based Framework for Automated Software Log File Analysis
2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore A Mind Map Based Framework for Automated Software Log File Analysis Dileepa Jayathilake
UML Profiling Comes of Age Realizing the Potential of Domain-Specific Modeling
UML Profiling Comes of Age Realizing the Potential of Domain-Specific Modeling PATHS TO DOMAIN-SPECIFIC MODELING... 1 UML PROFILING... 2 The Origin of the UML Profiling Specifications... 2 The Vision...
Excerpts from Chapter 4, Architectural Modeling -- UML for Mere Mortals by Eric J. Naiburg and Robert A. Maksimchuk
Excerpts from Chapter 4, Architectural Modeling -- UML for Mere Mortals by Eric J. Naiburg and Robert A. Maksimchuk Physical Architecture As stated earlier, architecture can be defined at both a logical
PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS
PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS M. Taleb, A. Seffah Human-Centred Software Engineering Group Concordia University, Montreal, Quebec, Canada Phone: +1 (514) 848 2424 ext 7165 and/or ext
i. Node Y Represented by a block or part. SysML::Block,
OMG SysML Requirements Traceability (informative) This document has been published as OMG document ptc/07-03-09 so it can be referenced by Annex E of the OMG SysML specification. This document describes
Design by Contract beyond class modelling
Design by Contract beyond class modelling Introduction Design by Contract (DbC) or Programming by Contract is an approach to designing software. It says that designers should define precise and verifiable
Tool Support for Model Checking of Web application designs *
Tool Support for Model Checking of Web application designs * Marco Brambilla 1, Jordi Cabot 2 and Nathalie Moreno 3 1 Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza L. Da Vinci,
JOURNAL OF OBJECT TECHNOLOGY
JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2006 Vol. 5, No. 6, July - August 2006 On Assuring Software Quality and Curbing Software
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
Announcements. Project status demo in class
Web Design cs465 Announcements Project status demo in class Why? You will likely be involved in Web design You have many of the skills necessary Understand similarities and differences between GUI design
Tool Support for fuml Models
Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. V (2010), No. 5, pp. 775-782 Tool Support for fuml Models C.-L. Lazăr, I. Lazăr, B. Pârv, S. Motogna, I.-G. Czibula
StarUML Documentation
StarUML Documentation Release 2.0.0 MKLab June 24, 2016 Contents 1 Basic Concepts 3 1.1 Project.................................................. 3 1.2 Model vs. Diagram............................................
WHITEPAPER. Managing Design Changes in Enterprise SBM Installations
WHITEPAPER Managing Design Changes in Enterprise SBM Installations By Tom Clement Serena Software, Inc. October 2013 Summary This document explains how to organize your SBM maintenance and development
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
Software Quality and Agile Methods
Software Quality and Agile Methods Ming Huo, June Verner, Liming Zhu, Muhammad Ali Babar National ICT Australia Ltd. and University of New South Wales, Australia {mhuo, jverner, limingz, malibaba }@cse.unsw.edu.au
Compliance and Requirement Traceability for SysML v.1.0a
1. Introduction: Compliance and Traceability for SysML v.1.0a This document provides a formal statement of compliance and associated requirement traceability for the SysML v. 1.0 alpha specification, which
