0%

Book Description

This book discusses how model-based approaches can improve the daily practice of software professionals. This is known as Model-Driven Software Engineering (MDSE) or, simply, Model-Driven Engineering (MDE). MDSE practices have proved to increase efficiency and effectiveness in software development, as demonstrated by various quantitative and qualitative studies. MDSE adoption in the software industry is foreseen to grow exponentially in the near future, e.g., due to the convergence of software development and business analysis. The aim of this book is to provide you with an agile and flexible tool to introduce you to the MDSE world, thus allowing you to quickly understand its basic principles and techniques and to choose the right set of MDSE instruments for your needs so that you can start to benefit from MDSE right away. The book is organized into two main parts. The first part discusses the foundations of MDSE in terms of basic concepts (i.e., models and transformations), driving principles, application scenarios and current standards, like the well-known MDA initiative proposed by OMG (Object Management Group) as well as the practices on how to integrate MDSE in existing development processes. The second part deals with the technical aspects of MDSE, spanning from the basics on when and how to build a domain-specific modeling language, to the description of Model-to-Text and Model-to-Model transformations, and the tools that support the management of MDSE projects. The book is targeted to a diverse set of readers, spanning: professionals, CTOs, CIOs, and team managers that need to have a bird's eye vision on the matter, so as to take the appropriate decisions when it comes to choosing the best development techniques for their company or team; software analysts, developers, or designers that expect to use MDSE for improving everyday work productivity, either by applying the basic modeling techniques and notations or by defining new domain-specific modeling languages and applying end-to-end MDSE practices in the software factory; and academic teachers and students to address undergrad and postgrad courses on MDSE. In addition to the contents of the book, more resources are provided on the book's website, including the examples presented in the book. Table of Contents: Introduction / MDSE Principles / MDSE Use Cases / Model-Driven Architecture (MDA) / Integration of MDSE in your Development Process / Modeling Languages at a Glance / Developing your Own Modeling Language / Model-to-Model Transformations / Model-to-Text Transformations / Managing Models / Summary

Table of Contents

  1. Cover
  2. Copyright
  3. Title Page
  4. Abstract
  5. Contents
  6. Foreword
  7. Acknowledgments
  8. 1 Introduction
    1. 1.1 Purpose and Use of Models
    2. 1.2 Modeling for Software Development
    3. 1.3 How to Read this Book
  9. 2 MDSE Principles
    1. 2.1 MDSE Basics
    2. 2.2 Lost in Acronyms: The MD* Jungle
    3. 2.3 Overview of the MDSE Methodology
      1. 2.3.1 Overall Vision
      2. 2.3.2 Target of MDSE: Domains, Platforms, Technical Spaces, and Scenarios
      3. 2.3.3 Modeling Languages
      4. 2.3.4 Metamodeling
      5. 2.3.5 Transformations
      6. 2.3.6 Model Classification
    4. 2.4 MDSE Adoption in Industry
    5. 2.5 Tool Support
      1. 2.5.1 Drawing Tools vs. Modeling Tools
      2. 2.5.2 Model-Based vs. Programming-Based MDSE Tools
      3. 2.5.3 Eclipse and EMF
    6. 2.6 Criticisms of MDSE
  10. 3 MDSE Use Cases
    1. 3.1 Automating Software Development
      1. 3.1.1 Code Generation
      2. 3.1.2 Model Interpretation
      3. 3.1.3 Combining Code Generation and Model Interpretation
    2. 3.2 System Interoperability
    3. 3.3 Reverse Engineering
  11. 4 Model-Driven Architecture (MDA)
    1. 4.1 MDA Definitions and Assumptions
    2. 4.2 The Modeling Levels: CIM, PIM, PSM
    3. 4.3 Mappings
    4. 4.4 General-Purpose and Domain-Specific Languages in MDA
    5. 4.5 Architecture-Driven Modernization
  12. 5 Integration of MDSE in your Development Process
    1. 5.1 Introducing MDSE in your Software Development Process
      1. 5.1.1 Pains and Gains of Software Modeling
      2. 5.1.2 Socio-Technical Congruence of the Development Process
    2. 5.2 Traditional Development Processes and MDSE
    3. 5.3 Agile and MDSE
    4. 5.4 Domain-Driven Design and MDSE
    5. 5.5 Test-Driven Development and MDSE
      1. 5.5.1 Model-Driven Testing
      2. 5.5.2 Test-Driven Modeling
  13. 6 Modeling Languages at a Glance
    1. 6.1 Anatomy of Modeling Languages
    2. 6.2 General-Purpose vs. Domain-Specific Modeling Languages
    3. 6.3 General-Purpose Modeling: The Case of UML
      1. 6.3.1 Design Practices
      2. 6.3.2 Structure Diagrams (or Static Diagrams)
      3. 6.3.3 Behavior Diagrams (or Dynamic Diagrams)
      4. 6.3.4 UML Tools
      5. 6.3.5 Criticisms and Evolution of UML
    4. 6.4 UML Extensibility: The Middle Way Between GPL and DSL
      1. 6.4.1 Stereotypes
      2. 6.4.2 Predicates
      3. 6.4.3 Tagged Values
      4. 6.4.4 UML Profiling
    5. 6.5 Overview on DSLs
      1. 6.5.1 Principles of DSLs
      2. 6.5.2 Some Examples of DSLs
    6. 6.6 Defining Modeling Constraints (OCL)
  14. 7 Developing your Own Modeling Language
    1. 7.1 Metamodel-Centric Language Design
      1. 7.1.1 Abstract Syntax
      2. 7.1.2 Concrete Syntax
      3. 7.1.3 Language Ingredients at a Glance
    2. 7.2 Example DSML: sWML
    3. 7.3 Abstract Syntax Development
      1. 7.3.1 Metamodel Development Process
      2. 7.3.2 Metamodeling in Eclipse
    4. 7.4 Concrete Syntax Development
    5. 7.4.1 Graphical Concrete Syntax (GCS)
    6. 7.4.2 Textual Concrete Syntax (TCS)
  15. 8 Model-to-Model Transformations
    1. 8.1 Model Transformations and their Classification
    2. 8.2 Exogenous, Out-Place Transformations
    3. 8.3 Endogenous, In-Place Transformations
    4. 8.4 Mastering Model Transformations
      1. 8.4.1 Divide and Conquer: Model Transformation Chains
      2. 8.4.2 HOT: Everything is a Model, Even Transformations!
      3. 8.4.3 Beyond Batch: Incremental and Lazy Transformations
      4. 8.4.4 Bi-Directional Model Transformations
  16. 9 Model-to-Text Transformations
    1. 9.1 Basics of Model-Driven Code Generation
    2. 9.2 Code Generation Through Programming Languages
    3. 9.3 Code Generation Through M2T Transformation Languages
      1. 9.3.1 Benefits of M2T Transformation Languages
      2. 9.3.2 Template-Based Transformation Languages: an Overview
      3. 9.3.3 Acceleo: An Implementation of the M2T Transformation Standard
    4. 9.4 Mastering Code Generation
    5. 9.5 Excursus: Code Generation Through M2M Transformations and TCS
  17. 10 Managing Models
    1. 10.1 Model Interchange
    2. 10.2 Model Persistence
    3. 10.3 Model Comparison
    4. 10.4 Model Versioning
    5. 10.5 Model Co-Evolution
    6. 10.6 Global Model Management
    7. 10.7 Model Quality
      1. 10.7.1 Verifying Models
      2. 10.7.2 Testing and Validating Models
    8. 10.8 Collaborative Modeling
  18. 11 Summary
  19. Bibliography
  20. Authors’ Biographies
18.221.123.73