SlideShare ist ein Scribd-Unternehmen logo
1 von 120
Code Generation
from Conceptual User Interface Patterns
                                The Tutorial


Pedro J. Molina, PhD.
http://pjmolina.com/cuip/
May 18th, 2007
Contents

   1. Introduction
   2. Patterns
   3. Conceptual User Interface Patterns
   4. Modelling
   5. Code Generation
   6. Validation
   7. Open Issues

                                 Capgemini Spain / Technology Services
                                                 Code Generation 2007, May 18th
                                   © 2007 Pedro J. Molina. All rights reserved 1
Timetable
      9:00 H




               Tutorial Block 1
                                  65 min.
     10:05 H



     10:15 H
                    Q&A           10 min.



               Tea / Coffee &
     10:45 H
                 Exhibition       30 min.




               Tutorial Block 2
                                  65 min.
     11:50 H



     12:00 H
                    Q&A           10 min.


                                            Capgemini Spain / Technology Services
                                                            Code Generation 2007, May 18th
                                              © 2007 Pedro J. Molina. All rights reserved 2
1. Introduction
Tutorial
Code generation from Conceptual User Interface Patterns
Introduction

 Tutorial Objectives
  • Show the State of the Art in MBCG for user interfaces
  • Introduce the pattern approach to UI development
  • Present an approach for the spec. & generation of code in the
   domain of user interfaces




                                                       Capgemini Spain / Technology Services
                                                                       Code Generation 2007, May 18th
                                                         © 2007 Pedro J. Molina. All rights reserved 4
Human
A bit of history
The entire history of software
 engineering is that of the rise in
 levels of abstraction.                    Conceptual Models /
                           Grady Booch       Model Execution



Objetive: Reduce the Semantic Gap         C++ / 4GL / Java / C#
 between the human & the machine.

                                           Cobol / Smalltalk / C



                                         Assembler: MOVE A0, SP+



                                         Machine Code: 0101001…

                                                    Capgemini Spain / Technology Services
                                                  Machine           Code Generation 2007, May 18th
                                                      © 2007 Pedro J. Molina. All rights reserved 5
Novak’s Rule


“Automatic Programming is defined as the synthesis of a
 program from a specification.

If automatic programming is to be useful, the specification
  must be smaller and easier to write than the program would
  be if written in a conventional programming language.”

                                                 G.S. Novak.




                                             Capgemini Spain / Technology Services
                                                             Code Generation 2007, May 18th
                                               © 2007 Pedro J. Molina. All rights reserved 6
Introduction

 UI Development “like other software”

  • Implies moving from an abstract & general problem definition to a
    concrete and detailed implementation.

  • OMG MDA: PIMs & PSM promotes a process to refine models for
    software refinement in iterations.




                                                     Capgemini Spain / Technology Services
                                                                     Code Generation 2007, May 18th
                                                       © 2007 Pedro J. Molina. All rights reserved 7
The working context at glance
Conceptual Model                                               Problem Space
                        Structure Model
                        Dynamic Model
                        Behavioural Model
                        UI Model




                            Repository

Execution Model

                                N automatic                  Solution Space
                                translations

               App 1                     App 2
               Architecture A            Architecture B
                         N software solutions

                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 8
State of the Art
   User Interface Modelling
     •   TRIDENT [Vanderdonctk93, Bodart96]
     •   MOBI-D, Mecano [Puerta96]
     •   OVID [Roberts98]
     •   UMLi [Pinheiro00]
     •   CTT, Teresa [Paternò00]
     •   Genova [Genera00]

   Cons:
     • Full domain model is described as input but only User Interface is
       considered to obtain a tangible result




                                                           Capgemini Spain / Technology Services
                                                                           Code Generation 2007, May 18th
                                                             © 2007 Pedro J. Molina. All rights reserved 9
State of the Art
•     CASE modelling tools




                             Capgemini Spain / Technology Services
                                             Code Generation 2007, May 18th
                               © 2007 Pedro J. Molina. All rights reserved 10
State of the Art

 TRIDENT/SEGUIA [Bodart96]
  • AIO / CIO [Vanderdonckt93]
  • Presentation Units
  • SEGUIA:
     − CIO Selection and layout manager




                                          Capgemini Spain / Technology Services
                                                          Code Generation 2007, May 18th
                                            © 2007 Pedro J. Molina. All rights reserved 11
State of the Art
CTT [Paternò00]
  • Task notation




                    Capgemini Spain / Technology Services
                                    Code Generation 2007, May 18th
                      © 2007 Pedro J. Molina. All rights reserved 12
State of the Art

 OVID [Roberts98]
  • Based in UML
  • View as a Class Stereotype




                                 Capgemini Spain / Technology Services
                                                 Code Generation 2007, May 18th
                                   © 2007 Pedro J. Molina. All rights reserved 13
State of the Art

 UMLi [Pinheiro01]
  • UML extension for specifying of UI
  • Formal Semantics
  • Low level descriptions




                                         Capgemini Spain / Technology Services
                                                         Code Generation 2007, May 18th
                                           © 2007 Pedro J. Molina. All rights reserved 14
State of the Art

 WISDOM [Nunes01]

  • UML extension

  • Method proposed for small
    software companies

  • Interaction Spaces




                                Capgemini Spain / Technology Services
                                                Code Generation 2007, May 18th
                                  © 2007 Pedro J. Molina. All rights reserved 15
State of the Art
  GENOVA [Genera00]
   Generates CRUD UIs




                        Capgemini Spain / Technology Services
                                        Code Generation 2007, May 18th
                          © 2007 Pedro J. Molina. All rights reserved 16
State of the Art

   UIML [Harmonia02]




   UsiXML www.usixml.org [Vanderdonckt05]




   XAML [Microsoft05]




                                            Capgemini Spain / Technology Services
                                                            Code Generation 2007, May 18th
                                              © 2007 Pedro J. Molina. All rights reserved 17
State of the Art
  CanonSketch [Campos04]
  http://dme.uma.pt/projects/canonsketch/




                                            Capgemini Spain / Technology Services
                                                            Code Generation 2007, May 18th
                                              © 2007 Pedro J. Molina. All rights reserved 18
Domain Engineering

• Model Driven Development
   • MDA

• Software Product Line Engineering

• Program Families

   • Parnas D.L., 1976

  “On the Design and Development of Program Families” IEEE
  Transactions on Software Engineering SE-2 (march 1976) 1-9.




                                                   Capgemini Spain / Technology Services
                                                                   Code Generation 2007, May 18th
                                                     © 2007 Pedro J. Molina. All rights reserved 19
Commonality Analysis

It is a domain study to:

 • Document the domain to deal with

 • Identify the common part           enclosable in a runtime component

 • Identify the variable part         specifiable in a model




                                                     Capgemini Spain / Technology Services
                                                                     Code Generation 2007, May 18th
                                                       © 2007 Pedro J. Molina. All rights reserved 20
Commonality Analysis
    The document covers the following aspects:

    1. Domain Scope
    2. General description
    3. Term Dictionary
    4. Common part
    5. Variabilities
    6. Variation parameters
    7. Critical/Open Issues




                                                 Capgemini Spain / Technology Services
                                                                 Code Generation 2007, May 18th
                                                   © 2007 Pedro J. Molina. All rights reserved 21
The Quest for the Lost Model…
                       Parameterisation
                     Reduces common parts
                     Increases family size
                     Increases complexity




Immutable                                               Variability
Sample:
Background                                              Sample:
color fixed to                                          Background
#AAFF88                                                 color can be
                                                        specified




                       Standardisation
                    Increases common parts
                    Reduces family size
                    Simplifies the system

                                             Capgemini Spain / Technology Services
                                                             Code Generation 2007, May 18th
                                               © 2007 Pedro J. Molina. All rights reserved 22
The Quest for the Lost Model…

 “Lo bueno, si breve, dos veces bueno.”
    B. Gracián, (XVII century)




 “Everything should be as simple as possible,
  but no simpler.”
    A. Einstein, (XX century)
                                   Capgemini Spain / Technology Services
                                                   Code Generation 2007, May 18th
                                     © 2007 Pedro J. Molina. All rights reserved 23
Application Modeling Language
  DSL (Domain Specific Languages)
    • Samples:
      − TeX
      − SQL
      − OCL
      − HTML


  Modulable composable DSL
    • Pros
      − Reuse
      − Scalability
      − Faster addition of features



                                      Capgemini Spain / Technology Services
                                                      Code Generation 2007, May 18th
                                        © 2007 Pedro J. Molina. All rights reserved 24
Economics of Model Driven Development

 Economies of Scale
  • “The condition where few inputs like effort and time are used to produce big
    quantities of a unique output.” [Wit96]


 However in Software: each good is produced only once.
  • Copy Cost are = 0 € !




 Economies of Scope
   • “The condition where few inputs like effort and time are used to produce a
     big variety of outputs.
   • More added value producing different goods in the same production line.
   • Scope economy is achieved when combining two or more products in the
     same production line is cheaper that producing them separately. [Wit96]




                                                                  Capgemini Spain / Technology Services
                                                                                  Code Generation 2007, May 18th
                                                                    © 2007 Pedro J. Molina. All rights reserved 25
Domain Engineer’s Economic Model
        Traditional Cost = N * CT

     Cost with Domain Engineering = I + N * CF

                                                                   Saving SF = CT - CF
                   5 CT

                   4 CT
Accumulated Cost




                   3 CT


                   2 CT
                          I

                    CT


                              1     2        3       4       5
                                            Family Members
                                                                 Capgemini Spain / Technology Services
                                                                                 Code Generation 2007, May 18th
                                                                   © 2007 Pedro J. Molina. All rights reserved 26
2. Patterns
Tutorial
Code generation from Conceptual User Interface Patterns
Patterns

 Origins: C. Alexander (60s)

 First usage in Software engineering:
  • Gamma & et al. “Design Patterns”

 Pattern definition
  • Recurrent problem
      − in a given context
      − with a non trivial solution
      − that can be abstracted and reused

  • Pearl of knowledge (distilled experience)

  • Anti-patterns (didactical also)



                                                Capgemini Spain / Technology Services
                                                                Code Generation 2007, May 18th
                                                  © 2007 Pedro J. Molina. All rights reserved 28
Patterns. Definition


We can explain how to make a dress specifying the scissors route over
 the cloth in terms of angles and cut longitudes or, we can provide a
 pattern.

Reading the cut specifications, nobody would have idea about what is
 the goal, at least not till construction.

However, the pattern anticipates the result: is the rule to create the
 dress. But, at the same time, is also in big amount, the dress by it self.

                                                      James Coplien, 1996.




                                                         Capgemini Spain / Technology Services
                                                                         Code Generation 2007, May 18th
                                                           © 2007 Pedro J. Molina. All rights reserved 29
Patterns

 Taxonomy

  • By abstraction level
     − Analysis / Conceptual
     − Design
     − Implementation (Idioms)

  • By domain (application field)
     −   Software Engineering
     −   User Interface
     −   Architecture
     −   Social Networks
     −   Etc.




                                    Capgemini Spain / Technology Services
                                                    Code Generation 2007, May 18th
                                      © 2007 Pedro J. Molina. All rights reserved 30
Design Patterns. Tidwell
                           http://time-tripper.com/uipatterns/index.php




                                               Capgemini Spain / Technology Services
                                                               Code Generation 2007, May 18th
                                                 © 2007 Pedro J. Molina. All rights reserved 31
Design Patterns. van Welie     http://www.welie.com




                             Capgemini Spain / Technology Services
                                             Code Generation 2007, May 18th
                               © 2007 Pedro J. Molina. All rights reserved 32
Pattern Templates
 Traditionally patterns are described following a template
 There is no universal template

 Each domain has its own templates
 Each author can used what he consider he need
 The most used: Gamma et al.

 We tried to standardize a common factor as a guide for new patterns
 in the field of User Interface Patterns and provide a very simple XML
 DTD: PLML [CHI2003]




                                                      Capgemini Spain / Technology Services
                                                                      Code Generation 2007, May 18th
                                                        © 2007 Pedro J. Molina. All rights reserved 33
Pattern Language

 Set of patterns

  • In a given domain

  • Strongly interrelated

  • Provides a set of primitives to build solutions in the domain

  • No necessarily complete!!!
      − A pattern is an empiric approximation




                                                             Capgemini Spain / Technology Services
                                                                             Code Generation 2007, May 18th
                                                               © 2007 Pedro J. Molina. All rights reserved 34
3. Conceptual User Interface Patterns / CUIP
Tutorial
Code generation from Conceptual User Interface Patterns
Just-UI Method

      A pattern language for the specification and generation of business user
      interfaces

      Objectives:
  1.     Improve an OO Conceptual Model with a model for the specification of user
         interface requirements
  2.     In a practical way: looking for a high degree of code generation
  3.     Increasing the level of abstraction of the specification in the User Interface
  4.     Increasing the quality and productivity of the whole development process


      Very concrete domain
  •      User Interfaces for Information Systems / Business software (nevertheless a big
         market)




                                                                      Capgemini Spain / Technology Services
                                                                                      Code Generation 2007, May 18th
                                                                        © 2007 Pedro J. Molina. All rights reserved 36
Just-UI Method

 Proposal:

  • Extension of a Conceptual Model

  • Introducing an Abstract User Interface Model

  • Using Conceptual User Interface Patterns as basic
    primitives (building blocks)

 In a feasible way for enabling reliable UI Code
 Generation




                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 37
Proposal

 Advantages:

  • A Unique Specification for the system (Funct + UI)
     − Making easier the maintenance phase

  • Abstract User Interface Specification
     − Device independence: Desktop, Web, Mobile, Pervasive Devices,
       Voice…

  • Rapid Prototyping of User Interface
     − Running prototypes in early stages of Requirements Gathering &
       Analysis




                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 38
Pattern Languages




                                                                                                    Abstract
 Requirements
                   Analysis Patterns             UI Conceptual
                     [Fowler96]                     Patterns
                                                 [Molina98-03]

 Specification




 Logical Design                          Common                  Usability
                                          Ground                Collections
                      Design             Collection
                      Patterns                                 [vanWelie00,
                                        [Tidwell92]           Traetteberg00,
                    [Gamma95]
 Physical Design                                               Javahery02]




                                                                                                   Concrete
                      Idioms
 Implementation     [Coplein98]


                       Structural      User Interface                  Usability
                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 39
Delta Effect                    ∆

Requirements      ?           ?               ?
                      ?                 ?



Analysis




Design




Implementation



                          (∆) Delta Effect.       Capgemini Spain / Technology Services
                                                                  Code Generation 2007, May 18th
                                                    © 2007 Pedro J. Molina. All rights reserved 40
Conceptual Pattern Language



 Conceptual User Interface Patterns

  • Captures a recurrent concept in the process of user interface requirement
    gathering

  • Provides an homogeneous solution that allows to solve the requirement in
    the implementation in an automatic way




                                                           Capgemini Spain / Technology Services
                                                                           Code Generation 2007, May 18th
                                                             © 2007 Pedro J. Molina. All rights reserved 41
Conceptual Pattern Language

  Principles / Requirements:

   • Easy to use

   • Compact Model

   • Minimal set of Primitives

   • Maximal Expressiveness Power

   • Provide a Default Behaviour for frequent cases

   • Saves time/effort (following Novak’s Rule)




                                                      Capgemini Spain / Technology Services
                                                                      Code Generation 2007, May 18th
                                                        © 2007 Pedro J. Molina. All rights reserved 42
Conceptual User Interface Patterns

 Patterns are arranged in three abstraction levels: from general to
  particular aspects.

 1. User Access
    • HAT                         Application Access


 2. Interaction Units
    • Service IU                  Service
    • Instance IU                 Object interaction
    • Population IU               Set of objects
    • Master/Detail IU            Composition




                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 43
Conceptual User Interface Patterns

3. Elemental Pattern

   •   Introduction                Constraints input
   •   Defined Selection           Error prevention
   •   Population Selection        Selection Helper
   •   Supplementary Information   Selection feedback
   •   Dependency                  Fields interdependencies
   •   Filter                      ¿How to limit the output?
   •   Order Criterion             ¿How to order?
   •   Display Set                 ¿What to show?
   •   Actions                     Commands & actions
   •   Navigation                  Exploration of the system




                                                               Capgemini Spain / Technology Services
                                                                               Code Generation 2007, May 18th
                                                                 © 2007 Pedro J. Molina. All rights reserved 44
A             B                      Introduction
A uses        B
                   Service IU      Defined Selection
                                  Argument Grouping
                                                                 Just-UI
                                    Status Recovery
                                     Dependency                  Conceptual
                                                                 Pattern
                                  Supplementary Info.
                                                                 Language

                  Instance IU         Display Set
    HAT
                                        Actions
                                      Navigation
                   Population
                      IU                 Filter
                                     Order Criteria                       Level 1 (1)

                                                                          Level 2 (4)
                  Master/Detail        Master IU                          Level 3 (11)
                       IU              Detail IU      Capgemini Spain / Technology Services
                                                                      Code Generation 2007, May 18th
    Level 1          Level 2            Level 3         © 2007 Pedro J. Molina. All rights reserved 45
Hierarchical Action Tree (HAT)

 A task oriented tree providing the user access to the system.

  • Intermediate nodes:           grouping labels
  • Leaf nodes:                   links to interaction units


         Store View
                          Purchases
                                   Purchase article
                                   Purchase to supplier
                                   Pending orders
                          Sales
                                   Sell article
                                   New order
                                   Pending orders
                          Store
                                    ...


                                                           Capgemini Spain / Technology Services
                                                                             Code Generation 2007, May 18th
                                                               © 2007 Pedro J. Molina. All rights reserved 46
Interaction Unit

    It is an abstraction of a window, a scenario where user interacts with
    the system

     • Based on: AIO & Presentation Unit [Vanderdonckt93, Bodart95]
     • Extended with behaviour semantics




                               Interaction Unit

                             Name
                             Alias
                             Help message
                             ...




                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 47
Service Interaction Unit

   Represents an IU for a service.

    • Gathers input arguments and launches the service.




                           Class
                           Service




                                                      Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 48
Instance Interaction Unit

   Abstracts object presentation.

    • Composed of:
       − Display Set
       − Actions
       − Navigation                                  What to see?

                                                           What to do?




                                                          <
                                    Code
                                    Country.Name
                 Class              Name




                                                                 <
                                        Customer_Edit
                                    Surname
                                        Customer_Delete
                                                            Explore...
                                    Address.Street




                                                          >
                 Display Set            Country_Nationalize




                                                                           <
                 Actions                ...  Currency
                 Navigation                  Country




                                                                 >
                                             Invoices
                                             Receipts
                                             Payments




                                                                           >
                                                Capgemini Spain / Technology Services
                                                                Code Generation 2007, May 18th
                                                  © 2007 Pedro J. Molina. All rights reserved 49
Population Interaction Unit
      Represents a set of objects
           • Composed of:
                −   Filters
                −   Order Criteria
                −   Display Set
                −   Actions
                −   Navigation
                                                              What to see?
  How to search?
                                                                   What to do?




                                                                  <
                                            Code
                                            Country.Name
                           Class            Name
                           Filters




                                                                          <
                                                Customer_Edit
                                            Surname
                           Order Criteria       Customer_Delete
                                                                    Explore...
                                            Address.Street




                                                                  >
            <




date ASC
code DES                   Display Sets         Country_Nationalize




                                                                                   <
                           Actions              ...  Currency
                                                     Country




                                                                          >
                           Navegation
            >




                                                     Invoices
                                                     Receipts
                                                     Payments




                                                                                   >
   Sorted?

                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 50
Master/Detail Interaction Unit

   Represents a composed pattern with head-details semantics.

    • Composed of:
       − A Master Component
       − One or many Detail Components


              Customer
                                 Master

         Current Invoices                            Due Payments

                            Detail 1      Detail 2

               Invoices                                  Payments



                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 51
Filter

       Definition: Expresses a search condition to locate information about a object
       population in a given class.
   •       It is defined as an open logic expression. It can contain variables to allow the user to provide
           values for such variables in runtime.

       Example: For the class vehicle, it is need to seach for free vehicles of a given type.




                Busy = False AND VehicleType= VType




                                                                                Capgemini Spain / Technology Services
                                                                                                Code Generation 2007, May 18th
                                                                                  © 2007 Pedro J. Molina. All rights reserved 52
Order Criteria

       Definition: Order mechanism for a population of objects, based on class’s
       attributes.
   •      Formed by a serie of pairs
              <expression, sense>

       Example: Ordering customers by surname & name.

                    <Surname, ASC>, <Name, ASC>




                                                             Capgemini Spain / Technology Services
                                                                             Code Generation 2007, May 18th
                                                               © 2007 Pedro J. Molina. All rights reserved 53
Display Set

      Definition: Order list of object’s properties to be observed.
  •       It is specified as an order list of properties’ expressions (class’s attributes & properties
          reachable by means of associations navigation)

      Example: The properties relevant to displya an invoice in a given context are: invoide
      number, total amount and name of the customer.



                        InvoiceNumer,
                        TotalAmount,
                        Customer.Surname,
                        Customer.Name




                                                                                 Capgemini Spain / Technology Services
                                                                                                 Code Generation 2007, May 18th
                                                                                   © 2007 Pedro J. Molina. All rights reserved 54
Navigation

-   Definition: Is a subset of the semantic relations defined between
    classes. It allows to cross from one object to related ones by means
    of semantic relations.

-   Example: Given a customer, it is convenient to navigate to invoices,
    payments and current open contracts.



                 P_Invoices , P_Payments, P_OpenContrants




                                                      Capgemini Spain / Technology Services
                                                                      Code Generation 2007, May 18th
                                                        © 2007 Pedro J. Molina. All rights reserved 55
Actions

-   Definition: Set of services reachable to change the state of a given object.

-   Example: Cars in an ‘rent a car’ service can be rented, returned or finally
    sold.


                         S_Rent, S_Return, S_Sell




                                                            Capgemini Spain / Technology Services
                                                                            Code Generation 2007, May 18th
                                                              © 2007 Pedro J. Molina. All rights reserved 56
Introduction

 Example
  • The user describes certain fields with a well-kwon format: postal codes, telephones,
    mail addresses, etc.

  • The user interface should prevent errors in this data entry fields.

  • The Introduction Patterns [Molina98] addresses this input data problem.




                                                                     Capgemini Spain / Technology Services
                                                                                        Code Generation 2007, May 18th
                                                                          © 2007 Pedro J. Molina. All rights reserved 57
Introduction




 Introduction Pattern template
                                 Capgemini Spain / Technology Services
                                                 Code Generation 2007, May 18th
                                   © 2007 Pedro J. Molina. All rights reserved 58
Introduction




 Sample generated
                    Capgemini Spain / Technology Services
                                    Code Generation 2007, May 18th
                      © 2007 Pedro J. Molina. All rights reserved 59
Defined Selection




 Defined Selection sample
                            Capgemini Spain / Technology Services
                                            Code Generation 2007, May 18th
                              © 2007 Pedro J. Molina. All rights reserved 60
Dependency


Models interdependences between service arguments.

Values & states of UI fields change depending on other values & states.

Dynamic is expressed using event-condition-action rules (ECA).




                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 61
Dependency




 Dependency pattern example
                              Capgemini Spain / Technology Services
                                              Code Generation 2007, May 18th
                                © 2007 Pedro J. Molina. All rights reserved 62
Dependency




 Dependency Pattern specification window.
                                            Capgemini Spain / Technology Services
                                                            Code Generation 2007, May 18th
                                              © 2007 Pedro J. Molina. All rights reserved 63
State Recovery




  State Recovery Sample
                          Capgemini Spain / Technology Services
                                          Code Generation 2007, May 18th
                            © 2007 Pedro J. Molina. All rights reserved 64
State Recovery




  State Recovery Sample
                          Capgemini Spain / Technology Services
                                          Code Generation 2007, May 18th
                            © 2007 Pedro J. Molina. All rights reserved 65
Argument Grouping




                    Capgemini Spain / Technology Services
                                    Code Generation 2007, May 18th
                      © 2007 Pedro J. Molina. All rights reserved 66
Argument Grouping




                    Capgemini Spain / Technology Services
                                    Code Generation 2007, May 18th
                      © 2007 Pedro J. Molina. All rights reserved 67
4. Modelling
Tutorial
Code generation from Conceptual User Interface Patterns
Just-UI / Diagramming

 Inspired in the principles of
  • Ruble “A&D of O-O applications”
  • Constantine & Lockwood “Software for Use”

 Simple, easy of use. Based in paper, post-its & pens

 Easy to discuss with the user (promotes early validation)

 Allows to involve the user in the design of the system




                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 69
Just-UI / Diagramming




                        Population_Class2                   MasterDetail1                  ServiceNew
 Instance1



                                   Alias2                               Alias3                          Alias4
             Alias1



      (a) Instance IU      (b) Population IU                  (c) Master/Detail IU               (d) Service IU




                                            (e) Navigational Link




                                 Graphical primitives in Just-UI.



                                                                                     Capgemini Spain / Technology Services
                                                                                                     Code Generation 2007, May 18th
                                                                                       © 2007 Pedro J. Molina. All rights reserved 70
Layered Diagramming




                      Capgemini Spain / Technology Services
                                      Code Generation 2007, May 18th
                        © 2007 Pedro J. Molina. All rights reserved 71
Just-UI / Diagramming




                   Just UI / VISIO Prototype


                                               Capgemini Spain / Technology Services
                                                               Code Generation 2007, May 18th
                                                 © 2007 Pedro J. Molina. All rights reserved 72
Just-UI / Diagramming   BizUI Prototype / MS DSL Tools




                                Capgemini Spain / Technology Services
                                                Code Generation 2007, May 18th
                                  © 2007 Pedro J. Molina. All rights reserved 73
Just-UI / Diagramming   BizUI Prototype / MS DSL Tools




                                Capgemini Spain / Technology Services
                                                Code Generation 2007, May 18th
                                  © 2007 Pedro J. Molina. All rights reserved 74
Just-UI / Diagramming
          Autentificación   error


                                                                   servicios
             correcto

                                                                                                  Cliente
                                                                    I
                                                                                                 Servicio1
            Aplicación
                                         Clientes        detalle         Cliente

                                                                                                  Cliente
                                                                                                 ServicioN
                                                                   servicios
                                     Cliente Contratos


                                                                                                 Contrato
                                                                                                 Servicio1
                                        Contratos        detalle        Contrato
                                                                     Cliente   Coche
                                                                                                 Contrato
                                                                                                 ServicioN

                                                                   servicios
                                    Contratos Coche



                                                                                                  Coche
                                                                    I                            Servicio1
                                         Coches          detalle          Coche


                                                                                                  Coche
                                                                                                 ServicioN
Example of graphical language for UI specification.
                                                                                       Capgemini Spain / Technology Services
                                                                                                       Code Generation 2007, May 18th
                                                                                         © 2007 Pedro J. Molina. All rights reserved 75
Just-UI / Diagramming

                                                     S_Rent

                          MD_Contract-Vehicle
                                                              Rent Vehicle

                          Current Contract-Vehicle       S_Return


                                                                 Return Vehicle


                                                                                         S_Change_Address

    P_Vehicle             P_OldContracts
                                                     I_User
                                                                                              Change Address

          Vehicle Fleet            Old Contracts                                              S_Delete_User
                                                                 User

                                                                                                      Delete User

                                                     S_Create_Fare


                                                              Create Fare

                                                         S_Change_Fare
                          I_Fare

                                                                  Change Fare
                                       Fare
                                                                S_Delete_Fare


                                                                        Delete Fare


  Example of graphical language for UI specification.

                                                                                      Capgemini Spain / Technology Services
                                                                                                      Code Generation 2007, May 18th
                                                                                        © 2007 Pedro J. Molina. All rights reserved 76
Formalization

         HAT      Interaction Units
                Connected with actions
                and navigations




                                     Capgemini Spain / Technology Services
                                                       Code Generation 2007, May 18th
                                         © 2007 Pedro J. Molina. All rights reserved 77
Formalization


 Visibility Semantics
                                  Agent                                        Server
                                             Interface
                                                •Attributes
                                                •Services
                                                •Roles
 View
   • Defines a User Interface in the Model
   • It is a Collection of Interfaces
                                                                           Model

                                                                                       V2
                                                                                       I2
                                                                                        I2
                                                                     V1
                                                                     I2
                                                                      I2

                                                         Capgemini Spain / Technology Services
                                                                         Code Generation 2007, May 18th
                                                           © 2007 Pedro J. Molina. All rights reserved 78
Formalization


    Visibility Semantics
                                    Agent                                        Server
                                               Interface
                                Operator                                         Customer
                                                  •Attributes
             IU
                                                  •Services
                                ∩                 •Roles

Instance UI for Customer

 Name, Surname, Salary                           Name, Surname
 Create, Delete, Edit                  ∩         Create, Edit
 Accounts, Invoices, Payments                    Invoices, Payments


 Effective Items = IU Defined Items        ∩ Visible Items
                                                           Capgemini Spain / Technology Services
                                                                           Code Generation 2007, May 18th
                                                             © 2007 Pedro J. Molina. All rights reserved 79
Meta-model


             Class                                Attribute
                             1:1           0:M

         1:1

         0:M
         Service                                  Argument
                             1:1          0:M




             Concept         definition           Pattern
                       1:1                  0:M

                 0:M                              0:M

                             application


                                                        Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 80
Meta-model
    Class                                              definition           1:1                             1:1     definition
                                                       0:M                             Class                                  0:M
  1:1
                                                      Instance IU                                                    Population IU
  0:M
                    1:1 definition
   Service                                                            0:M                                                       0:M
                                                                                        Filter
                                                                                                           0:M
                              0:M




                                                        application
                        ServiceIU




                                                                                                                                application
                                                                                   Order Criterium         0:M

   Auxiliary
   Patterns         0:M application                                                  Display Set
                                                                                                           1:M
                                                                             1:1


         Class                                                                        Actions
                                                                             0:1                          0:1

 definition 1:1
                                                                                     Navigation
            0:M                                                              0:1                          0:1
    Master/Detail
         IU
                                      Instance IU
        1:1                Master
                  1:1
application                           Population IU

                            Detail                                                       Capgemini Spain / Technology Services
                  1:M                 Master/Detail                                                        Code Generation 2007, May 18th
                                           IU                                                © 2007 Pedro J. Molina. All rights reserved 81
5. Code Generation
Tutorial
Code generation from Conceptual User Interface Patterns
Code Generation

 Rapid Prototyping based on:
  • Code Generation
  • Inference / Default Values / Scaffolding

 Advantages
  • Repeatable Process, Quality, Resource Saving, Time to Market,
    Productivity

 Shortcomings
  • Fixed Design, Specialized Domain
  • Customization   Round Trip Problem




                                                   Capgemini Spain / Technology Services
                                                                   Code Generation 2007, May 18th
                                                     © 2007 Pedro J. Molina. All rights reserved 83
Code Generation

 General Techniques
  •   File Cloning
  •   Templates
  •   Rewriting rules (a la Haskell, Prolog, Lisp, etc.)
  •   String Concatenation
  •   Grammar based transformations
  •   STDs to Finite Automata

 UI oriented Techniques
  • UI Componentization
  • AIO to CIO mappings
  • Design patterns & runtime architectures: MVC, PAC, SmartControls,
    Webparts


                                                           Capgemini Spain / Technology Services
                                                                           Code Generation 2007, May 18th
                                                             © 2007 Pedro J. Molina. All rights reserved 84
Code Generation Technologies

 Xml de/serialization
  • DOM / SAX

 Parsers
  • ANTLR


 Templates
  • “Enforcing Strict Model-View Separation in Template Engines”
    [Parr04]
  • StringTemplate




                                                    Capgemini Spain / Technology Services
                                                                    Code Generation 2007, May 18th
                                                      © 2007 Pedro J. Molina. All rights reserved 85
Code Generation: Conceptual Map
                           Programs Models

        Template                                         Meta-model
                                       Mappings




                                                              Abstraction
Classes /
            Abstraction


                                       Transformation
Types                                  Algorithms




                                                                            Instanciation
Instances
                                   n
                                 io
                                  t
                               ca
                            ifi
                          Re




       Source                                           Specification
                                       Reverse
        Code
                                       Engineering

                                                          Capgemini Spain / Technology Services
                                                                          Code Generation 2007, May 18th
                                                            © 2007 Pedro J. Molina. All rights reserved 86
Round Trip Problem / Tweaking
        Tweaking
        Round Trip Problem [Bergman02]

                                          Manual
                                         Changes

                                 Generated                                    Tweaked
Spec            Translator                         Tweaking
                                   Code                                         code


   Requirements changes                               Re-apply can be done
                                                      automatically?
   Spec. evolves                          Manual
                                         Changes

                                 Generated                                    Tweaked
Spec’           Translator                         Tweaking
                                   Code’                                       code’

                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 87
Development workbench architecture



          Modeller /
                                Repository
           Editor




 Validator /       Code
  Checker         Generator




                                     Capgemini Spain / Technology Services
                                                     Code Generation 2007, May 18th
                                       © 2007 Pedro J. Molina. All rights reserved 88
Tool Support
                                           Modeller
 ON Modeller

 ON Validator
                                            Spec
 ON DTD Meta-model

 ON Transformation Engines             Validation
  •   Business Logic
  •   Client
  •   Documentation                         XML
  •   Function Points Measure

                                      Translators


                                                                        User
                                Doc                                     Help
                                      FP      Code

                                               Capgemini Spain / Technology Services
                                                                 Code Generation 2007, May 18th
                                                   © 2007 Pedro J. Molina. All rights reserved 89
Code Generation Architecture
                                  Translator

                        1. Load




                                                          Explicit Specification
                                                           Memory Structures
Specification



                      2. Inference

    Templates

                     3. Generation
    Algorithms




                                      n
                                    io
                                     t
                                  ca
 Transformations               ifi
                             Re



                   Source
                    Code
                                               Capgemini Spain / Technology Services
                                                               Code Generation 2007, May 18th
                                                 © 2007 Pedro J. Molina. All rights reserved 90
N-layered Architectures
                                               Pros
                                                • Scalable
                                    3rd apps
                                                • Multi-channel
PDA   Desktop GUI    Web UI
                                                • Interoperable
                                                       − Connection of
                                                         heterogeneous
                                                         systems

                       Web Server
                                               Cons
                               Exposed          • Performance
                              Web Services        penalty due to
                                                  layer over cost
             Business Logic

                               Consumed
                              Web Services


              DB                  3rd
                              Web Services
                                               Capgemini Spain / Technology Services
                                                               Code Generation 2007, May 18th
                                                 © 2007 Pedro J. Molina. All rights reserved 91
Mappings: AIO   CIO WinForms

   Hierarchical Action Tree    Menu
   Interaction Unit            Form
   Action                      Button
   Navigation                  Button
   Display Set
    • An object                Labels
    • Many objects             Grid
   Defined Selection           Combo-boxes
   ...

                                 Capgemini Spain / Technology Services
                                                 Code Generation 2007, May 18th
                                   © 2007 Pedro J. Molina. All rights reserved 92
Examples: VB 6.0/Windows




                           Capgemini Spain / Technology Services
                                           Code Generation 2007, May 18th
                             © 2007 Pedro J. Molina. All rights reserved 93
Mappings: AIO      CIO Web / HTML

 Hierarchical Action Tree           Dynamic Menu
 Interaction Unit                   HTML page
 Action                             <A> Link
 Navigation                         <A> Link
 Display Set
  • An object                       HTML Labels
  • Many objects                    <Table>
 Defined Selection                  <Option>
 ...
                                        Capgemini Spain / Technology Services
                                                        Code Generation 2007, May 18th
                                          © 2007 Pedro J. Molina. All rights reserved 94
Examples: ColdFusion MX/Web




                              Capgemini Spain / Technology Services
                                              Code Generation 2007, May 18th
                                © 2007 Pedro J. Molina. All rights reserved 95
Examples: PocketPC/Windows CE
  UICP to Pocket/PC Study [Belenguer02]




                                          Capgemini Spain / Technology Services
                                                          Code Generation 2007, May 18th
                                            © 2007 Pedro J. Molina. All rights reserved 96
6. Validation
Tutorial
Code generation from Conceptual User Interface Patterns
Empiric Validation
           FAST [Weiss99]                                                 Investment
                      Domain Engineering Life-Cycle


                                                           Tools &
      Domain            Domain         Domain
                                                           Domain
      Analysis           Model      Implementation
                                                          Workbench

                                                                        Release
                                                                        Development
Feedback          Application Engineering Life-Cycle                    Suite
                  Application #3
              Application #2
           Application #1


       Req.           Application    Application
                                                         Application
      Analysis          Spec.       Development


                                                                                    Payback
                                                       Capgemini Spain / Technology Services
                                                                       Code Generation 2007, May 18th
                                                         © 2007 Pedro J. Molina. All rights reserved 98
Applications Contexts

 Model Execution Environments
  • 1996-1999 / OO-Method Project
     − Research & Development in Conceptual Modelling

  • 1999-2004 / CARE Technologies / Olivanova products
     − Model Execution for business applications

  • 2005-2006 / Bancaja / Pisa Project
     − Financial Terminal for a bank

  • 2006-2007 / Pársec / Capgemini
     − Model Driven Development for improving software factories




                                                        Capgemini Spain / Technology Services
                                                                        Code Generation 2007, May 18th
                                                          © 2007 Pedro J. Molina. All rights reserved 99
Empiric Validation

     Validation in an industrial context
 •     Ideas implemented in commercial CARE Technologies products:
       Olivanova
 •     Used for the development of several heterogeneous projects:
       −   Golf Tournament Tracking System
       −   Sales Dpt. of a Building Co.
       −   Furniture Warehouse
       −   Web-based Chat for a Telecom Co.
       −   e-Profile tracking for a USA University
       −   In-house developments (intranet)


 •     Full MDD workbench implemented by Capgemini for a Spanish
       Bank: Bancaja (PISA Project)
                                                     Capgemini Spain / Technology Services
                                                                     Code Generation 2007, May 18th
                                                       © 2007 Pedro J. Molina. All rights reserved 100
Empiric Validation / Defect Cost
                        Traditional SW Life Cycle
                        MDD Live Cycle
                                                                 Defects Cost
Defects %
                                                                  exponential




            Analysis   Design        Build          Maintenance

                       Snow ball Effect
                                                     Capgemini Spain / Technology Services
                                                                     Code Generation 2007, May 18th
                                                       © 2007 Pedro J. Molina. All rights reserved 101
Empiric Validation

      Time redistribution:
           • Less time for Design & Coding
           • More time for Requirements, Analysis & Testing

                                   Traditional Development              Deployment       Model Execution Development
           Deployment   Requirements
               5%                                                           5%
                            10%
Testing                                                                                         Requirements
 15%                                                                                                25%
                                                              Testing
                                                               20%
                                   Analysis   Requirements                                                          Requirements
                                    20%       Analysis                                                              Analysis
                                              Design                                                                Design
                                              Coding         Coding                                                 Coding
                                              Testing         6%                                                    Testing
                                              Deployment      Design                                                Deployment
                                Desing                         4%
                                 10%
  Coding                                                                                     Analysis
   40%                                                                                        40%


          Traditional Development                                Model Execution Development
                                                                                     Capgemini Spain / Technology Services
                                                                                                     Code Generation 2007, May 18th
                                                                                       © 2007 Pedro J. Molina. All rights reserved 102
Productivity Measure

   Developer Effort
     – As stated by [Myers92]         UI 50% TotalFunc. 50%

     – Conceptual Modeling           UI 40%     Total
                                                   Func. 60%




   Using Inference                                UI


     – Phase 1. Rapid Prototyping   15%         85 % Saving

     – Phase 2: Final UI                  50%          50% Saving



                                                         Capgemini Spain / Technology Services
                                                                         Code Generation 2007, May 18th
                                                           © 2007 Pedro J. Molina. All rights reserved 103
User Interface Code Generation

 Rapid Prototyping based on:
  • Inference (Scaffolding a la Ruby on Rails)
  • Code generation

 Pros
  •   Repeatable quality processes
  •   Resource saving
  •   Better Time to Market
  •   Productivity gain

 Cons
  • Fixed design
  • Applicability at fixed and closed domains
  • Customization       Round Trip Problem



                                                 Capgemini Spain / Technology Services
                                                                 Code Generation 2007, May 18th
                                                   © 2007 Pedro J. Molina. All rights reserved 104
Process review
    Pros
            Forward engineering        unique source      one way
                Solution can be anticipated looking at the model
                Value is in the model
            Robust, proven
            Assured quality by construction
            Fast: prototyping and rapid development


   Cons
           Rigid
           Default Values are not always the optimal ones
           Exceptions have to be handled with manual code / tweaking and
           round-tripping




                                                               Capgemini Spain / Technology Services
                                                                                 Code Generation 2007, May 18th
                                                                   © 2007 Pedro J. Molina. All rights reserved 105
7. Open Issues
Tutorial
Code generation from Conceptual User Interface Patterns
Guideline compliance

 Windows / Mac / X11 Guidelines

 Usability / Accessibility Guidelines

 US Section 508 / Accessibility

 WAI / AAA Recommendations

  • Conformance Level A                 Priority 1. must
  • Conformance Level Double-A          Priority 2. should
  • Conformance Level Triple-A          Priority 3. may


                                                    Capgemini Spain / Technology Services
                                                                    Code Generation 2007, May 18th
                                                      © 2007 Pedro J. Molina. All rights reserved 107
Guideline compliance

 Sample of WAI Recommendation

  • Guideline 2. Don't rely on color alone.

     − 2.1 Ensure that all information conveyed with color is also available
       without color, for example from context or markup. [Priority 1]

     − 2.2 Ensure that foreground and background color combinations provide
       sufficient contrast when viewed by someone having color deficits or
       when viewed on a black and white screen. [Priority 2 for images,
       Priority 3 for text].



  • Some parts of the guideline can be enforced by a code generator.
  • Others should be still guarantied by a designer.

                                                            Capgemini Spain / Technology Services
                                                                            Code Generation 2007, May 18th
                                                              © 2007 Pedro J. Molina. All rights reserved 108
Guideline compliance

 Put as much as possible standardisation inside the
 common part.
  • Implement such common part using the guideline criterion to be
    compliant with.
  • Usually guidelines also include best practices in the domain  study
    them deeply before starting the design of the output


 Now the code generator produces compliant software by
 design.

 In some contexts the product must be certified to proof
 compliance
  • If you can proof the compliance of your code generator output you
    will get the certification for all the output produced by the generator.

                                                         Capgemini Spain / Technology Services
                                                                         Code Generation 2007, May 18th
                                                           © 2007 Pedro J. Molina. All rights reserved 109
High vs Low level UI modelling

UI Modelling

High level Spec.                  Low level Spec.

Pros:
                                  Pros:
   • near to the problem domain
                                     • adapted to the target device
   • more general
                                     • very precise

Cons:                             Cons:
   • difficult to implement,         • device dependent
   • rigid automatic                 • difficult to be re-targeted to
     implementations                   another device




                                                   Capgemini Spain / Technology Services
                                                                   Code Generation 2007, May 18th
                                                     © 2007 Pedro J. Molina. All rights reserved 110
Modelling & Code Gen. Technologies

 Diagramming tools

  • Eclipse GMF
  • MS DSL Tools
  • MetaEdit+

  • UML Based tools

 Textual Domain Specific Languages

  • Grammars & Parsers: ANTLR

 Templates
  • Strict separation of model, transformation & presentation (template)
  • output grammars       StringTemplate

                                                      Capgemini Spain / Technology Services
                                                                      Code Generation 2007, May 18th
                                                        © 2007 Pedro J. Molina. All rights reserved 111
User Interface Code Generation

 Key concept
  • AIO   Abstract Interface Object (technology independent)
  • CIO   Concrete Interface Object (platform dependent)
  • Mappings between them

 Architectures
  • MVC      Model View Controller
  • Direct data-binding




                                                    Capgemini Spain / Technology Services
                                                                    Code Generation 2007, May 18th
                                                      © 2007 Pedro J. Molina. All rights reserved 112
User Interface Code Generation

                                       AIO                         CIO
 AIO    CIO Selection
                                Concept           Windows                Web
  • Based on platform mapping   View              Form                   HTML Page

                                List of objects   Grid                   Table
  • Based on data type

  • Based on usability rules

  • Based on user choice




                                                         Capgemini Spain / Technology Services
                                                                         Code Generation 2007, May 18th
                                                           © 2007 Pedro J. Molina. All rights reserved 113
User Interface Code Generation

Automatic Layout Generation
 • There is not silver bullet                  • Choices depend on
 • However you can find good heuristics to        − Domain
   solve 80% of cases                             − Device physical constrains
 • Column alignment, multicolumn, grid, etc.




                                                       Capgemini Spain / Technology Services
                                                                       Code Generation 2007, May 18th
                                                         © 2007 Pedro J. Molina. All rights reserved 114
Creativity vs Automation. Where to stop?

Artist & graphical designers                  Programmers
 • Skills:                                      • Skills:
     − Creativity                                   − Analytic thinking
     − Design aesthetics                            − Abstraction

 • Tools:                                       • Tools:
     − Dreamweaver, Illustrator, Freehand           − IDEs, compilers, debuggers, profilers.



               They have different skills sets, tools & languages
               It is difficult to find people with both skills

               Team work is needed to
                 • Improve communication
                 • Clear separation of concerns (SoC) & responsibilities
                 • Degrees of freedom


                                                                    Capgemini Spain / Technology Services
                                                                                    Code Generation 2007, May 18th
                                                                      © 2007 Pedro J. Molina. All rights reserved 115
Conclusions


  1.   User Interface Conceptual Patterns

  2.   UI Pattern Language for Business Applications

  3.   Abstract Specification Model (device independent)

  4.   Simple Graphical Notation

  5.   Inference support for Rapid Prototyping

  6.   Scalable/Industrial validated method




                                                           Capgemini Spain / Technology Services
                                                                           Code Generation 2007, May 18th
                                                             © 2007 Pedro J. Molina. All rights reserved 116
More info about: UI Spec & Code gen.


PhD Thesis (in Spanish)
User Interface Specification:
From requirements to automatic code generation.
Valencia 2003.




Available at:              http://pjmolina.com/en/research/thesis.php
                                                     Capgemini Spain / Technology Services
                                                                     Code Generation 2007, May 18th
                                                       © 2007 Pedro J. Molina. All rights reserved 117
More info about: CUIP
Index of Conceptual User Interface Patterns
available on-line at:




                                       http://pjmolina.com/cuip
                                               Capgemini Spain / Technology Services
                                                               Code Generation 2007, May 18th
                                                 © 2007 Pedro J. Molina. All rights reserved 118
www.capgemini.com

Weitere ähnliche Inhalte

Was ist angesagt?

Chambers cisco live keynote external june2012
Chambers cisco live keynote external june2012Chambers cisco live keynote external june2012
Chambers cisco live keynote external june2012
Leslie Rubin
 
IP Creators & Users Group Description
IP Creators & Users Group DescriptionIP Creators & Users Group Description
IP Creators & Users Group Description
edesigner25
 
Logic Fruit Overview
Logic Fruit OverviewLogic Fruit Overview
Logic Fruit Overview
satishkmys
 
At Lab Company Presentationl 2007 1 Q V0.2
At Lab Company Presentationl 2007 1 Q V0.2At Lab Company Presentationl 2007 1 Q V0.2
At Lab Company Presentationl 2007 1 Q V0.2
alanlai.wae
 
Design for Interaction
Design for InteractionDesign for Interaction
Design for Interaction
Daniel Tunkelang
 
41631 lecture 2 pt2 patents
41631 lecture 2 pt2   patents41631 lecture 2 pt2   patents
41631 lecture 2 pt2 patents
Tom Howard
 
Bbx Biz Plan Presentation
Bbx Biz Plan PresentationBbx Biz Plan Presentation
Bbx Biz Plan Presentation
Paul Brisson
 
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
Nesma
 
Exploitation and Impact in Research Projects
Exploitation and Impact in Research ProjectsExploitation and Impact in Research Projects
Exploitation and Impact in Research Projects
Massimo Canducci
 

Was ist angesagt? (20)

Devise your strategy for success
Devise your strategy for successDevise your strategy for success
Devise your strategy for success
 
Chambers cisco live keynote external june2012
Chambers cisco live keynote external june2012Chambers cisco live keynote external june2012
Chambers cisco live keynote external june2012
 
"Lean IT practices, from theory to application" by Mike Orzen
"Lean IT practices, from theory to application" by Mike Orzen"Lean IT practices, from theory to application" by Mike Orzen
"Lean IT practices, from theory to application" by Mike Orzen
 
IP Creators & Users Group Description
IP Creators & Users Group DescriptionIP Creators & Users Group Description
IP Creators & Users Group Description
 
Logic Fruit Overview
Logic Fruit OverviewLogic Fruit Overview
Logic Fruit Overview
 
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
 
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
Embracing Open Innovation Platforms - Enterprise Europe Network (7 Dec 2012)
 
At Lab Company Presentationl 2007 1 Q V0.2
At Lab Company Presentationl 2007 1 Q V0.2At Lab Company Presentationl 2007 1 Q V0.2
At Lab Company Presentationl 2007 1 Q V0.2
 
Design for Interaction
Design for InteractionDesign for Interaction
Design for Interaction
 
Case Study ING - ITpreneurs & CompTIA
Case Study ING - ITpreneurs & CompTIACase Study ING - ITpreneurs & CompTIA
Case Study ING - ITpreneurs & CompTIA
 
41631 lecture 2 pt2 patents
41631 lecture 2 pt2   patents41631 lecture 2 pt2   patents
41631 lecture 2 pt2 patents
 
Obelisk Profile
Obelisk ProfileObelisk Profile
Obelisk Profile
 
EAdirections State Of Ea 6 15 2010
EAdirections State Of Ea 6 15 2010EAdirections State Of Ea 6 15 2010
EAdirections State Of Ea 6 15 2010
 
Bbx Biz Plan Presentation
Bbx Biz Plan PresentationBbx Biz Plan Presentation
Bbx Biz Plan Presentation
 
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
Begroten als het model = de applicatie = de documentatie - Gerard Ohm - NESMA...
 
Promwad Company Services En
Promwad Company Services EnPromwad Company Services En
Promwad Company Services En
 
Pragmatic Model Driven Development In Java Using Smart Use Cases
Pragmatic Model Driven Development In Java Using Smart Use CasesPragmatic Model Driven Development In Java Using Smart Use Cases
Pragmatic Model Driven Development In Java Using Smart Use Cases
 
The Digital Oobeya at the European Lean IT Summit
The Digital Oobeya at the European Lean IT SummitThe Digital Oobeya at the European Lean IT Summit
The Digital Oobeya at the European Lean IT Summit
 
Exploitation and Impact in Research Projects
Exploitation and Impact in Research ProjectsExploitation and Impact in Research Projects
Exploitation and Impact in Research Projects
 
LES-Singapore Presentation 11 11-09(f)
LES-Singapore Presentation 11 11-09(f)LES-Singapore Presentation 11 11-09(f)
LES-Singapore Presentation 11 11-09(f)
 

Andere mochten auch

Modelling and code generation in .NET at Icinetic
Modelling and code generation in .NET at IcineticModelling and code generation in .NET at Icinetic
Modelling and code generation in .NET at Icinetic
Pedro J. Molina
 
Introduction to Genetics- DNA lab
Introduction to Genetics- DNA labIntroduction to Genetics- DNA lab
Introduction to Genetics- DNA lab
niall highland
 

Andere mochten auch (20)

Modelling and code generation in .NET at Icinetic
Modelling and code generation in .NET at IcineticModelling and code generation in .NET at Icinetic
Modelling and code generation in .NET at Icinetic
 
Hivepod: Casos de uso en OpenData
Hivepod: Casos de uso en OpenDataHivepod: Casos de uso en OpenData
Hivepod: Casos de uso en OpenData
 
CG2010 Tailored Code Generators
CG2010 Tailored Code GeneratorsCG2010 Tailored Code Generators
CG2010 Tailored Code Generators
 
TDD+CI con Teamcity
TDD+CI con TeamcityTDD+CI con Teamcity
TDD+CI con Teamcity
 
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondModeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
 
Multichannel User Interfaces
Multichannel User InterfacesMultichannel User Interfaces
Multichannel User Interfaces
 
Scaling MDD for production: enabling SoC at model time
Scaling MDD for production: enabling SoC at model timeScaling MDD for production: enabling SoC at model time
Scaling MDD for production: enabling SoC at model time
 
Introducción a StackOverflow
Introducción a StackOverflowIntroducción a StackOverflow
Introducción a StackOverflow
 
SVQDC 2017 Tecnologías para Microservicios
SVQDC 2017 Tecnologías para MicroserviciosSVQDC 2017 Tecnologías para Microservicios
SVQDC 2017 Tecnologías para Microservicios
 
Microservicios sobre MEAN Stack
Microservicios sobre MEAN StackMicroservicios sobre MEAN Stack
Microservicios sobre MEAN Stack
 
Introduction to Genetics- DNA lab
Introduction to Genetics- DNA labIntroduction to Genetics- DNA lab
Introduction to Genetics- DNA lab
 
Tecnologías para microservicios
Tecnologías para microserviciosTecnologías para microservicios
Tecnologías para microservicios
 
Modeling on the Web
Modeling on the WebModeling on the Web
Modeling on the Web
 
Heredity Notebook Overview
Heredity Notebook OverviewHeredity Notebook Overview
Heredity Notebook Overview
 
Modelling the User Interface
Modelling the User InterfaceModelling the User Interface
Modelling the User Interface
 
The PISA Project: a MDD case study
The PISA Project: a MDD case studyThe PISA Project: a MDD case study
The PISA Project: a MDD case study
 
Opensouthcode: Microservicios sobre MEAN Stack
Opensouthcode: Microservicios sobre MEAN StackOpensouthcode: Microservicios sobre MEAN Stack
Opensouthcode: Microservicios sobre MEAN Stack
 
Introducción a Angular
Introducción a AngularIntroducción a Angular
Introducción a Angular
 
CG2010 Introducing MDSD
CG2010 Introducing MDSDCG2010 Introducing MDSD
CG2010 Introducing MDSD
 
Introducing MDSD
Introducing MDSDIntroducing MDSD
Introducing MDSD
 

Ähnlich wie Code Generation for Conceptual User Interface Patterns

GambettiPaolo_CV_V5_ENG_nofoto
GambettiPaolo_CV_V5_ENG_nofotoGambettiPaolo_CV_V5_ENG_nofoto
GambettiPaolo_CV_V5_ENG_nofoto
Paolo Gambetti
 
Intalio Works 20091128 Beijing
Intalio Works 20091128 BeijingIntalio Works 20091128 Beijing
Intalio Works 20091128 Beijing
OpenSourceCamp
 
Bandwidth Compression Project
Bandwidth Compression ProjectBandwidth Compression Project
Bandwidth Compression Project
we20
 
Fifth Edition Architecture Week @Gothenburg 141009
Fifth Edition Architecture Week @Gothenburg 141009Fifth Edition Architecture Week @Gothenburg 141009
Fifth Edition Architecture Week @Gothenburg 141009
Capgemini
 
Internet Video Conferencing
Internet Video ConferencingInternet Video Conferencing
Internet Video Conferencing
Videoguy
 

Ähnlich wie Code Generation for Conceptual User Interface Patterns (20)

The Future of PLM
The Future of PLMThe Future of PLM
The Future of PLM
 
Effects of Consumer Drivers on Mixed Signal IP Business
Effects of Consumer Drivers on Mixed Signal IP BusinessEffects of Consumer Drivers on Mixed Signal IP Business
Effects of Consumer Drivers on Mixed Signal IP Business
 
GambettiPaolo_CV_V5_ENG_nofoto
GambettiPaolo_CV_V5_ENG_nofotoGambettiPaolo_CV_V5_ENG_nofoto
GambettiPaolo_CV_V5_ENG_nofoto
 
Intalio Works 20091128 Beijing
Intalio Works 20091128 BeijingIntalio Works 20091128 Beijing
Intalio Works 20091128 Beijing
 
CeBIT 2016 - The Data Centre in the age of Microservices
CeBIT 2016 - The Data Centre in the age of MicroservicesCeBIT 2016 - The Data Centre in the age of Microservices
CeBIT 2016 - The Data Centre in the age of Microservices
 
Bandwidth Compression Project
Bandwidth Compression ProjectBandwidth Compression Project
Bandwidth Compression Project
 
Portugol EDUCON2010
Portugol EDUCON2010Portugol EDUCON2010
Portugol EDUCON2010
 
Ibm db2 update2019 intro ending
Ibm db2 update2019   intro endingIbm db2 update2019   intro ending
Ibm db2 update2019 intro ending
 
Cloud native-apps-architectures
Cloud native-apps-architecturesCloud native-apps-architectures
Cloud native-apps-architectures
 
Fifth Edition Architecture Week @Gothenburg 141009
Fifth Edition Architecture Week @Gothenburg 141009Fifth Edition Architecture Week @Gothenburg 141009
Fifth Edition Architecture Week @Gothenburg 141009
 
Internet Video Conferencing
Internet Video ConferencingInternet Video Conferencing
Internet Video Conferencing
 
ACM SIGCHI EICS-2019 Keynote. Quid, Pedro J. Molina
ACM SIGCHI EICS-2019 Keynote. Quid, Pedro J. MolinaACM SIGCHI EICS-2019 Keynote. Quid, Pedro J. Molina
ACM SIGCHI EICS-2019 Keynote. Quid, Pedro J. Molina
 
Mohamed Said
Mohamed SaidMohamed Said
Mohamed Said
 
20090410 J Spring Pragmatic Model Driven Development In Java Using Smart
20090410   J Spring Pragmatic Model Driven Development In Java Using Smart20090410   J Spring Pragmatic Model Driven Development In Java Using Smart
20090410 J Spring Pragmatic Model Driven Development In Java Using Smart
 
Sarbeswar meher
Sarbeswar meherSarbeswar meher
Sarbeswar meher
 
Emad_CV1
Emad_CV1Emad_CV1
Emad_CV1
 
Nagios Conference 2011 - Christian Mies - German Health Insurance Company Ref...
Nagios Conference 2011 - Christian Mies - German Health Insurance Company Ref...Nagios Conference 2011 - Christian Mies - German Health Insurance Company Ref...
Nagios Conference 2011 - Christian Mies - German Health Insurance Company Ref...
 
CURRICULUM VITAE
CURRICULUM VITAE CURRICULUM VITAE
CURRICULUM VITAE
 
Business Benefits - NPI software
Business Benefits - NPI softwareBusiness Benefits - NPI software
Business Benefits - NPI software
 
Vayo NPI - PCB Projects to Production
Vayo NPI - PCB Projects to ProductionVayo NPI - PCB Projects to Production
Vayo NPI - PCB Projects to Production
 

Mehr von Pedro J. Molina

Mehr von Pedro J. Molina (16)

MDE en la industria
MDE en la industriaMDE en la industria
MDE en la industria
 
Terraform
TerraformTerraform
Terraform
 
dotnetMalaga-2020 Gestión de la configuración en aplicaciones Web
dotnetMalaga-2020 Gestión de la configuración en aplicaciones WebdotnetMalaga-2020 Gestión de la configuración en aplicaciones Web
dotnetMalaga-2020 Gestión de la configuración en aplicaciones Web
 
Infrastructure as Code with Terraform
Infrastructure as Code with TerraformInfrastructure as Code with Terraform
Infrastructure as Code with Terraform
 
LangDev 2022 Metamodeling on the Web with Essential
LangDev 2022 Metamodeling on the Web with EssentialLangDev 2022 Metamodeling on the Web with Essential
LangDev 2022 Metamodeling on the Web with Essential
 
Are Startups for me?
Are Startups for me?Are Startups for me?
Are Startups for me?
 
Meow Demo
Meow DemoMeow Demo
Meow Demo
 
Essential as the base for Web DSLs
Essential as the base for Web DSLsEssential as the base for Web DSLs
Essential as the base for Web DSLs
 
Esencia de Web Components
Esencia de Web ComponentsEsencia de Web Components
Esencia de Web Components
 
Esencia de web components
Esencia de web componentsEsencia de web components
Esencia de web components
 
OpenAPI 3.0.2
OpenAPI 3.0.2OpenAPI 3.0.2
OpenAPI 3.0.2
 
Quid
QuidQuid
Quid
 
Securizando por construcción mediante MDE
Securizando por construcción mediante MDESecurizando por construcción mediante MDE
Securizando por construcción mediante MDE
 
Building APIs with the OpenApi Spec
Building APIs with the OpenApi SpecBuilding APIs with the OpenApi Spec
Building APIs with the OpenApi Spec
 
Micro vs Nano (servicios)
Micro vs Nano (servicios)Micro vs Nano (servicios)
Micro vs Nano (servicios)
 
Diseño de APIs con OpenAPI
Diseño de APIs con OpenAPIDiseño de APIs con OpenAPI
Diseño de APIs con OpenAPI
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Code Generation for Conceptual User Interface Patterns

  • 1. Code Generation from Conceptual User Interface Patterns The Tutorial Pedro J. Molina, PhD. http://pjmolina.com/cuip/ May 18th, 2007
  • 2. Contents 1. Introduction 2. Patterns 3. Conceptual User Interface Patterns 4. Modelling 5. Code Generation 6. Validation 7. Open Issues Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 1
  • 3. Timetable 9:00 H Tutorial Block 1 65 min. 10:05 H 10:15 H Q&A 10 min. Tea / Coffee & 10:45 H Exhibition 30 min. Tutorial Block 2 65 min. 11:50 H 12:00 H Q&A 10 min. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 2
  • 4. 1. Introduction Tutorial Code generation from Conceptual User Interface Patterns
  • 5. Introduction Tutorial Objectives • Show the State of the Art in MBCG for user interfaces • Introduce the pattern approach to UI development • Present an approach for the spec. & generation of code in the domain of user interfaces Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 4
  • 6. Human A bit of history The entire history of software engineering is that of the rise in levels of abstraction. Conceptual Models / Grady Booch Model Execution Objetive: Reduce the Semantic Gap C++ / 4GL / Java / C# between the human & the machine. Cobol / Smalltalk / C Assembler: MOVE A0, SP+ Machine Code: 0101001… Capgemini Spain / Technology Services Machine Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 5
  • 7. Novak’s Rule “Automatic Programming is defined as the synthesis of a program from a specification. If automatic programming is to be useful, the specification must be smaller and easier to write than the program would be if written in a conventional programming language.” G.S. Novak. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 6
  • 8. Introduction UI Development “like other software” • Implies moving from an abstract & general problem definition to a concrete and detailed implementation. • OMG MDA: PIMs & PSM promotes a process to refine models for software refinement in iterations. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 7
  • 9. The working context at glance Conceptual Model Problem Space Structure Model Dynamic Model Behavioural Model UI Model Repository Execution Model N automatic Solution Space translations App 1 App 2 Architecture A Architecture B N software solutions Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 8
  • 10. State of the Art User Interface Modelling • TRIDENT [Vanderdonctk93, Bodart96] • MOBI-D, Mecano [Puerta96] • OVID [Roberts98] • UMLi [Pinheiro00] • CTT, Teresa [Paternò00] • Genova [Genera00] Cons: • Full domain model is described as input but only User Interface is considered to obtain a tangible result Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 9
  • 11. State of the Art • CASE modelling tools Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 10
  • 12. State of the Art TRIDENT/SEGUIA [Bodart96] • AIO / CIO [Vanderdonckt93] • Presentation Units • SEGUIA: − CIO Selection and layout manager Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 11
  • 13. State of the Art CTT [Paternò00] • Task notation Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 12
  • 14. State of the Art OVID [Roberts98] • Based in UML • View as a Class Stereotype Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 13
  • 15. State of the Art UMLi [Pinheiro01] • UML extension for specifying of UI • Formal Semantics • Low level descriptions Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 14
  • 16. State of the Art WISDOM [Nunes01] • UML extension • Method proposed for small software companies • Interaction Spaces Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 15
  • 17. State of the Art GENOVA [Genera00] Generates CRUD UIs Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 16
  • 18. State of the Art UIML [Harmonia02] UsiXML www.usixml.org [Vanderdonckt05] XAML [Microsoft05] Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 17
  • 19. State of the Art CanonSketch [Campos04] http://dme.uma.pt/projects/canonsketch/ Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 18
  • 20. Domain Engineering • Model Driven Development • MDA • Software Product Line Engineering • Program Families • Parnas D.L., 1976 “On the Design and Development of Program Families” IEEE Transactions on Software Engineering SE-2 (march 1976) 1-9. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 19
  • 21. Commonality Analysis It is a domain study to: • Document the domain to deal with • Identify the common part enclosable in a runtime component • Identify the variable part specifiable in a model Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 20
  • 22. Commonality Analysis The document covers the following aspects: 1. Domain Scope 2. General description 3. Term Dictionary 4. Common part 5. Variabilities 6. Variation parameters 7. Critical/Open Issues Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 21
  • 23. The Quest for the Lost Model… Parameterisation Reduces common parts Increases family size Increases complexity Immutable Variability Sample: Background Sample: color fixed to Background #AAFF88 color can be specified Standardisation Increases common parts Reduces family size Simplifies the system Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 22
  • 24. The Quest for the Lost Model… “Lo bueno, si breve, dos veces bueno.” B. Gracián, (XVII century) “Everything should be as simple as possible, but no simpler.” A. Einstein, (XX century) Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 23
  • 25. Application Modeling Language DSL (Domain Specific Languages) • Samples: − TeX − SQL − OCL − HTML Modulable composable DSL • Pros − Reuse − Scalability − Faster addition of features Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 24
  • 26. Economics of Model Driven Development Economies of Scale • “The condition where few inputs like effort and time are used to produce big quantities of a unique output.” [Wit96] However in Software: each good is produced only once. • Copy Cost are = 0 € ! Economies of Scope • “The condition where few inputs like effort and time are used to produce a big variety of outputs. • More added value producing different goods in the same production line. • Scope economy is achieved when combining two or more products in the same production line is cheaper that producing them separately. [Wit96] Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 25
  • 27. Domain Engineer’s Economic Model Traditional Cost = N * CT Cost with Domain Engineering = I + N * CF Saving SF = CT - CF 5 CT 4 CT Accumulated Cost 3 CT 2 CT I CT 1 2 3 4 5 Family Members Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 26
  • 28. 2. Patterns Tutorial Code generation from Conceptual User Interface Patterns
  • 29. Patterns Origins: C. Alexander (60s) First usage in Software engineering: • Gamma & et al. “Design Patterns” Pattern definition • Recurrent problem − in a given context − with a non trivial solution − that can be abstracted and reused • Pearl of knowledge (distilled experience) • Anti-patterns (didactical also) Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 28
  • 30. Patterns. Definition We can explain how to make a dress specifying the scissors route over the cloth in terms of angles and cut longitudes or, we can provide a pattern. Reading the cut specifications, nobody would have idea about what is the goal, at least not till construction. However, the pattern anticipates the result: is the rule to create the dress. But, at the same time, is also in big amount, the dress by it self. James Coplien, 1996. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 29
  • 31. Patterns Taxonomy • By abstraction level − Analysis / Conceptual − Design − Implementation (Idioms) • By domain (application field) − Software Engineering − User Interface − Architecture − Social Networks − Etc. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 30
  • 32. Design Patterns. Tidwell http://time-tripper.com/uipatterns/index.php Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 31
  • 33. Design Patterns. van Welie http://www.welie.com Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 32
  • 34. Pattern Templates Traditionally patterns are described following a template There is no universal template Each domain has its own templates Each author can used what he consider he need The most used: Gamma et al. We tried to standardize a common factor as a guide for new patterns in the field of User Interface Patterns and provide a very simple XML DTD: PLML [CHI2003] Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 33
  • 35. Pattern Language Set of patterns • In a given domain • Strongly interrelated • Provides a set of primitives to build solutions in the domain • No necessarily complete!!! − A pattern is an empiric approximation Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 34
  • 36. 3. Conceptual User Interface Patterns / CUIP Tutorial Code generation from Conceptual User Interface Patterns
  • 37. Just-UI Method A pattern language for the specification and generation of business user interfaces Objectives: 1. Improve an OO Conceptual Model with a model for the specification of user interface requirements 2. In a practical way: looking for a high degree of code generation 3. Increasing the level of abstraction of the specification in the User Interface 4. Increasing the quality and productivity of the whole development process Very concrete domain • User Interfaces for Information Systems / Business software (nevertheless a big market) Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 36
  • 38. Just-UI Method Proposal: • Extension of a Conceptual Model • Introducing an Abstract User Interface Model • Using Conceptual User Interface Patterns as basic primitives (building blocks) In a feasible way for enabling reliable UI Code Generation Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 37
  • 39. Proposal Advantages: • A Unique Specification for the system (Funct + UI) − Making easier the maintenance phase • Abstract User Interface Specification − Device independence: Desktop, Web, Mobile, Pervasive Devices, Voice… • Rapid Prototyping of User Interface − Running prototypes in early stages of Requirements Gathering & Analysis Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 38
  • 40. Pattern Languages Abstract Requirements Analysis Patterns UI Conceptual [Fowler96] Patterns [Molina98-03] Specification Logical Design Common Usability Ground Collections Design Collection Patterns [vanWelie00, [Tidwell92] Traetteberg00, [Gamma95] Physical Design Javahery02] Concrete Idioms Implementation [Coplein98] Structural User Interface Usability Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 39
  • 41. Delta Effect ∆ Requirements ? ? ? ? ? Analysis Design Implementation (∆) Delta Effect. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 40
  • 42. Conceptual Pattern Language Conceptual User Interface Patterns • Captures a recurrent concept in the process of user interface requirement gathering • Provides an homogeneous solution that allows to solve the requirement in the implementation in an automatic way Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 41
  • 43. Conceptual Pattern Language Principles / Requirements: • Easy to use • Compact Model • Minimal set of Primitives • Maximal Expressiveness Power • Provide a Default Behaviour for frequent cases • Saves time/effort (following Novak’s Rule) Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 42
  • 44. Conceptual User Interface Patterns Patterns are arranged in three abstraction levels: from general to particular aspects. 1. User Access • HAT Application Access 2. Interaction Units • Service IU Service • Instance IU Object interaction • Population IU Set of objects • Master/Detail IU Composition Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 43
  • 45. Conceptual User Interface Patterns 3. Elemental Pattern • Introduction Constraints input • Defined Selection Error prevention • Population Selection Selection Helper • Supplementary Information Selection feedback • Dependency Fields interdependencies • Filter ¿How to limit the output? • Order Criterion ¿How to order? • Display Set ¿What to show? • Actions Commands & actions • Navigation Exploration of the system Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 44
  • 46. A B Introduction A uses B Service IU Defined Selection Argument Grouping Just-UI Status Recovery Dependency Conceptual Pattern Supplementary Info. Language Instance IU Display Set HAT Actions Navigation Population IU Filter Order Criteria Level 1 (1) Level 2 (4) Master/Detail Master IU Level 3 (11) IU Detail IU Capgemini Spain / Technology Services Code Generation 2007, May 18th Level 1 Level 2 Level 3 © 2007 Pedro J. Molina. All rights reserved 45
  • 47. Hierarchical Action Tree (HAT) A task oriented tree providing the user access to the system. • Intermediate nodes: grouping labels • Leaf nodes: links to interaction units Store View Purchases Purchase article Purchase to supplier Pending orders Sales Sell article New order Pending orders Store ... Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 46
  • 48. Interaction Unit It is an abstraction of a window, a scenario where user interacts with the system • Based on: AIO & Presentation Unit [Vanderdonckt93, Bodart95] • Extended with behaviour semantics Interaction Unit Name Alias Help message ... Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 47
  • 49. Service Interaction Unit Represents an IU for a service. • Gathers input arguments and launches the service. Class Service Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 48
  • 50. Instance Interaction Unit Abstracts object presentation. • Composed of: − Display Set − Actions − Navigation What to see? What to do? < Code Country.Name Class Name < Customer_Edit Surname Customer_Delete Explore... Address.Street > Display Set Country_Nationalize < Actions ... Currency Navigation Country > Invoices Receipts Payments > Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 49
  • 51. Population Interaction Unit Represents a set of objects • Composed of: − Filters − Order Criteria − Display Set − Actions − Navigation What to see? How to search? What to do? < Code Country.Name Class Name Filters < Customer_Edit Surname Order Criteria Customer_Delete Explore... Address.Street > < date ASC code DES Display Sets Country_Nationalize < Actions ... Currency Country > Navegation > Invoices Receipts Payments > Sorted? Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 50
  • 52. Master/Detail Interaction Unit Represents a composed pattern with head-details semantics. • Composed of: − A Master Component − One or many Detail Components Customer Master Current Invoices Due Payments Detail 1 Detail 2 Invoices Payments Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 51
  • 53. Filter Definition: Expresses a search condition to locate information about a object population in a given class. • It is defined as an open logic expression. It can contain variables to allow the user to provide values for such variables in runtime. Example: For the class vehicle, it is need to seach for free vehicles of a given type. Busy = False AND VehicleType= VType Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 52
  • 54. Order Criteria Definition: Order mechanism for a population of objects, based on class’s attributes. • Formed by a serie of pairs <expression, sense> Example: Ordering customers by surname & name. <Surname, ASC>, <Name, ASC> Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 53
  • 55. Display Set Definition: Order list of object’s properties to be observed. • It is specified as an order list of properties’ expressions (class’s attributes & properties reachable by means of associations navigation) Example: The properties relevant to displya an invoice in a given context are: invoide number, total amount and name of the customer. InvoiceNumer, TotalAmount, Customer.Surname, Customer.Name Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 54
  • 56. Navigation - Definition: Is a subset of the semantic relations defined between classes. It allows to cross from one object to related ones by means of semantic relations. - Example: Given a customer, it is convenient to navigate to invoices, payments and current open contracts. P_Invoices , P_Payments, P_OpenContrants Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 55
  • 57. Actions - Definition: Set of services reachable to change the state of a given object. - Example: Cars in an ‘rent a car’ service can be rented, returned or finally sold. S_Rent, S_Return, S_Sell Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 56
  • 58. Introduction Example • The user describes certain fields with a well-kwon format: postal codes, telephones, mail addresses, etc. • The user interface should prevent errors in this data entry fields. • The Introduction Patterns [Molina98] addresses this input data problem. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 57
  • 59. Introduction Introduction Pattern template Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 58
  • 60. Introduction Sample generated Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 59
  • 61. Defined Selection Defined Selection sample Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 60
  • 62. Dependency Models interdependences between service arguments. Values & states of UI fields change depending on other values & states. Dynamic is expressed using event-condition-action rules (ECA). Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 61
  • 63. Dependency Dependency pattern example Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 62
  • 64. Dependency Dependency Pattern specification window. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 63
  • 65. State Recovery State Recovery Sample Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 64
  • 66. State Recovery State Recovery Sample Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 65
  • 67. Argument Grouping Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 66
  • 68. Argument Grouping Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 67
  • 69. 4. Modelling Tutorial Code generation from Conceptual User Interface Patterns
  • 70. Just-UI / Diagramming Inspired in the principles of • Ruble “A&D of O-O applications” • Constantine & Lockwood “Software for Use” Simple, easy of use. Based in paper, post-its & pens Easy to discuss with the user (promotes early validation) Allows to involve the user in the design of the system Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 69
  • 71. Just-UI / Diagramming Population_Class2 MasterDetail1 ServiceNew Instance1 Alias2 Alias3 Alias4 Alias1 (a) Instance IU (b) Population IU (c) Master/Detail IU (d) Service IU (e) Navigational Link Graphical primitives in Just-UI. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 70
  • 72. Layered Diagramming Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 71
  • 73. Just-UI / Diagramming Just UI / VISIO Prototype Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 72
  • 74. Just-UI / Diagramming BizUI Prototype / MS DSL Tools Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 73
  • 75. Just-UI / Diagramming BizUI Prototype / MS DSL Tools Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 74
  • 76. Just-UI / Diagramming Autentificación error servicios correcto Cliente I Servicio1 Aplicación Clientes detalle Cliente Cliente ServicioN servicios Cliente Contratos Contrato Servicio1 Contratos detalle Contrato Cliente Coche Contrato ServicioN servicios Contratos Coche Coche I Servicio1 Coches detalle Coche Coche ServicioN Example of graphical language for UI specification. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 75
  • 77. Just-UI / Diagramming S_Rent MD_Contract-Vehicle Rent Vehicle Current Contract-Vehicle S_Return Return Vehicle S_Change_Address P_Vehicle P_OldContracts I_User Change Address Vehicle Fleet Old Contracts S_Delete_User User Delete User S_Create_Fare Create Fare S_Change_Fare I_Fare Change Fare Fare S_Delete_Fare Delete Fare Example of graphical language for UI specification. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 76
  • 78. Formalization HAT Interaction Units Connected with actions and navigations Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 77
  • 79. Formalization Visibility Semantics Agent Server Interface •Attributes •Services •Roles View • Defines a User Interface in the Model • It is a Collection of Interfaces Model V2 I2 I2 V1 I2 I2 Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 78
  • 80. Formalization Visibility Semantics Agent Server Interface Operator Customer •Attributes IU •Services ∩ •Roles Instance UI for Customer Name, Surname, Salary Name, Surname Create, Delete, Edit ∩ Create, Edit Accounts, Invoices, Payments Invoices, Payments Effective Items = IU Defined Items ∩ Visible Items Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 79
  • 81. Meta-model Class Attribute 1:1 0:M 1:1 0:M Service Argument 1:1 0:M Concept definition Pattern 1:1 0:M 0:M 0:M application Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 80
  • 82. Meta-model Class definition 1:1 1:1 definition 0:M Class 0:M 1:1 Instance IU Population IU 0:M 1:1 definition Service 0:M 0:M Filter 0:M 0:M application ServiceIU application Order Criterium 0:M Auxiliary Patterns 0:M application Display Set 1:M 1:1 Class Actions 0:1 0:1 definition 1:1 Navigation 0:M 0:1 0:1 Master/Detail IU Instance IU 1:1 Master 1:1 application Population IU Detail Capgemini Spain / Technology Services 1:M Master/Detail Code Generation 2007, May 18th IU © 2007 Pedro J. Molina. All rights reserved 81
  • 83. 5. Code Generation Tutorial Code generation from Conceptual User Interface Patterns
  • 84. Code Generation Rapid Prototyping based on: • Code Generation • Inference / Default Values / Scaffolding Advantages • Repeatable Process, Quality, Resource Saving, Time to Market, Productivity Shortcomings • Fixed Design, Specialized Domain • Customization Round Trip Problem Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 83
  • 85. Code Generation General Techniques • File Cloning • Templates • Rewriting rules (a la Haskell, Prolog, Lisp, etc.) • String Concatenation • Grammar based transformations • STDs to Finite Automata UI oriented Techniques • UI Componentization • AIO to CIO mappings • Design patterns & runtime architectures: MVC, PAC, SmartControls, Webparts Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 84
  • 86. Code Generation Technologies Xml de/serialization • DOM / SAX Parsers • ANTLR Templates • “Enforcing Strict Model-View Separation in Template Engines” [Parr04] • StringTemplate Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 85
  • 87. Code Generation: Conceptual Map Programs Models Template Meta-model Mappings Abstraction Classes / Abstraction Transformation Types Algorithms Instanciation Instances n io t ca ifi Re Source Specification Reverse Code Engineering Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 86
  • 88. Round Trip Problem / Tweaking Tweaking Round Trip Problem [Bergman02] Manual Changes Generated Tweaked Spec Translator Tweaking Code code Requirements changes Re-apply can be done automatically? Spec. evolves Manual Changes Generated Tweaked Spec’ Translator Tweaking Code’ code’ Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 87
  • 89. Development workbench architecture Modeller / Repository Editor Validator / Code Checker Generator Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 88
  • 90. Tool Support Modeller ON Modeller ON Validator Spec ON DTD Meta-model ON Transformation Engines Validation • Business Logic • Client • Documentation XML • Function Points Measure Translators User Doc Help FP Code Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 89
  • 91. Code Generation Architecture Translator 1. Load Explicit Specification Memory Structures Specification 2. Inference Templates 3. Generation Algorithms n io t ca Transformations ifi Re Source Code Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 90
  • 92. N-layered Architectures Pros • Scalable 3rd apps • Multi-channel PDA Desktop GUI Web UI • Interoperable − Connection of heterogeneous systems Web Server Cons Exposed • Performance Web Services penalty due to layer over cost Business Logic Consumed Web Services DB 3rd Web Services Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 91
  • 93. Mappings: AIO CIO WinForms Hierarchical Action Tree Menu Interaction Unit Form Action Button Navigation Button Display Set • An object Labels • Many objects Grid Defined Selection Combo-boxes ... Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 92
  • 94. Examples: VB 6.0/Windows Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 93
  • 95. Mappings: AIO CIO Web / HTML Hierarchical Action Tree Dynamic Menu Interaction Unit HTML page Action <A> Link Navigation <A> Link Display Set • An object HTML Labels • Many objects <Table> Defined Selection <Option> ... Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 94
  • 96. Examples: ColdFusion MX/Web Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 95
  • 97. Examples: PocketPC/Windows CE UICP to Pocket/PC Study [Belenguer02] Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 96
  • 98. 6. Validation Tutorial Code generation from Conceptual User Interface Patterns
  • 99. Empiric Validation FAST [Weiss99] Investment Domain Engineering Life-Cycle Tools & Domain Domain Domain Domain Analysis Model Implementation Workbench Release Development Feedback Application Engineering Life-Cycle Suite Application #3 Application #2 Application #1 Req. Application Application Application Analysis Spec. Development Payback Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 98
  • 100. Applications Contexts Model Execution Environments • 1996-1999 / OO-Method Project − Research & Development in Conceptual Modelling • 1999-2004 / CARE Technologies / Olivanova products − Model Execution for business applications • 2005-2006 / Bancaja / Pisa Project − Financial Terminal for a bank • 2006-2007 / Pársec / Capgemini − Model Driven Development for improving software factories Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 99
  • 101. Empiric Validation Validation in an industrial context • Ideas implemented in commercial CARE Technologies products: Olivanova • Used for the development of several heterogeneous projects: − Golf Tournament Tracking System − Sales Dpt. of a Building Co. − Furniture Warehouse − Web-based Chat for a Telecom Co. − e-Profile tracking for a USA University − In-house developments (intranet) • Full MDD workbench implemented by Capgemini for a Spanish Bank: Bancaja (PISA Project) Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 100
  • 102. Empiric Validation / Defect Cost Traditional SW Life Cycle MDD Live Cycle Defects Cost Defects % exponential Analysis Design Build Maintenance Snow ball Effect Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 101
  • 103. Empiric Validation Time redistribution: • Less time for Design & Coding • More time for Requirements, Analysis & Testing Traditional Development Deployment Model Execution Development Deployment Requirements 5% 5% 10% Testing Requirements 15% 25% Testing 20% Analysis Requirements Requirements 20% Analysis Analysis Design Design Coding Coding Coding Testing 6% Testing Deployment Design Deployment Desing 4% 10% Coding Analysis 40% 40% Traditional Development Model Execution Development Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 102
  • 104. Productivity Measure Developer Effort – As stated by [Myers92] UI 50% TotalFunc. 50% – Conceptual Modeling UI 40% Total Func. 60% Using Inference UI – Phase 1. Rapid Prototyping 15% 85 % Saving – Phase 2: Final UI 50% 50% Saving Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 103
  • 105. User Interface Code Generation Rapid Prototyping based on: • Inference (Scaffolding a la Ruby on Rails) • Code generation Pros • Repeatable quality processes • Resource saving • Better Time to Market • Productivity gain Cons • Fixed design • Applicability at fixed and closed domains • Customization Round Trip Problem Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 104
  • 106. Process review Pros Forward engineering unique source one way Solution can be anticipated looking at the model Value is in the model Robust, proven Assured quality by construction Fast: prototyping and rapid development Cons Rigid Default Values are not always the optimal ones Exceptions have to be handled with manual code / tweaking and round-tripping Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 105
  • 107. 7. Open Issues Tutorial Code generation from Conceptual User Interface Patterns
  • 108. Guideline compliance Windows / Mac / X11 Guidelines Usability / Accessibility Guidelines US Section 508 / Accessibility WAI / AAA Recommendations • Conformance Level A Priority 1. must • Conformance Level Double-A Priority 2. should • Conformance Level Triple-A Priority 3. may Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 107
  • 109. Guideline compliance Sample of WAI Recommendation • Guideline 2. Don't rely on color alone. − 2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup. [Priority 1] − 2.2 Ensure that foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits or when viewed on a black and white screen. [Priority 2 for images, Priority 3 for text]. • Some parts of the guideline can be enforced by a code generator. • Others should be still guarantied by a designer. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 108
  • 110. Guideline compliance Put as much as possible standardisation inside the common part. • Implement such common part using the guideline criterion to be compliant with. • Usually guidelines also include best practices in the domain study them deeply before starting the design of the output Now the code generator produces compliant software by design. In some contexts the product must be certified to proof compliance • If you can proof the compliance of your code generator output you will get the certification for all the output produced by the generator. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 109
  • 111. High vs Low level UI modelling UI Modelling High level Spec. Low level Spec. Pros: Pros: • near to the problem domain • adapted to the target device • more general • very precise Cons: Cons: • difficult to implement, • device dependent • rigid automatic • difficult to be re-targeted to implementations another device Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 110
  • 112. Modelling & Code Gen. Technologies Diagramming tools • Eclipse GMF • MS DSL Tools • MetaEdit+ • UML Based tools Textual Domain Specific Languages • Grammars & Parsers: ANTLR Templates • Strict separation of model, transformation & presentation (template) • output grammars StringTemplate Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 111
  • 113. User Interface Code Generation Key concept • AIO Abstract Interface Object (technology independent) • CIO Concrete Interface Object (platform dependent) • Mappings between them Architectures • MVC Model View Controller • Direct data-binding Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 112
  • 114. User Interface Code Generation AIO CIO AIO CIO Selection Concept Windows Web • Based on platform mapping View Form HTML Page List of objects Grid Table • Based on data type • Based on usability rules • Based on user choice Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 113
  • 115. User Interface Code Generation Automatic Layout Generation • There is not silver bullet • Choices depend on • However you can find good heuristics to − Domain solve 80% of cases − Device physical constrains • Column alignment, multicolumn, grid, etc. Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 114
  • 116. Creativity vs Automation. Where to stop? Artist & graphical designers Programmers • Skills: • Skills: − Creativity − Analytic thinking − Design aesthetics − Abstraction • Tools: • Tools: − Dreamweaver, Illustrator, Freehand − IDEs, compilers, debuggers, profilers. They have different skills sets, tools & languages It is difficult to find people with both skills Team work is needed to • Improve communication • Clear separation of concerns (SoC) & responsibilities • Degrees of freedom Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 115
  • 117. Conclusions 1. User Interface Conceptual Patterns 2. UI Pattern Language for Business Applications 3. Abstract Specification Model (device independent) 4. Simple Graphical Notation 5. Inference support for Rapid Prototyping 6. Scalable/Industrial validated method Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 116
  • 118. More info about: UI Spec & Code gen. PhD Thesis (in Spanish) User Interface Specification: From requirements to automatic code generation. Valencia 2003. Available at: http://pjmolina.com/en/research/thesis.php Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 117
  • 119. More info about: CUIP Index of Conceptual User Interface Patterns available on-line at: http://pjmolina.com/cuip Capgemini Spain / Technology Services Code Generation 2007, May 18th © 2007 Pedro J. Molina. All rights reserved 118