SlideShare uma empresa Scribd logo
1 de 41
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

Model driven architecture
Model driven architectureModel driven architecture
Model driven architectureBiruk Mamo
 
Object Oriented Analysis Design using UML
Object Oriented Analysis Design using UMLObject Oriented Analysis Design using UML
Object Oriented Analysis Design using UMLAjit Nayak
 
Bad Code Smells
Bad Code SmellsBad Code Smells
Bad Code Smellskim.mens
 
Design Patterns - General Introduction
Design Patterns - General IntroductionDesign Patterns - General Introduction
Design Patterns - General IntroductionAsma CHERIF
 
5 - Architetture Software - Metamodelling and the Model Driven Architecture
5 - Architetture Software - Metamodelling and the Model Driven Architecture5 - Architetture Software - Metamodelling and the Model Driven Architecture
5 - Architetture Software - Metamodelling and the Model Driven ArchitectureMajong DevJfu
 
System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7koolkampus
 
Introduction to design patterns
Introduction to design patternsIntroduction to design patterns
Introduction to design patternsAmit Kabra
 
Software quality
Software qualitySoftware quality
Software qualityjagadeesan
 
Unit iii-Architecture in the lifecycle
Unit iii-Architecture in the lifecycleUnit iii-Architecture in the lifecycle
Unit iii-Architecture in the lifecycleDhivyaa C.R
 
Feature driven development
Feature driven developmentFeature driven development
Feature driven developmentRuhaim Izmeth
 
Domain specific Software Architecture
Domain specific Software Architecture Domain specific Software Architecture
Domain specific Software Architecture DIPEN SAINI
 
MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )Ahmed Emad
 
IT8076 - SOFTWARE TESTING
IT8076 - SOFTWARE TESTINGIT8076 - SOFTWARE TESTING
IT8076 - SOFTWARE TESTINGSathya R
 

Mais procurados (20)

Introduction to MDA
Introduction to MDAIntroduction to MDA
Introduction to MDA
 
Model driven architecture
Model driven architectureModel driven architecture
Model driven architecture
 
Object Oriented Analysis Design using UML
Object Oriented Analysis Design using UMLObject Oriented Analysis Design using UML
Object Oriented Analysis Design using UML
 
Bad Code Smells
Bad Code SmellsBad Code Smells
Bad Code Smells
 
Design patterns tutorials
Design patterns tutorialsDesign patterns tutorials
Design patterns tutorials
 
Design Patterns - General Introduction
Design Patterns - General IntroductionDesign Patterns - General Introduction
Design Patterns - General Introduction
 
5 - Architetture Software - Metamodelling and the Model Driven Architecture
5 - Architetture Software - Metamodelling and the Model Driven Architecture5 - Architetture Software - Metamodelling and the Model Driven Architecture
5 - Architetture Software - Metamodelling and the Model Driven Architecture
 
System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7
 
Introduction to design patterns
Introduction to design patternsIntroduction to design patterns
Introduction to design patterns
 
COCOMO (Software Engineering)
COCOMO (Software Engineering)COCOMO (Software Engineering)
COCOMO (Software Engineering)
 
Design pattern
Design patternDesign pattern
Design pattern
 
Software quality
Software qualitySoftware quality
Software quality
 
Uml
UmlUml
Uml
 
Unit iii-Architecture in the lifecycle
Unit iii-Architecture in the lifecycleUnit iii-Architecture in the lifecycle
Unit iii-Architecture in the lifecycle
 
Feature driven development
Feature driven developmentFeature driven development
Feature driven development
 
Domain specific Software Architecture
Domain specific Software Architecture Domain specific Software Architecture
Domain specific Software Architecture
 
MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )MVVM ( Model View ViewModel )
MVVM ( Model View ViewModel )
 
IT8076 - SOFTWARE TESTING
IT8076 - SOFTWARE TESTINGIT8076 - SOFTWARE TESTING
IT8076 - SOFTWARE TESTING
 
Incremental Model
Incremental ModelIncremental Model
Incremental Model
 
Reliability growth models
Reliability growth modelsReliability growth models
Reliability growth models
 

Semelhante a 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
 
2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katochIBM
 
Trasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochTrasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochRoopa Nadkarni
 

Semelhante a 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
MDAMDA
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
 
2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch2 trasnformation design_patterns-sandeep_katoch
2 trasnformation design_patterns-sandeep_katoch
 
Trasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep KatochTrasnformation Design Patterns - Sandeep Katoch
Trasnformation Design Patterns - Sandeep Katoch
 

Mais de 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
 

Mais de 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
 

Último

eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITmanoharjgpsolutions
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Anthony Dahanne
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxRTS corp
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profileakrivarotava
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsChristian Birchler
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfkalichargn70th171
 

Último (20)

eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh IT
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profile
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
 

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