SlideShare ist ein Scribd-Unternehmen logo
1 von 41
Downloaden Sie, um offline zu lesen
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Teaching material for the book
Model-Driven Software Engineering in Practice
by Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Morgan & Claypool, USA, 2012.
www.mdse-book.com
MDSE PRINCIPLES
Chapter #2
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE Principles
Contents
§ Concepts
§ Approaches
§ Adoption
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Models
What is a model?
Mapping Feature A model is based on an original (=system)
Reduction Feature A model only reflects a (relevant) selection
of the original‘s properties
Pragmatic Feature A model needs to be usable in place of an
original with respect to some purpose
ModelrepresentsSystem
Purposes:
•  descriptive purposes
•  prescriptive purposes
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE aim at large
§ MDSE considers models as first-class citizens in software
engineering
§ The way in which models are defined and managed is
based on the actual needs that they will address.
§ MDSE defines sound engineering approaches to the
definition of
§ models
§ transformations
§ development process.
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Concepts
Principles and objectives
§  Abstraction from specific realization technologies
§  Requires modeling languages, which do not hold specific concepts of
realization technologies (e.g., Java EJB)
§  Improved portability of software to new/changing technologies – model
once, build everywhere
§  Interoperability between different technologies can be automated (so
called Technology Bridges)
§  Automated code generation from abstract models
§  e.g., generation of Java-APIs, XML Schemas, etc. from UML
§  Requires expressive und precise models
§  Increased productivity and efficiency (models stay up-to-date)
§  Separate development of application and infrastructure
§  Separation of application-code and infrastructure-code (e.g., Application
Framework) increases reusability
§  Flexible development cycles as well as different development roles
possible
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE methodology ingredients
§ Concepts: The components that build up the methodology
§ Notations: The way in which concepts are represented
§ Process and rules: The activities that lead to the
production of the final product
§ Tools: Applications that ease the execution of activities or
their coordination
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE Equation
Models + Transformations = Software
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
The MD* Jungle of Acronyms
§  Model-Driven Development (MDD) is a development paradigm that
uses models as the primary artifact of the development process.
§  Model-driven Architecture (MDA) is the particular vision of MDD
proposed by the Object Management Group (OMG)
§  Model-Driven Engineering (MDE) is a superset of MDD because it
goes beyond of the pure development
§  Model-Based Engineering (or “model-based development”) (MBE) is a
softer version of ME, where models do not “drive” the process.
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Target of MDSE
§  The Problem Domain
is defined as the field
or area of expertise
that needs to be
examined to solve a
problem.
§  The Domain Model is
the conceptual model
of the problem domain
§  Technical Spaces
represent specific
working contexts for
the specification,
implementation, and
deployment of
applications.
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modeling Languages
§ Domain-Specific Modeling Languages (DSMLs, DSLs):
languages that are designed specifically for a certain
domain or context
§ DSLs have been largely used in computer science.
§ Examples: HTML, Logo, VHDL, Mathematica, SQL
§ General Purpose Modeling Languages (GPMLs, GMLs,
or GPLs): languages that can be applied to any sector or
domain for (software) modeling purposes
§ The typical examples are: UML, Petri-nets, or state
machines
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Metamodeling
§  To represent the
models themselves as
“instances” of some
more abstract models.
§  Metamodel = yet
another abstraction,
highlighting properties
of the model itself
§  Metamodels can be
used for:
§  defining new languages
§  defining new properties
or features of existing
information (metadata)
Class
Attribute
Video
Meta-metamodel
M3
M2
M1
M0
«instanceOf»
«instanceOf»
Class
«instanceOf»
+ title: String
«instanceOf»«instanceOf»
«instanceOf»
Metamodel
Model
Real
world
objects
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Model Transformations
§  Transforming items
§  MDSE provides appropriate languages for defining model
transformation rules
§  Rules can be written manually from scratch by a developer, or can
be defined as a refined specification of an existing one.
§  Alternatively, transformations themselves can be produced
automatically out of some higher level mapping rules between
models
§  defining a mapping between elements of a model to elements to another
one (model mapping or model weaving)
§  automating the generation of the actual transformation rules through a
system that receives as input the two model definitions and the mapping
§  Transformations themselves can be seen as models!
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Concepts
Model Engineering basic architectureRealizationModeling
Model
Artifacts
(e.g. code)
Modeling
language
Platform
Meta-
modeling
language
Transformation
definition
Transformation
language
uses
defined using
defined by
Application domainApplication Meta-Level
Automation
Transformation /
Code generation
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modelware vs. Grammarware
§ Two technical spaces
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
InstanceOf vs. ConformsTo
§ Conformance is between models
§ Instantiation is between model elements
Metamodel
class
«instanceOf» «conformsTo»
Model
object
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Model Transformations
MOF and transformation setting
MMM
MT LanguageMMa MMb
Ma Mb
«conformsTo»
«conformsTo»
«conformsTo»
«conformsTo»
«conformsTo» «conformsTo»«conformsTo»
MT
Execution Engine
MT Definition
«uses» «uses»
«executes» «writes»«reads»
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Types of models
§ Static models: Focus on the static aspects of the system in
terms of managed data and of structural shape and
architecture of the system.
§ Dynamic models: Emphasize the dynamic behavior of the
system by showing the execution.
§ Just think about UML!
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Concepts
Consequences or Preconditions
§  Modified development process
§  Two levels of development – application and infrastructure
§  Infrastructure development involves modeling language, platform (e.g.,
framework) and transformation definition
§  Application development only involves modeling – efficient reuse of the
infrastructure(s)
§  Strongly simplified application development
§  Automatic code generation replaces programming
§  Working on code level (implementation, testing, maintenance) becomes
unnecessary
§  Under which conditions is this realistic … or just futuristic?
§  New development tools
§  Tools for language definition, in particular meta modeling
§  Editor and engine for model transformations
§  Customizable tools like model editors, repositories, simulation,
verification, and testing tools
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
Overview
§ Considered Approaches
§ Computer Aided Software Engineering (CASE)
§ Executable UML
§ Model Driven Architecture (MDA)
§ Architecture Centric Model Driven Software Development (AC-MDSD)
§ MetaCASE
§ Software Factories
§ Distinguishing features
§ Special objectives and fields of application
§ Restrictions or extensions of the basic architecture
§ Concrete procedures
§ Specific technologies, languages, tools
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
CASE
§  Historic approach (end of 20th century)
§  Example: Computer Associates’ AllFusion Gen
§  Supports the Information Engineering Method by James Martin, different diagram types
§  Fully automated code generation for one architecture (3-Tier) and plenty of execution
platforms (Mainframe, Unix, .NET, J2EE, different databases, …)
§  Advantage/Disadvantage: no handling with the target platform required/possible
§  Different implementation versions of the basic architecture
§  Meta-Level often not supported / not accessible
§  Modeling language often fixed, tool specific versions
§  Execution platform often not considered or fixed
§  Advantages
§  Productivity, development and maintenance costs, quality, documentation
§  Disadvantages
§  Proprietary (version of a) modeling language
§  Tool interoperability non-existent
§  Strongly dependent on the tool vendor regarding execution platforms, further development
§  Tools are highly complex
[http://www.ca.com/us/devcenter/ca-gen.aspx/]
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
Executable UML
§  “CASE with UML”
§  UML-Subset: Class Diagram, State Machine, Package/Component
Diagram, as well as
§  UML Action Semantic Language (ASL) as programming language
§  Niche product
§  Several specialized vendors like Kennedy/Carter
§  Mainly used for the development of Embedded Systems
§  One part of the basic architecture implemented
§  Modeling language is predetermined (xUML)
§  Transformation definitions can be adapted or can be established by the
user (via ASL)
§  Advantages compared to CASE
§  Standardized modeling language based on the UML
§  Disadvantages compared to CASE
§  Limited extent of the modeling language
[S.J. Mellor, M.J. Balcer: Executable UML: a foundation for model-driven architecture. Addison-Wesley, 2002]
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
MDA
§  Interoperability through platform independent models
§  Standardization initiative of the Object Management Group (OMG), based
on OMG Standards, particularly UML
§  Counterpart to CORBA on the modeling level: interoperability between
different platforms
§  Applications which can be installed on different platforms à portability, no
problems with changing technologies, integration of different platforms,
etc.
§  Modifications to the basic architecture
§  Segmentation of the model level
§  Platform Independent Models (PIM): valid for a set of (similar) platforms
§  Platform Specific Models (PSM): special adjustments for one specific
platform
§  Requires model-to-model transformation (PIM-PSM; cf. QVT) and model-
to-code transformation (PSM-Code)
§  Platform development is not taken into consideration – in general industry
standards like J2EE, .NET, CORBA are considered as platforms
[www.omg.org/mda/]
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Base Level: UML
Platform-Independent
Model of Business
Functionality & Behavior
Automated
Transformation
Intermediate Level UML
Platform-Specific
Model|s| on
selected platforms
generated from PIM
Implementation
generated from PSMs
Modeling in a technology-
independent UML profile allows
a precise representation
of business process/rules
Executed by MDA tool which
follows OMG standard mappings.
Resulting PSM may need some
hand adjustments based
on infrastructure decisions
Modeled in a technology-
specific UML profile.
Represents every aspect of a
coded application, but still as a model
Executed by MDA tool.
Many tools on the market
execute this step very well today
Generated code and auxiliary files
ready for compilation, linking
with legacy or other code, and deployment
Automated
Transformation
ModelingSpaceCodeSpace
Approaches
MDA development cycle
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modeling Levels
CIM, PIM, PSM
§ Computation independent models (CIM): describe
requirements and needs at a very abstract level, without any
reference to implementation aspects (e.g., description of
user requirements or business objectives);
§ Platform independent models (PIM): define the behavior
of the systems in terms of stored data and performed
algorithms, without any technical or technological details;
§ Platform-specific models (PSM): define all the
technological aspects in detail.
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modeling levels
CIM
§ Eg., business process
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modeling levels
MDA Platform Independent Model (PIM)
§  Specification of
structure and behaviour
of a system, abstracted
from technological
details
§  Using UML(optional)
§  Abstraction of structur and behaviour of a system by PIM
simplifies the following:
§  Validation of correctness of the model
§  Creation of implementations on different platforms
§  Tool support during implementation
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Modeling levels
MDA Platform Specific Model (PSM)
§ Specifies how the functionality described
in the PIM is realized on a certain platform
§ Using a UML-Profile for the
selected platform, e.g., EJB
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
MDA Reverse Engineering / Roundtrip Engineering
§  Re-integration onto
new platforms via
reverse engineering
of an existing
application into a PIM
und subsequent code
generation
§  MDA tools for
reverse engineering
automate the model
construction from
existing code
Legacy
App
COTS
App
Other
Other
Model
Reverse engineer
existing application
into a model and
redeploy
PIM (UML)
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
Excursus: OMG Standards
§  CORBA - Common Object Request Broker Architecture
§  Language- and platform-neutral interoperability standard (similar to
WSDL, SOAP and UDDI)
§  UML - Unified Modeling Language
§  Standardized modeling language, industry standard
§  CWM - Common Warehouse Metamodel
§  Integrated modeling language for data warehouses
§  MOF – Meta Object Facility
§  A standard for metamodels and model repositories
§  XMI - XML Metadata Interchange
§  XML-based exchange of models
§  QVT – Queries/Views/Transformations
§  Standard language for model-to-model transformations
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
MDA with UML
§  Problems when using UML as PIM/PSM
§  Method bodies?
§  Incomplete diagrams, e.g. missing attributes
§  Inconsistent diagrams
§  For the usage of the UML in Model Engineering special guidelines have to
be defined and adhered to
§  Different requirements to code generation
§  get/set methods
§  Serialization or persistence of an object
§  Security features, e.g. Java Security Policy
§  Using adaptable code generators or PIM-to-PSM transformations
§  Expressiveness of the UML
§  UML is mainly suitable for “generic” software platforms like Java,
EJB, .NET
§  Lack of support for user interfaces, code, etc.
§  MDA tools often use proprietary extensions
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
MDA
§ Many UML tools are expanded to MDA tools
§ UML profiles and code generators
§ Stage of development partly still similar to CASE: proprietary UML
profiles and transformations, limited adaptability
§ Advantages of MDA
§ Standardization of the Meta-Level
§ Separation of platform independent and platform specific models
(reuse)
§ Disadvantages of MDA
§ No special support for the development of the execution platform and
the modeling language
§ Modeling language practically limited to UML with profiles
§ Therefore limited code generation (typically no method bodies, user
interface)
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE industry
Adoption and acceptance (hype)
§ Not yet mainstream in all industries
§ Strong in core industry (defense, avionics, …)
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
MDSE Industry (2)
Adoption Lifecycle
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Tool support
§ Drawing vs. modeling
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
AC-MDSD
§  Efficient reuse of architectures
§  Special attention to the efficient reuse of infrastructures/frameworks (= architectures) for a
series of applications
§  Specific procedure model
§  Development of a reference application
§  Analysis in individual code, schematically recurring code and generic code (equal for all applications)
§  Extraction of the required modeling concepts and definition of the modeling language, transformations and
platform
§  Software support (www.openarchitectureware.org)
§  Basic architecture almost completely covered
§  When using UML profiles there is the problem of the method bodies
§  The recommended procedure is to rework these method bodies not in the model but in the
generated code
§  Advantages compared to MDA
§  Support for platform- and modeling language development
§  Disadvantages compared to MDA
§  Platform independence and/or portability not considered
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
MetaCASE/MetaEdit+
§  Free configurable CASE
§  Meta modeling for the development of domain-specific modeling
languages (DSLs)
§  The focus is on the ideal support of the application area, e.g. mobile-
phone application, traffic light pre-emption, digital clock – Intentional
Programming
§  Procedural method driven by the DSL development
§  Support in particular for the modeling level
§  Strong Support for meta modeling, e.g. graphical editors
§  Platform development not assisted specifically, the usage of components
and frameworks is recommended
§  Advantages
§  Domain-specific languages
§  Disadvantages
§  Tool support only focuses on graphical modeling
[www.metacase.com]
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Approaches
Software Factories
§  Series production of software products
§  Combines the ideas of different approaches (MDA, AC-MDSD,
MetaCASE/DSLs) as well as popular SWD-technologies (patterns,
components, frameworks)
§  Objective is the automatically processed development of software product
series, i.e., a series of applications with the same application area and the
same infrastructure
§  The SW-Factory as a marketable product
§  Support of the complete basic architecture
§  Refinements in particular on the realization level, e.g. deployment
§  Advantages
§  Comprehensive approach
§  Disadvantages
§  Approach not clearly delimited (similar MDA)
§  Only little tool support
[J. Greenfield, K. Short: Software Factories. Wiley, 2004]
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Eclipse and EMF
§ Eclipse Modeling Framework
§ Full support for metamodeling and language design
§ Fully MD (vs. programming-based tools)
§ Used in this course!
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Conclusion
Modeling in the last century
§ Critical Statements of Software Developers
§ »When it comes down to it, the real point of software
development is cutting code«
§ »Diagrams are, after all, just pretty pictures«
§ »No user is going to thank you for pretty pictures;
what a user wants is software that executes«
M. Fowler, ”UML Distilled”, 1st edition, Addison Wesley, 1997
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Conclusion
Modeling in the new millennium – Much has changed!
§  »When it comes down to it, the real point of software development is cutting
code«
§  To model or to program, that is not the question!
§  Instead: Talk about the right abstraction level
§  »Diagrams are, after all, just pretty pictures«
§  Models are not just notation!
§  Instead: Models have a well-defined syntax in terms of metamodels
§  »No user is going to thank you for pretty pictures;
what a user wants is software that executes«
§  Models and code are not competitors!
§  Instead: Bridge the gap between design and implementation by model transformations
M. Fowler, ”UML Distilled”, 1st edition, Addison Wesley, 1997
(revisited in 2009)
Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Model-Driven Software Engineering In Practice. Morgan & Claypool 2012.
Teaching material for the book
Model-Driven Software Engineering in Practice
by Marco Brambilla, Jordi Cabot, Manuel Wimmer.
Morgan & Claypool, USA, 2012.
www.mdse-book.com
MODEL-DRIVEN SOFTWARE
ENGINEERING IN PRACTICE
Marco Brambilla,
Jordi Cabot,
Manuel Wimmer.
Morgan & Claypool, USA, 2012.
www.mdse-book.com
www.morganclaypool.com
or buy it on www.amazon.com

Weitere ähnliche Inhalte

Was ist angesagt?

Model driven architecture
Model driven architectureModel driven architecture
Model driven architectureBiruk Mamo
 
Model-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical SoftwareModel-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical Softwaregjuljo
 
MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )Ahmed Emad
 
MVVM - Model View ViewModel
MVVM - Model View ViewModelMVVM - Model View ViewModel
MVVM - Model View ViewModelDareen Alhiyari
 
Software quality
Software qualitySoftware quality
Software qualityjagadeesan
 
Pressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelsPressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelssaurabhshertukde
 
Low-code vs Model-Driven Engineering
Low-code vs Model-Driven EngineeringLow-code vs Model-Driven Engineering
Low-code vs Model-Driven EngineeringJordi Cabot
 
Model-Driven Software Development - Introduction & Overview
Model-Driven Software Development - Introduction & OverviewModel-Driven Software Development - Introduction & Overview
Model-Driven Software Development - Introduction & OverviewEelco Visser
 
What is Integration Testing? | Edureka
What is Integration Testing? | EdurekaWhat is Integration Testing? | Edureka
What is Integration Testing? | EdurekaEdureka!
 
Design pattern in android
Design pattern in androidDesign pattern in android
Design pattern in androidJay Kumarr
 
IBM Rhapsody Code Generation Customization
IBM Rhapsody Code Generation CustomizationIBM Rhapsody Code Generation Customization
IBM Rhapsody Code Generation Customizationgjuljo
 
Rhapsody Eclipse
Rhapsody EclipseRhapsody Eclipse
Rhapsody EclipseBill Duncan
 
functional testing
functional testing functional testing
functional testing bharathanche
 
Rhapsody and mechatronics, multi-domain simulation
Rhapsody and mechatronics, multi-domain simulationRhapsody and mechatronics, multi-domain simulation
Rhapsody and mechatronics, multi-domain simulationGraham Bleakley
 
ATL tutorial - EclipseCon 2009
ATL tutorial - EclipseCon 2009 ATL tutorial - EclipseCon 2009
ATL tutorial - EclipseCon 2009 William Piers
 

Was ist angesagt? (20)

Model driven architecture
Model driven architectureModel driven architecture
Model driven architecture
 
Model-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical SoftwareModel-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical Software
 
MDA
MDAMDA
MDA
 
Spm chapter 1
Spm chapter 1Spm chapter 1
Spm chapter 1
 
MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )
 
MVVM - Model View ViewModel
MVVM - Model View ViewModelMVVM - Model View ViewModel
MVVM - Model View ViewModel
 
Software quality
Software qualitySoftware quality
Software quality
 
Pressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelsPressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-models
 
Low-code vs Model-Driven Engineering
Low-code vs Model-Driven EngineeringLow-code vs Model-Driven Engineering
Low-code vs Model-Driven Engineering
 
Model-Driven Software Development - Introduction & Overview
Model-Driven Software Development - Introduction & OverviewModel-Driven Software Development - Introduction & Overview
Model-Driven Software Development - Introduction & Overview
 
What is Integration Testing? | Edureka
What is Integration Testing? | EdurekaWhat is Integration Testing? | Edureka
What is Integration Testing? | Edureka
 
Design pattern in android
Design pattern in androidDesign pattern in android
Design pattern in android
 
Software Architecture
Software ArchitectureSoftware Architecture
Software Architecture
 
IBM Rhapsody Code Generation Customization
IBM Rhapsody Code Generation CustomizationIBM Rhapsody Code Generation Customization
IBM Rhapsody Code Generation Customization
 
Rhapsody Eclipse
Rhapsody EclipseRhapsody Eclipse
Rhapsody Eclipse
 
functional testing
functional testing functional testing
functional testing
 
SPM PPT
SPM PPTSPM PPT
SPM PPT
 
Rhapsody and mechatronics, multi-domain simulation
Rhapsody and mechatronics, multi-domain simulationRhapsody and mechatronics, multi-domain simulation
Rhapsody and mechatronics, multi-domain simulation
 
What is waterfall
What is waterfallWhat is waterfall
What is waterfall
 
ATL tutorial - EclipseCon 2009
ATL tutorial - EclipseCon 2009 ATL tutorial - EclipseCon 2009
ATL tutorial - EclipseCon 2009
 

Ähnlich wie Model-Driven Software Engineering in Practice - Chapter 2 - MDSE Principles

Model-Driven Software Engineering in Practice - Chapter 10 - Managing models
Model-Driven Software Engineering in Practice - Chapter 10 - Managing modelsModel-Driven Software Engineering in Practice - Chapter 10 - Managing models
Model-Driven Software Engineering in Practice - Chapter 10 - Managing modelsJordi Cabot
 
Mda introduction and common research problems
Mda   introduction and common research problemsMda   introduction and common research problems
Mda introduction and common research problemsLai Ha
 
Web technologies: Model Driven Engineering
Web technologies: Model Driven EngineeringWeb technologies: Model Driven Engineering
Web technologies: Model Driven EngineeringPiero Fraternali
 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)siouxhotornot
 
Innovation in model driven software
Innovation in model driven softwareInnovation in model driven software
Innovation in model driven softwareSagi Schliesser
 
Lightweight Model-Driven Engineering
Lightweight Model-Driven EngineeringLightweight Model-Driven Engineering
Lightweight Model-Driven EngineeringJordi Cabot
 
A Lightweight MDD Process Applied in Small Projects
A Lightweight MDD Process Applied in Small ProjectsA Lightweight MDD Process Applied in Small Projects
A Lightweight MDD Process Applied in Small ProjectsGabor Guta
 
MDD and modeling tools research
MDD and modeling tools researchMDD and modeling tools research
MDD and modeling tools researchRoger Xia
 
Domain Driven Design Introduction
Domain Driven Design IntroductionDomain Driven Design Introduction
Domain Driven Design Introductionwojtek_s
 
10 Things You Should Know About MDD
10 Things You Should Know About MDD10 Things You Should Know About MDD
10 Things You Should Know About MDDJohan den Haan
 
Agile and Modeling / MDE : friends or foes? (Agile Tour Nantes 2010)
Agile and Modeling / MDE : friends or foes? (Agile Tour  Nantes 2010)Agile and Modeling / MDE : friends or foes? (Agile Tour  Nantes 2010)
Agile and Modeling / MDE : friends or foes? (Agile Tour Nantes 2010)Jordi Cabot
 
CS587 Project - Raychaudhury,Shaalmali
CS587 Project - Raychaudhury,ShaalmaliCS587 Project - Raychaudhury,Shaalmali
CS587 Project - Raychaudhury,Shaalmalisagar.247
 
Trasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochTrasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochRoopa Nadkarni
 
2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katochIBM
 
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...Open Source Experience
 

Ähnlich wie Model-Driven Software Engineering in Practice - Chapter 2 - MDSE Principles (20)

Model-Driven Software Engineering in Practice - Chapter 10 - Managing models
Model-Driven Software Engineering in Practice - Chapter 10 - Managing modelsModel-Driven Software Engineering in Practice - Chapter 10 - Managing models
Model-Driven Software Engineering in Practice - Chapter 10 - Managing models
 
Sig A&D - MDA
Sig A&D - MDASig A&D - MDA
Sig A&D - MDA
 
Mda introduction and common research problems
Mda   introduction and common research problemsMda   introduction and common research problems
Mda introduction and common research problems
 
Web technologies: Model Driven Engineering
Web technologies: Model Driven EngineeringWeb technologies: Model Driven Engineering
Web technologies: Model Driven Engineering
 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
 
Innovation in model driven software
Innovation in model driven softwareInnovation in model driven software
Innovation in model driven software
 
Lightweight Model-Driven Engineering
Lightweight Model-Driven EngineeringLightweight Model-Driven Engineering
Lightweight Model-Driven Engineering
 
A Lightweight MDD Process Applied in Small Projects
A Lightweight MDD Process Applied in Small ProjectsA Lightweight MDD Process Applied in Small Projects
A Lightweight MDD Process Applied in Small Projects
 
MDD and modeling tools research
MDD and modeling tools researchMDD and modeling tools research
MDD and modeling tools research
 
Introduction to MDE
Introduction to MDEIntroduction to MDE
Introduction to MDE
 
Domain Driven Design Introduction
Domain Driven Design IntroductionDomain Driven Design Introduction
Domain Driven Design Introduction
 
Cg 2011
Cg 2011Cg 2011
Cg 2011
 
10 Things You Should Know About MDD
10 Things You Should Know About MDD10 Things You Should Know About MDD
10 Things You Should Know About MDD
 
ERP_Up_Down.ppt
ERP_Up_Down.pptERP_Up_Down.ppt
ERP_Up_Down.ppt
 
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee ApplicatiesFinal Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
 
Agile and Modeling / MDE : friends or foes? (Agile Tour Nantes 2010)
Agile and Modeling / MDE : friends or foes? (Agile Tour  Nantes 2010)Agile and Modeling / MDE : friends or foes? (Agile Tour  Nantes 2010)
Agile and Modeling / MDE : friends or foes? (Agile Tour Nantes 2010)
 
CS587 Project - Raychaudhury,Shaalmali
CS587 Project - Raychaudhury,ShaalmaliCS587 Project - Raychaudhury,Shaalmali
CS587 Project - Raychaudhury,Shaalmali
 
Trasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochTrasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep Katoch
 
2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch
 
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...
Le projet MORPHEMIC – Adaptation des ressources de cloud computing selon une ...
 

Mehr von Marco Brambilla

M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...
M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...
M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...Marco Brambilla
 
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...Marco Brambilla
 
Hierarchical Transformers for User Semantic Similarity - ICWE 2023
Hierarchical Transformers for User Semantic Similarity - ICWE 2023Hierarchical Transformers for User Semantic Similarity - ICWE 2023
Hierarchical Transformers for User Semantic Similarity - ICWE 2023Marco Brambilla
 
Exploring the Bi-verse. A trip across the digital and physical ecospheres
Exploring the Bi-verse.A trip across the digital and physical ecospheresExploring the Bi-verse.A trip across the digital and physical ecospheres
Exploring the Bi-verse. A trip across the digital and physical ecospheresMarco Brambilla
 
Conversation graphs in Online Social Media
Conversation graphs in Online Social MediaConversation graphs in Online Social Media
Conversation graphs in Online Social MediaMarco Brambilla
 
Trigger.eu: Cocteau game for policy making - introduction and demo
Trigger.eu: Cocteau game for policy making - introduction and demoTrigger.eu: Cocteau game for policy making - introduction and demo
Trigger.eu: Cocteau game for policy making - introduction and demoMarco Brambilla
 
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...Marco Brambilla
 
Analyzing rich club behavior in open source projects
Analyzing rich club behavior in open source projectsAnalyzing rich club behavior in open source projects
Analyzing rich club behavior in open source projectsMarco Brambilla
 
Analysis of On-line Debate on Long-Running Political Phenomena. The Brexit C...
Analysis of On-line Debate on Long-Running Political Phenomena.The Brexit C...Analysis of On-line Debate on Long-Running Political Phenomena.The Brexit C...
Analysis of On-line Debate on Long-Running Political Phenomena. The Brexit C...Marco Brambilla
 
Community analysis using graph representation learning on social networks
Community analysis using graph representation learning on social networksCommunity analysis using graph representation learning on social networks
Community analysis using graph representation learning on social networksMarco Brambilla
 
Available Data Science M.Sc. Thesis Proposals
Available Data Science M.Sc. Thesis Proposals Available Data Science M.Sc. Thesis Proposals
Available Data Science M.Sc. Thesis Proposals Marco Brambilla
 
Data Cleaning for social media knowledge extraction
Data Cleaning for social media knowledge extractionData Cleaning for social media knowledge extraction
Data Cleaning for social media knowledge extractionMarco Brambilla
 
Iterative knowledge extraction from social networks. The Web Conference 2018
Iterative knowledge extraction from social networks. The Web Conference 2018Iterative knowledge extraction from social networks. The Web Conference 2018
Iterative knowledge extraction from social networks. The Web Conference 2018Marco Brambilla
 
Driving Style and Behavior Analysis based on Trip Segmentation over GPS Info...
Driving Style and Behavior Analysis based on Trip Segmentation over GPS  Info...Driving Style and Behavior Analysis based on Trip Segmentation over GPS  Info...
Driving Style and Behavior Analysis based on Trip Segmentation over GPS Info...Marco Brambilla
 
Myths and challenges in knowledge extraction and analysis from human-generate...
Myths and challenges in knowledge extraction and analysis from human-generate...Myths and challenges in knowledge extraction and analysis from human-generate...
Myths and challenges in knowledge extraction and analysis from human-generate...Marco Brambilla
 
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...Marco Brambilla
 
Model-driven Development of User Interfaces for IoT via Domain-specific Comp...
Model-driven Development of  User Interfaces for IoT via Domain-specific Comp...Model-driven Development of  User Interfaces for IoT via Domain-specific Comp...
Model-driven Development of User Interfaces for IoT via Domain-specific Comp...Marco Brambilla
 
A Model-Based Method for Seamless Web and Mobile Experience. Splash 2016 conf.
A Model-Based Method for  Seamless Web and Mobile Experience. Splash 2016 conf.A Model-Based Method for  Seamless Web and Mobile Experience. Splash 2016 conf.
A Model-Based Method for Seamless Web and Mobile Experience. Splash 2016 conf.Marco Brambilla
 
Big Data and Stream Data Analysis at Politecnico di Milano
Big Data and Stream Data Analysis at Politecnico di MilanoBig Data and Stream Data Analysis at Politecnico di Milano
Big Data and Stream Data Analysis at Politecnico di MilanoMarco Brambilla
 
Web Science. An introduction
Web Science. An introductionWeb Science. An introduction
Web Science. An introductionMarco Brambilla
 

Mehr von Marco Brambilla (20)

M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...
M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...
M.Sc. Thesis Topics and Proposals @ Polimi Data Science Lab - 2024 - prof. Br...
 
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...
Thesis Topics and Proposals @ Polimi Data Science Lab - 2023 - prof. Brambill...
 
Hierarchical Transformers for User Semantic Similarity - ICWE 2023
Hierarchical Transformers for User Semantic Similarity - ICWE 2023Hierarchical Transformers for User Semantic Similarity - ICWE 2023
Hierarchical Transformers for User Semantic Similarity - ICWE 2023
 
Exploring the Bi-verse. A trip across the digital and physical ecospheres
Exploring the Bi-verse.A trip across the digital and physical ecospheresExploring the Bi-verse.A trip across the digital and physical ecospheres
Exploring the Bi-verse. A trip across the digital and physical ecospheres
 
Conversation graphs in Online Social Media
Conversation graphs in Online Social MediaConversation graphs in Online Social Media
Conversation graphs in Online Social Media
 
Trigger.eu: Cocteau game for policy making - introduction and demo
Trigger.eu: Cocteau game for policy making - introduction and demoTrigger.eu: Cocteau game for policy making - introduction and demo
Trigger.eu: Cocteau game for policy making - introduction and demo
 
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...
Generation of Realistic Navigation Paths for Web Site Testing using RNNs and ...
 
Analyzing rich club behavior in open source projects
Analyzing rich club behavior in open source projectsAnalyzing rich club behavior in open source projects
Analyzing rich club behavior in open source projects
 
Analysis of On-line Debate on Long-Running Political Phenomena. The Brexit C...
Analysis of On-line Debate on Long-Running Political Phenomena.The Brexit C...Analysis of On-line Debate on Long-Running Political Phenomena.The Brexit C...
Analysis of On-line Debate on Long-Running Political Phenomena. The Brexit C...
 
Community analysis using graph representation learning on social networks
Community analysis using graph representation learning on social networksCommunity analysis using graph representation learning on social networks
Community analysis using graph representation learning on social networks
 
Available Data Science M.Sc. Thesis Proposals
Available Data Science M.Sc. Thesis Proposals Available Data Science M.Sc. Thesis Proposals
Available Data Science M.Sc. Thesis Proposals
 
Data Cleaning for social media knowledge extraction
Data Cleaning for social media knowledge extractionData Cleaning for social media knowledge extraction
Data Cleaning for social media knowledge extraction
 
Iterative knowledge extraction from social networks. The Web Conference 2018
Iterative knowledge extraction from social networks. The Web Conference 2018Iterative knowledge extraction from social networks. The Web Conference 2018
Iterative knowledge extraction from social networks. The Web Conference 2018
 
Driving Style and Behavior Analysis based on Trip Segmentation over GPS Info...
Driving Style and Behavior Analysis based on Trip Segmentation over GPS  Info...Driving Style and Behavior Analysis based on Trip Segmentation over GPS  Info...
Driving Style and Behavior Analysis based on Trip Segmentation over GPS Info...
 
Myths and challenges in knowledge extraction and analysis from human-generate...
Myths and challenges in knowledge extraction and analysis from human-generate...Myths and challenges in knowledge extraction and analysis from human-generate...
Myths and challenges in knowledge extraction and analysis from human-generate...
 
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...
Harvesting Knowledge from Social Networks: Extracting Typed Relationships amo...
 
Model-driven Development of User Interfaces for IoT via Domain-specific Comp...
Model-driven Development of  User Interfaces for IoT via Domain-specific Comp...Model-driven Development of  User Interfaces for IoT via Domain-specific Comp...
Model-driven Development of User Interfaces for IoT via Domain-specific Comp...
 
A Model-Based Method for Seamless Web and Mobile Experience. Splash 2016 conf.
A Model-Based Method for  Seamless Web and Mobile Experience. Splash 2016 conf.A Model-Based Method for  Seamless Web and Mobile Experience. Splash 2016 conf.
A Model-Based Method for Seamless Web and Mobile Experience. Splash 2016 conf.
 
Big Data and Stream Data Analysis at Politecnico di Milano
Big Data and Stream Data Analysis at Politecnico di MilanoBig Data and Stream Data Analysis at Politecnico di Milano
Big Data and Stream Data Analysis at Politecnico di Milano
 
Web Science. An introduction
Web Science. An introductionWeb Science. An introduction
Web Science. An introduction
 

Kürzlich hochgeladen

Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 

Kürzlich hochgeladen (20)

Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 

Model-Driven Software Engineering in Practice - Chapter 2 - MDSE Principles

  • 1. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Teaching material for the book Model-Driven Software Engineering in Practice by Marco Brambilla, Jordi Cabot, Manuel Wimmer. Morgan & Claypool, USA, 2012. www.mdse-book.com MDSE PRINCIPLES Chapter #2
  • 2. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE Principles Contents § Concepts § Approaches § Adoption
  • 3. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Models What is a model? Mapping Feature A model is based on an original (=system) Reduction Feature A model only reflects a (relevant) selection of the original‘s properties Pragmatic Feature A model needs to be usable in place of an original with respect to some purpose ModelrepresentsSystem Purposes: •  descriptive purposes •  prescriptive purposes
  • 4. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE aim at large § MDSE considers models as first-class citizens in software engineering § The way in which models are defined and managed is based on the actual needs that they will address. § MDSE defines sound engineering approaches to the definition of § models § transformations § development process.
  • 5. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Concepts Principles and objectives §  Abstraction from specific realization technologies §  Requires modeling languages, which do not hold specific concepts of realization technologies (e.g., Java EJB) §  Improved portability of software to new/changing technologies – model once, build everywhere §  Interoperability between different technologies can be automated (so called Technology Bridges) §  Automated code generation from abstract models §  e.g., generation of Java-APIs, XML Schemas, etc. from UML §  Requires expressive und precise models §  Increased productivity and efficiency (models stay up-to-date) §  Separate development of application and infrastructure §  Separation of application-code and infrastructure-code (e.g., Application Framework) increases reusability §  Flexible development cycles as well as different development roles possible
  • 6. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE methodology ingredients § Concepts: The components that build up the methodology § Notations: The way in which concepts are represented § Process and rules: The activities that lead to the production of the final product § Tools: Applications that ease the execution of activities or their coordination
  • 7. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE Equation Models + Transformations = Software
  • 8. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. The MD* Jungle of Acronyms §  Model-Driven Development (MDD) is a development paradigm that uses models as the primary artifact of the development process. §  Model-driven Architecture (MDA) is the particular vision of MDD proposed by the Object Management Group (OMG) §  Model-Driven Engineering (MDE) is a superset of MDD because it goes beyond of the pure development §  Model-Based Engineering (or “model-based development”) (MBE) is a softer version of ME, where models do not “drive” the process.
  • 9. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Target of MDSE §  The Problem Domain is defined as the field or area of expertise that needs to be examined to solve a problem. §  The Domain Model is the conceptual model of the problem domain §  Technical Spaces represent specific working contexts for the specification, implementation, and deployment of applications.
  • 10. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modeling Languages § Domain-Specific Modeling Languages (DSMLs, DSLs): languages that are designed specifically for a certain domain or context § DSLs have been largely used in computer science. § Examples: HTML, Logo, VHDL, Mathematica, SQL § General Purpose Modeling Languages (GPMLs, GMLs, or GPLs): languages that can be applied to any sector or domain for (software) modeling purposes § The typical examples are: UML, Petri-nets, or state machines
  • 11. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Metamodeling §  To represent the models themselves as “instances” of some more abstract models. §  Metamodel = yet another abstraction, highlighting properties of the model itself §  Metamodels can be used for: §  defining new languages §  defining new properties or features of existing information (metadata) Class Attribute Video Meta-metamodel M3 M2 M1 M0 «instanceOf» «instanceOf» Class «instanceOf» + title: String «instanceOf»«instanceOf» «instanceOf» Metamodel Model Real world objects
  • 12. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Model Transformations §  Transforming items §  MDSE provides appropriate languages for defining model transformation rules §  Rules can be written manually from scratch by a developer, or can be defined as a refined specification of an existing one. §  Alternatively, transformations themselves can be produced automatically out of some higher level mapping rules between models §  defining a mapping between elements of a model to elements to another one (model mapping or model weaving) §  automating the generation of the actual transformation rules through a system that receives as input the two model definitions and the mapping §  Transformations themselves can be seen as models!
  • 13. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Concepts Model Engineering basic architectureRealizationModeling Model Artifacts (e.g. code) Modeling language Platform Meta- modeling language Transformation definition Transformation language uses defined using defined by Application domainApplication Meta-Level Automation Transformation / Code generation
  • 14. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modelware vs. Grammarware § Two technical spaces
  • 15. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. InstanceOf vs. ConformsTo § Conformance is between models § Instantiation is between model elements Metamodel class «instanceOf» «conformsTo» Model object
  • 16. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Model Transformations MOF and transformation setting MMM MT LanguageMMa MMb Ma Mb «conformsTo» «conformsTo» «conformsTo» «conformsTo» «conformsTo» «conformsTo»«conformsTo» MT Execution Engine MT Definition «uses» «uses» «executes» «writes»«reads»
  • 17. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Types of models § Static models: Focus on the static aspects of the system in terms of managed data and of structural shape and architecture of the system. § Dynamic models: Emphasize the dynamic behavior of the system by showing the execution. § Just think about UML!
  • 18. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Concepts Consequences or Preconditions §  Modified development process §  Two levels of development – application and infrastructure §  Infrastructure development involves modeling language, platform (e.g., framework) and transformation definition §  Application development only involves modeling – efficient reuse of the infrastructure(s) §  Strongly simplified application development §  Automatic code generation replaces programming §  Working on code level (implementation, testing, maintenance) becomes unnecessary §  Under which conditions is this realistic … or just futuristic? §  New development tools §  Tools for language definition, in particular meta modeling §  Editor and engine for model transformations §  Customizable tools like model editors, repositories, simulation, verification, and testing tools
  • 19. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches Overview § Considered Approaches § Computer Aided Software Engineering (CASE) § Executable UML § Model Driven Architecture (MDA) § Architecture Centric Model Driven Software Development (AC-MDSD) § MetaCASE § Software Factories § Distinguishing features § Special objectives and fields of application § Restrictions or extensions of the basic architecture § Concrete procedures § Specific technologies, languages, tools
  • 20. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches CASE §  Historic approach (end of 20th century) §  Example: Computer Associates’ AllFusion Gen §  Supports the Information Engineering Method by James Martin, different diagram types §  Fully automated code generation for one architecture (3-Tier) and plenty of execution platforms (Mainframe, Unix, .NET, J2EE, different databases, …) §  Advantage/Disadvantage: no handling with the target platform required/possible §  Different implementation versions of the basic architecture §  Meta-Level often not supported / not accessible §  Modeling language often fixed, tool specific versions §  Execution platform often not considered or fixed §  Advantages §  Productivity, development and maintenance costs, quality, documentation §  Disadvantages §  Proprietary (version of a) modeling language §  Tool interoperability non-existent §  Strongly dependent on the tool vendor regarding execution platforms, further development §  Tools are highly complex [http://www.ca.com/us/devcenter/ca-gen.aspx/]
  • 21. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches Executable UML §  “CASE with UML” §  UML-Subset: Class Diagram, State Machine, Package/Component Diagram, as well as §  UML Action Semantic Language (ASL) as programming language §  Niche product §  Several specialized vendors like Kennedy/Carter §  Mainly used for the development of Embedded Systems §  One part of the basic architecture implemented §  Modeling language is predetermined (xUML) §  Transformation definitions can be adapted or can be established by the user (via ASL) §  Advantages compared to CASE §  Standardized modeling language based on the UML §  Disadvantages compared to CASE §  Limited extent of the modeling language [S.J. Mellor, M.J. Balcer: Executable UML: a foundation for model-driven architecture. Addison-Wesley, 2002]
  • 22. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches MDA §  Interoperability through platform independent models §  Standardization initiative of the Object Management Group (OMG), based on OMG Standards, particularly UML §  Counterpart to CORBA on the modeling level: interoperability between different platforms §  Applications which can be installed on different platforms à portability, no problems with changing technologies, integration of different platforms, etc. §  Modifications to the basic architecture §  Segmentation of the model level §  Platform Independent Models (PIM): valid for a set of (similar) platforms §  Platform Specific Models (PSM): special adjustments for one specific platform §  Requires model-to-model transformation (PIM-PSM; cf. QVT) and model- to-code transformation (PSM-Code) §  Platform development is not taken into consideration – in general industry standards like J2EE, .NET, CORBA are considered as platforms [www.omg.org/mda/]
  • 23. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Base Level: UML Platform-Independent Model of Business Functionality & Behavior Automated Transformation Intermediate Level UML Platform-Specific Model|s| on selected platforms generated from PIM Implementation generated from PSMs Modeling in a technology- independent UML profile allows a precise representation of business process/rules Executed by MDA tool which follows OMG standard mappings. Resulting PSM may need some hand adjustments based on infrastructure decisions Modeled in a technology- specific UML profile. Represents every aspect of a coded application, but still as a model Executed by MDA tool. Many tools on the market execute this step very well today Generated code and auxiliary files ready for compilation, linking with legacy or other code, and deployment Automated Transformation ModelingSpaceCodeSpace Approaches MDA development cycle
  • 24. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modeling Levels CIM, PIM, PSM § Computation independent models (CIM): describe requirements and needs at a very abstract level, without any reference to implementation aspects (e.g., description of user requirements or business objectives); § Platform independent models (PIM): define the behavior of the systems in terms of stored data and performed algorithms, without any technical or technological details; § Platform-specific models (PSM): define all the technological aspects in detail.
  • 25. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modeling levels CIM § Eg., business process
  • 26. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modeling levels MDA Platform Independent Model (PIM) §  Specification of structure and behaviour of a system, abstracted from technological details §  Using UML(optional) §  Abstraction of structur and behaviour of a system by PIM simplifies the following: §  Validation of correctness of the model §  Creation of implementations on different platforms §  Tool support during implementation
  • 27. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Modeling levels MDA Platform Specific Model (PSM) § Specifies how the functionality described in the PIM is realized on a certain platform § Using a UML-Profile for the selected platform, e.g., EJB
  • 28. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches MDA Reverse Engineering / Roundtrip Engineering §  Re-integration onto new platforms via reverse engineering of an existing application into a PIM und subsequent code generation §  MDA tools for reverse engineering automate the model construction from existing code Legacy App COTS App Other Other Model Reverse engineer existing application into a model and redeploy PIM (UML)
  • 29. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches Excursus: OMG Standards §  CORBA - Common Object Request Broker Architecture §  Language- and platform-neutral interoperability standard (similar to WSDL, SOAP and UDDI) §  UML - Unified Modeling Language §  Standardized modeling language, industry standard §  CWM - Common Warehouse Metamodel §  Integrated modeling language for data warehouses §  MOF – Meta Object Facility §  A standard for metamodels and model repositories §  XMI - XML Metadata Interchange §  XML-based exchange of models §  QVT – Queries/Views/Transformations §  Standard language for model-to-model transformations
  • 30. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches MDA with UML §  Problems when using UML as PIM/PSM §  Method bodies? §  Incomplete diagrams, e.g. missing attributes §  Inconsistent diagrams §  For the usage of the UML in Model Engineering special guidelines have to be defined and adhered to §  Different requirements to code generation §  get/set methods §  Serialization or persistence of an object §  Security features, e.g. Java Security Policy §  Using adaptable code generators or PIM-to-PSM transformations §  Expressiveness of the UML §  UML is mainly suitable for “generic” software platforms like Java, EJB, .NET §  Lack of support for user interfaces, code, etc. §  MDA tools often use proprietary extensions
  • 31. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches MDA § Many UML tools are expanded to MDA tools § UML profiles and code generators § Stage of development partly still similar to CASE: proprietary UML profiles and transformations, limited adaptability § Advantages of MDA § Standardization of the Meta-Level § Separation of platform independent and platform specific models (reuse) § Disadvantages of MDA § No special support for the development of the execution platform and the modeling language § Modeling language practically limited to UML with profiles § Therefore limited code generation (typically no method bodies, user interface)
  • 32. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE industry Adoption and acceptance (hype) § Not yet mainstream in all industries § Strong in core industry (defense, avionics, …)
  • 33. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. MDSE Industry (2) Adoption Lifecycle
  • 34. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Tool support § Drawing vs. modeling
  • 35. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches AC-MDSD §  Efficient reuse of architectures §  Special attention to the efficient reuse of infrastructures/frameworks (= architectures) for a series of applications §  Specific procedure model §  Development of a reference application §  Analysis in individual code, schematically recurring code and generic code (equal for all applications) §  Extraction of the required modeling concepts and definition of the modeling language, transformations and platform §  Software support (www.openarchitectureware.org) §  Basic architecture almost completely covered §  When using UML profiles there is the problem of the method bodies §  The recommended procedure is to rework these method bodies not in the model but in the generated code §  Advantages compared to MDA §  Support for platform- and modeling language development §  Disadvantages compared to MDA §  Platform independence and/or portability not considered
  • 36. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches MetaCASE/MetaEdit+ §  Free configurable CASE §  Meta modeling for the development of domain-specific modeling languages (DSLs) §  The focus is on the ideal support of the application area, e.g. mobile- phone application, traffic light pre-emption, digital clock – Intentional Programming §  Procedural method driven by the DSL development §  Support in particular for the modeling level §  Strong Support for meta modeling, e.g. graphical editors §  Platform development not assisted specifically, the usage of components and frameworks is recommended §  Advantages §  Domain-specific languages §  Disadvantages §  Tool support only focuses on graphical modeling [www.metacase.com]
  • 37. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Approaches Software Factories §  Series production of software products §  Combines the ideas of different approaches (MDA, AC-MDSD, MetaCASE/DSLs) as well as popular SWD-technologies (patterns, components, frameworks) §  Objective is the automatically processed development of software product series, i.e., a series of applications with the same application area and the same infrastructure §  The SW-Factory as a marketable product §  Support of the complete basic architecture §  Refinements in particular on the realization level, e.g. deployment §  Advantages §  Comprehensive approach §  Disadvantages §  Approach not clearly delimited (similar MDA) §  Only little tool support [J. Greenfield, K. Short: Software Factories. Wiley, 2004]
  • 38. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Eclipse and EMF § Eclipse Modeling Framework § Full support for metamodeling and language design § Fully MD (vs. programming-based tools) § Used in this course!
  • 39. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Conclusion Modeling in the last century § Critical Statements of Software Developers § »When it comes down to it, the real point of software development is cutting code« § »Diagrams are, after all, just pretty pictures« § »No user is going to thank you for pretty pictures; what a user wants is software that executes« M. Fowler, ”UML Distilled”, 1st edition, Addison Wesley, 1997
  • 40. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Conclusion Modeling in the new millennium – Much has changed! §  »When it comes down to it, the real point of software development is cutting code« §  To model or to program, that is not the question! §  Instead: Talk about the right abstraction level §  »Diagrams are, after all, just pretty pictures« §  Models are not just notation! §  Instead: Models have a well-defined syntax in terms of metamodels §  »No user is going to thank you for pretty pictures; what a user wants is software that executes« §  Models and code are not competitors! §  Instead: Bridge the gap between design and implementation by model transformations M. Fowler, ”UML Distilled”, 1st edition, Addison Wesley, 1997 (revisited in 2009)
  • 41. Marco Brambilla, Jordi Cabot, Manuel Wimmer. Model-Driven Software Engineering In Practice. Morgan & Claypool 2012. Teaching material for the book Model-Driven Software Engineering in Practice by Marco Brambilla, Jordi Cabot, Manuel Wimmer. Morgan & Claypool, USA, 2012. www.mdse-book.com MODEL-DRIVEN SOFTWARE ENGINEERING IN PRACTICE Marco Brambilla, Jordi Cabot, Manuel Wimmer. Morgan & Claypool, USA, 2012. www.mdse-book.com www.morganclaypool.com or buy it on www.amazon.com