SlideShare una empresa de Scribd logo
1 de 45
Descargar para leer sin conexión
An Approach for the Maintainability Verification of Software
  Systems based on Aspect Oriented Programming and
          Architecture Description Languages

                       Juan Carlos Castrejón
                            ITESM-CCM




                                                              1
OUTLINE

• Introduction

• Approach

• MexADL

• Case   Study

• Conclusions



                           2
PROBLEM (1/3)


• Asa software system evolves, the lack of compliance between
 design documents and implementation artifacts may cause a
 detriment in its overall quality

• Software   maintenance costs between 50-75%




                                                                3
PROBLEM (2/3)
                 Maintainability software development problem factors
                                   Lack of traceability
                         Changes are not adequately documented
                       Documentation is obscure or untrustworthy
                      Lack of adherence to programming standards
                  Lack of consideration for software quality requirements

Chen, J., & Huang, S. (2009). An empirical analysis of the impact of software development problem factors on software maintainability.
                                            Journal of Systems and Software, 82(6), 981-992.




                                                                                                                                         4
PROBLEM (3/3)

• Inregard to the maintainability of software systems, we can
 identify two main sources for this detachment

       • An ambiguous documentation of the system’s architectural
        intent and its desired quality attributes

       • An absence of adequate mechanisms to enforce that both
        architectural and quality intents are maintained through
        system evolution


                                                                    5
AREAS AND TOPICS




                   6
SOFTWARE ARCHITECTURE
           (1/2)


• Thisdiscipline strives to capture, document, analyze and reuse
 the highest level of abstraction of a system, by representing it
 with one or more structures, the components they are
 composed of, and the externally visible properties of such
 components




                                                                    7
SOFTWARE ARCHITECTURE
          (2/2)

• System elements are usually depicted using informal diagrams
 and idioms (Ex: box-and-line)

• Architecture  Description Languages (ADL) emerged as an
 effort to overcome this situation, by providing formalized
 constructs that strive to effectively represent a system’s
 architectural intent



                                                                 8
SOFTWARE QUALITY
                  (1/4)


• The  quality of a system is the degree to which the system
 satisfies the stated and implied needs of its various
 stakeholders, and thus provides value.

• Quality   Models: McCall, Boehm, ISO 9003, ISO 9126, etc.




                                                               9
SOFTWARE QUALITY
              (2/4)

• Newgeneration of quality standards referred to as ISO/IEC
 SQuaRE (Software Product Quality Requirements and Evaluation)

•A  logically organised, enriched and unified series covering
 three complementary processes: requirements specification,
 measurement and evaluation



                                                                 10
SOFTWARE QUALITY
      (3/4)




    SQuaRE quality model

                           11
SOFTWARE QUALITY
                  (4/4)


• Maintainabilityis defined as as the degree of effectiveness and
 efficiency with which the product can be modified

• Divided  into five sub- characteristics: modularity, reusability,
 analyzability, modifiability and testability




                                                                     12
ASPECT ORIENTED
         PROGRAMMING (1/3)

•A  way to cope with software complexity is to follow the
 separation of concerns principle

• The principle states that a program can be split into different
 features or concerns to allow independent analysis, striving to
 maintain a minimum overlap of functionality among them



                                                                    13
ASPECT ORIENTED
             PROGRAMMING (2/3)

• It   is not always simple to define what	

 a concern is

• There  may be concerns spanning more than one concept or
  functionality (crosscutting concerns)

• Classic   examples: Security, Logging



                                                             14
ASPECT ORIENTED
         PROGRAMMING (3/3)

• The  Aspect Oriented Programming (AOP) methodology,
 introduces a new unit of modularization, the aspect

• An aspect is responsible for the abstraction of a crosscutting
 functionality

• An implementation of AOP may also include mechanisms to
 alter the static structure and dynamic behavior of the system


                                                                   15
PURPOSE

• To enforce the maintainability quality characteristic of
 software systems, as defined by the ISO/IEC SQuaRE quality
 model

   • By    describing its sub-characteristics within the constructs
       available in an ADL

   • By    using AOP techniques to help verify those sub-
       characteristics through the use of internal quality metrics


                                                                      16
HYPOTHESIS


• Themaintainability quality characteristic of a software system
 can be effectively defined and characterized using the
 constructs available in an architecture description language

• The maintainability quality characteristic of a software system
 can be verified using static crosscutting techniques of aspect
 oriented programming



                                                                    17
OUTLINE

• Introduction

• Approach

• MexADL

• Case   Study

• Conclusions



                           18
APPROACH (1/4)




                 19
APPROACH (2/4)




                 20
APPROACH (3/4)




Use cases for the verification approach

                                         21
APPROACH (4/4)




 Maintainability quality metrics


                                   22
OUTLINE

• Introduction

• Approach

• MexADL

• Case   Study

• Conclusions



                           23
MEXADL (1/8)

• An   implementation of this approach for Java based systems

                    Requirement         Tool implementation
                       ADL                 xADL 2.0 [31]
                 AOP implementation         AspectJ [10]
                  ADL environment     ArchEdit, Archipelago [31]
                     Build tool            Apache Ant [60]


                        Implementation tools


                                                                   24
MEXADL (2/8)




 External metrics tools

                          25
MEXADL (3/8)




xADL 2.0 extension (Characteristic)


                                      26
MEXADL (4/8)




xADL 2.0 extension (Sub-characteristics)
                                           27
MEXADL (5/8)




xADL 2.0 extension (Component)



                                 28
MEXADL (6/8)




xADL 2.0 extension (Java implementation)


                                           29
MEXADL (7/8)




    Definition


                30
MEXADL (8/8)




   Verification
                 31
OUTLINE

• Introduction

• Approach

• MexADL

• Case   Study

• Conclusions



                           32
CASE STUDY (1/7)

• SQL   query optimizer designed for distributed databases




                      xADL 2.0 description

                                                             33
CASE STUDY (2/7)




   Quality metrics values


                            34
CASE STUDY (3/7)




  Association of quality metrics
                                   35
CASE STUDY (4/7)
  Layer                 Spring Annotation                Layer   Java package pattern
Controller   org.springframework.stereotype.Controller
                                                         Model   mx.itesm.ddb.model..*
 Service      org.springframework.stereotype.Service
                                                          Util    mx.itesm.ddb.util..*
Repository   org.springframework.stereotype.Repository




       Association of user-generated types
                                                                                         36
CASE STUDY (5/7)




Valid interactions aspect

                            37
CASE STUDY (6/7)




   Quality metrics aspect
                            38
CASE STUDY (7/7)




    Verification results
                          39
OUTLINE

• Introduction

• Approach

• MexADL

• Case   Study

• Conclusions



                           40
CONCLUSIONS (1/3)

• Considering that the quality model of this study is based on
 the emerging set of ISO/IEC SQuaRE standards, it is expected
 to remain valid for a reasonable time

• Theset of source code quality metrics is not fixed, and could
 be changed according to the needs of particular projects

• Thisflexibility would also come in handy in the event of
 changes to the definition of the ISO/IEC SQuaRE quality
 model.

                                                                 41
CONCLUSIONS (2/3)

• The  facilities provided by the xADL 2.0 language and its
 integrated environment, ArchStudio, proved to be very useful
 to effectively implement the extensions of the proposed
 approach

• AspectJ’s maturity and particular support for inter-type
 declarations was of great aid in order to implement the
 association between ADL descriptions and implementation
 code in an effective manner


                                                                42
CONCLUSIONS (3/3)


• Development   teams can detect architectural violations in a
 more effective way, compared to a manual verification process.

• The approach can help avoid the lack of compliance between
 design documents and implementation artifacts.




                                                                 43
FUTURE WORK



• Implementationsfor other environments such as C++ or
 the .NET framework

• Consideration   for dynamic structures of software systems




                                                               44
Questions




            45

Más contenido relacionado

La actualidad más candente

[2015/2016] AADL (Architecture Analysis and Design Language)
[2015/2016] AADL (Architecture Analysis and Design Language)[2015/2016] AADL (Architecture Analysis and Design Language)
[2015/2016] AADL (Architecture Analysis and Design Language)Ivano Malavolta
 
Automatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsAutomatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsIvano Malavolta
 
[2016/2017] Architectural languages
[2016/2017] Architectural languages[2016/2017] Architectural languages
[2016/2017] Architectural languagesIvano Malavolta
 
safety assurence in process control
safety assurence in process controlsafety assurence in process control
safety assurence in process controlNathiya Vaithi
 
Sa 006 modifiability
Sa 006 modifiabilitySa 006 modifiability
Sa 006 modifiabilityFrank Gielen
 
Rejunevating software reengineering processes
Rejunevating software reengineering processesRejunevating software reengineering processes
Rejunevating software reengineering processesmanishthaper
 
201407 A System Architecture for Affective Meta Intelligent Tutoring Systems
201407 A System Architecture for Affective Meta Intelligent Tutoring Systems201407 A System Architecture for Affective Meta Intelligent Tutoring Systems
201407 A System Architecture for Affective Meta Intelligent Tutoring SystemsJavier Gonzalez-Sanchez
 
[2016/2017] AADL (Architecture Analysis and Design Language)
[2016/2017] AADL (Architecture Analysis and Design Language)[2016/2017] AADL (Architecture Analysis and Design Language)
[2016/2017] AADL (Architecture Analysis and Design Language)Ivano Malavolta
 
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSE
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSEMODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSE
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSEAnže Vodovnik
 
Component based models and technology
Component based models and technologyComponent based models and technology
Component based models and technologySaransh Garg
 
Component based models and technology
Component based models and technologyComponent based models and technology
Component based models and technologyMayukh Maitra
 
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...Ivica Crnkovic
 
Reverse Architecting of a Medical Device Software
Reverse Architecting of a Medical Device SoftwareReverse Architecting of a Medical Device Software
Reverse Architecting of a Medical Device SoftwareDharmalingam Ganesan
 
Cbt component based technology architectures
Cbt   component based technology architecturesCbt   component based technology architectures
Cbt component based technology architecturesSaransh Garg
 
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...Luca Berardinelli
 
Generation and Optimization of Test cases for Object-Oriented Software Using ...
Generation and Optimization of Test cases for Object-Oriented Software Using ...Generation and Optimization of Test cases for Object-Oriented Software Using ...
Generation and Optimization of Test cases for Object-Oriented Software Using ...cscpconf
 
Supporting Design Model Refactoring for Improving Class Responsibility Assign...
Supporting Design Model Refactoring for Improving Class Responsibility Assign...Supporting Design Model Refactoring for Improving Class Responsibility Assign...
Supporting Design Model Refactoring for Improving Class Responsibility Assign...Shinpei Hayashi
 
Automated testing of NASA Software - part 2
Automated testing of NASA Software - part 2Automated testing of NASA Software - part 2
Automated testing of NASA Software - part 2Dharmalingam Ganesan
 

La actualidad más candente (20)

[2015/2016] AADL (Architecture Analysis and Design Language)
[2015/2016] AADL (Architecture Analysis and Design Language)[2015/2016] AADL (Architecture Analysis and Design Language)
[2015/2016] AADL (Architecture Analysis and Design Language)
 
Automatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsAutomatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodels
 
[2016/2017] Architectural languages
[2016/2017] Architectural languages[2016/2017] Architectural languages
[2016/2017] Architectural languages
 
safety assurence in process control
safety assurence in process controlsafety assurence in process control
safety assurence in process control
 
Sa 006 modifiability
Sa 006 modifiabilitySa 006 modifiability
Sa 006 modifiability
 
Rejunevating software reengineering processes
Rejunevating software reengineering processesRejunevating software reengineering processes
Rejunevating software reengineering processes
 
201407 A System Architecture for Affective Meta Intelligent Tutoring Systems
201407 A System Architecture for Affective Meta Intelligent Tutoring Systems201407 A System Architecture for Affective Meta Intelligent Tutoring Systems
201407 A System Architecture for Affective Meta Intelligent Tutoring Systems
 
[2016/2017] AADL (Architecture Analysis and Design Language)
[2016/2017] AADL (Architecture Analysis and Design Language)[2016/2017] AADL (Architecture Analysis and Design Language)
[2016/2017] AADL (Architecture Analysis and Design Language)
 
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSE
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSEMODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSE
MODEL DRIVEN ARCHITECTURE, CONTROL SYSTEMS AND ECLIPSE
 
Component based models and technology
Component based models and technologyComponent based models and technology
Component based models and technology
 
1
11
1
 
Component based models and technology
Component based models and technologyComponent based models and technology
Component based models and technology
 
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...
Component-Based and Model-Driven Engineering: what is the difference? A CBSE ...
 
Reverse Architecting of a Medical Device Software
Reverse Architecting of a Medical Device SoftwareReverse Architecting of a Medical Device Software
Reverse Architecting of a Medical Device Software
 
Cbt component based technology architectures
Cbt   component based technology architecturesCbt   component based technology architectures
Cbt component based technology architectures
 
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...
fUML-Driven Design and Performance Analysis of Software Agents for Wireless S...
 
Generation and Optimization of Test cases for Object-Oriented Software Using ...
Generation and Optimization of Test cases for Object-Oriented Software Using ...Generation and Optimization of Test cases for Object-Oriented Software Using ...
Generation and Optimization of Test cases for Object-Oriented Software Using ...
 
Supporting Design Model Refactoring for Improving Class Responsibility Assign...
Supporting Design Model Refactoring for Improving Class Responsibility Assign...Supporting Design Model Refactoring for Improving Class Responsibility Assign...
Supporting Design Model Refactoring for Improving Class Responsibility Assign...
 
Tactics
TacticsTactics
Tactics
 
Automated testing of NASA Software - part 2
Automated testing of NASA Software - part 2Automated testing of NASA Software - part 2
Automated testing of NASA Software - part 2
 

Destacado

ExSchema - ICSM'13
ExSchema - ICSM'13ExSchema - ICSM'13
ExSchema - ICSM'13jccastrejon
 
Victoria Shukis
Victoria ShukisVictoria Shukis
Victoria Shukistiashukis
 
Model2Roo - ACME
Model2Roo - ACMEModel2Roo - ACME
Model2Roo - ACMEjccastrejon
 
Web2MexADL - CSMR Presentation
Web2MexADL - CSMR PresentationWeb2MexADL - CSMR Presentation
Web2MexADL - CSMR Presentationjccastrejon
 
Reinventing You by dorie clark
Reinventing You by dorie clarkReinventing You by dorie clark
Reinventing You by dorie clarkBURESI
 
Model-Driven Cloud Data Storage
Model-Driven Cloud Data StorageModel-Driven Cloud Data Storage
Model-Driven Cloud Data Storagejccastrejon
 

Destacado (7)

ExSchema
ExSchemaExSchema
ExSchema
 
ExSchema - ICSM'13
ExSchema - ICSM'13ExSchema - ICSM'13
ExSchema - ICSM'13
 
Victoria Shukis
Victoria ShukisVictoria Shukis
Victoria Shukis
 
Model2Roo - ACME
Model2Roo - ACMEModel2Roo - ACME
Model2Roo - ACME
 
Web2MexADL - CSMR Presentation
Web2MexADL - CSMR PresentationWeb2MexADL - CSMR Presentation
Web2MexADL - CSMR Presentation
 
Reinventing You by dorie clark
Reinventing You by dorie clarkReinventing You by dorie clark
Reinventing You by dorie clark
 
Model-Driven Cloud Data Storage
Model-Driven Cloud Data StorageModel-Driven Cloud Data Storage
Model-Driven Cloud Data Storage
 

Similar a MexADL

Software Process Models
 Software Process Models  Software Process Models
Software Process Models MohsinAli773
 
comparative study software quality models
comparative study  software quality models comparative study  software quality models
comparative study software quality models Auwal Amshi
 
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptx
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptxvnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptx
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptxKrishna20539
 
Towards Software Sustainability Guides for Industrial Software Systems
Towards Software Sustainability Guides for Industrial Software SystemsTowards Software Sustainability Guides for Industrial Software Systems
Towards Software Sustainability Guides for Industrial Software SystemsHeiko Koziolek
 
software configuration management
software configuration managementsoftware configuration management
software configuration managementFáber D. Giraldo
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process ModelsAhmed Alageed
 
Design Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxDesign Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxKarthigaiSelviS3
 
Performance prediction for software architectures
Performance prediction for software architecturesPerformance prediction for software architectures
Performance prediction for software architecturesMr. Chanuwan
 
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02Performancepredictionforsoftwarearchitectures 100810045752-phpapp02
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02NNfamily
 
A controlled experiment in assessing and estimating software maintenance tasks
A controlled experiment in assessing and estimating software maintenance tasks A controlled experiment in assessing and estimating software maintenance tasks
A controlled experiment in assessing and estimating software maintenance tasks sadique_ghitm
 
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITY
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITYA FRAMEWORK STUDIO FOR COMPONENT REUSABILITY
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITYcscpconf
 
Lab management
Lab managementLab management
Lab managementlogumca
 
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...ijseajournal
 
Il product development - 20 01 2011
Il  product development - 20 01 2011Il  product development - 20 01 2011
Il product development - 20 01 2011nakham
 
Trends in Embedded Software Engineering
Trends in Embedded Software EngineeringTrends in Embedded Software Engineering
Trends in Embedded Software EngineeringAditya Kamble
 
Modeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDrawModeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDrawGregory Solovey
 
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...IJCSIS Research Publications
 
SE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelSE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelAmr E. Mohamed
 

Similar a MexADL (20)

Software Process Models
 Software Process Models  Software Process Models
Software Process Models
 
comparative study software quality models
comparative study  software quality models comparative study  software quality models
comparative study software quality models
 
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptx
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptxvnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptx
vnd.openxmlformats-officedocument.presentationml.presentation&rendition=1.pptx
 
Towards Software Sustainability Guides for Industrial Software Systems
Towards Software Sustainability Guides for Industrial Software SystemsTowards Software Sustainability Guides for Industrial Software Systems
Towards Software Sustainability Guides for Industrial Software Systems
 
software configuration management
software configuration managementsoftware configuration management
software configuration management
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
Design Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxDesign Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptx
 
Performance prediction for software architectures
Performance prediction for software architecturesPerformance prediction for software architectures
Performance prediction for software architectures
 
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02Performancepredictionforsoftwarearchitectures 100810045752-phpapp02
Performancepredictionforsoftwarearchitectures 100810045752-phpapp02
 
A controlled experiment in assessing and estimating software maintenance tasks
A controlled experiment in assessing and estimating software maintenance tasks A controlled experiment in assessing and estimating software maintenance tasks
A controlled experiment in assessing and estimating software maintenance tasks
 
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITY
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITYA FRAMEWORK STUDIO FOR COMPONENT REUSABILITY
A FRAMEWORK STUDIO FOR COMPONENT REUSABILITY
 
Lab management
Lab managementLab management
Lab management
 
Web Testing
Web TestingWeb Testing
Web Testing
 
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...
EFFECTIVE IMPLEMENTATION OF AGILE PRACTICES – OBJECT ORIENTED METRICS TOOL TO...
 
Il product development - 20 01 2011
Il  product development - 20 01 2011Il  product development - 20 01 2011
Il product development - 20 01 2011
 
Trends in Embedded Software Engineering
Trends in Embedded Software EngineeringTrends in Embedded Software Engineering
Trends in Embedded Software Engineering
 
Modeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDrawModeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDraw
 
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
 
SE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelSE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle Model
 
4213ijsea01 (1)
4213ijsea01 (1)4213ijsea01 (1)
4213ijsea01 (1)
 

Último

Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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 2024The Digital Insurer
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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...DianaGray10
 
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 Processorsdebabhi2
 
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 FresherRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
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 SavingEdi Saputra
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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...
 
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
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

MexADL

  • 1. An Approach for the Maintainability Verification of Software Systems based on Aspect Oriented Programming and Architecture Description Languages Juan Carlos Castrejón ITESM-CCM 1
  • 2. OUTLINE • Introduction • Approach • MexADL • Case Study • Conclusions 2
  • 3. PROBLEM (1/3) • Asa software system evolves, the lack of compliance between design documents and implementation artifacts may cause a detriment in its overall quality • Software maintenance costs between 50-75% 3
  • 4. PROBLEM (2/3) Maintainability software development problem factors Lack of traceability Changes are not adequately documented Documentation is obscure or untrustworthy Lack of adherence to programming standards Lack of consideration for software quality requirements Chen, J., & Huang, S. (2009). An empirical analysis of the impact of software development problem factors on software maintainability. Journal of Systems and Software, 82(6), 981-992. 4
  • 5. PROBLEM (3/3) • Inregard to the maintainability of software systems, we can identify two main sources for this detachment • An ambiguous documentation of the system’s architectural intent and its desired quality attributes • An absence of adequate mechanisms to enforce that both architectural and quality intents are maintained through system evolution 5
  • 7. SOFTWARE ARCHITECTURE (1/2) • Thisdiscipline strives to capture, document, analyze and reuse the highest level of abstraction of a system, by representing it with one or more structures, the components they are composed of, and the externally visible properties of such components 7
  • 8. SOFTWARE ARCHITECTURE (2/2) • System elements are usually depicted using informal diagrams and idioms (Ex: box-and-line) • Architecture Description Languages (ADL) emerged as an effort to overcome this situation, by providing formalized constructs that strive to effectively represent a system’s architectural intent 8
  • 9. SOFTWARE QUALITY (1/4) • The quality of a system is the degree to which the system satisfies the stated and implied needs of its various stakeholders, and thus provides value. • Quality Models: McCall, Boehm, ISO 9003, ISO 9126, etc. 9
  • 10. SOFTWARE QUALITY (2/4) • Newgeneration of quality standards referred to as ISO/IEC SQuaRE (Software Product Quality Requirements and Evaluation) •A logically organised, enriched and unified series covering three complementary processes: requirements specification, measurement and evaluation 10
  • 11. SOFTWARE QUALITY (3/4) SQuaRE quality model 11
  • 12. SOFTWARE QUALITY (4/4) • Maintainabilityis defined as as the degree of effectiveness and efficiency with which the product can be modified • Divided into five sub- characteristics: modularity, reusability, analyzability, modifiability and testability 12
  • 13. ASPECT ORIENTED PROGRAMMING (1/3) •A way to cope with software complexity is to follow the separation of concerns principle • The principle states that a program can be split into different features or concerns to allow independent analysis, striving to maintain a minimum overlap of functionality among them 13
  • 14. ASPECT ORIENTED PROGRAMMING (2/3) • It is not always simple to define what a concern is • There may be concerns spanning more than one concept or functionality (crosscutting concerns) • Classic examples: Security, Logging 14
  • 15. ASPECT ORIENTED PROGRAMMING (3/3) • The Aspect Oriented Programming (AOP) methodology, introduces a new unit of modularization, the aspect • An aspect is responsible for the abstraction of a crosscutting functionality • An implementation of AOP may also include mechanisms to alter the static structure and dynamic behavior of the system 15
  • 16. PURPOSE • To enforce the maintainability quality characteristic of software systems, as defined by the ISO/IEC SQuaRE quality model • By describing its sub-characteristics within the constructs available in an ADL • By using AOP techniques to help verify those sub- characteristics through the use of internal quality metrics 16
  • 17. HYPOTHESIS • Themaintainability quality characteristic of a software system can be effectively defined and characterized using the constructs available in an architecture description language • The maintainability quality characteristic of a software system can be verified using static crosscutting techniques of aspect oriented programming 17
  • 18. OUTLINE • Introduction • Approach • MexADL • Case Study • Conclusions 18
  • 21. APPROACH (3/4) Use cases for the verification approach 21
  • 22. APPROACH (4/4) Maintainability quality metrics 22
  • 23. OUTLINE • Introduction • Approach • MexADL • Case Study • Conclusions 23
  • 24. MEXADL (1/8) • An implementation of this approach for Java based systems Requirement Tool implementation ADL xADL 2.0 [31] AOP implementation AspectJ [10] ADL environment ArchEdit, Archipelago [31] Build tool Apache Ant [60] Implementation tools 24
  • 25. MEXADL (2/8) External metrics tools 25
  • 26. MEXADL (3/8) xADL 2.0 extension (Characteristic) 26
  • 27. MEXADL (4/8) xADL 2.0 extension (Sub-characteristics) 27
  • 28. MEXADL (5/8) xADL 2.0 extension (Component) 28
  • 29. MEXADL (6/8) xADL 2.0 extension (Java implementation) 29
  • 30. MEXADL (7/8) Definition 30
  • 31. MEXADL (8/8) Verification 31
  • 32. OUTLINE • Introduction • Approach • MexADL • Case Study • Conclusions 32
  • 33. CASE STUDY (1/7) • SQL query optimizer designed for distributed databases xADL 2.0 description 33
  • 34. CASE STUDY (2/7) Quality metrics values 34
  • 35. CASE STUDY (3/7) Association of quality metrics 35
  • 36. CASE STUDY (4/7) Layer Spring Annotation Layer Java package pattern Controller org.springframework.stereotype.Controller Model mx.itesm.ddb.model..* Service org.springframework.stereotype.Service Util mx.itesm.ddb.util..* Repository org.springframework.stereotype.Repository Association of user-generated types 36
  • 37. CASE STUDY (5/7) Valid interactions aspect 37
  • 38. CASE STUDY (6/7) Quality metrics aspect 38
  • 39. CASE STUDY (7/7) Verification results 39
  • 40. OUTLINE • Introduction • Approach • MexADL • Case Study • Conclusions 40
  • 41. CONCLUSIONS (1/3) • Considering that the quality model of this study is based on the emerging set of ISO/IEC SQuaRE standards, it is expected to remain valid for a reasonable time • Theset of source code quality metrics is not fixed, and could be changed according to the needs of particular projects • Thisflexibility would also come in handy in the event of changes to the definition of the ISO/IEC SQuaRE quality model. 41
  • 42. CONCLUSIONS (2/3) • The facilities provided by the xADL 2.0 language and its integrated environment, ArchStudio, proved to be very useful to effectively implement the extensions of the proposed approach • AspectJ’s maturity and particular support for inter-type declarations was of great aid in order to implement the association between ADL descriptions and implementation code in an effective manner 42
  • 43. CONCLUSIONS (3/3) • Development teams can detect architectural violations in a more effective way, compared to a manual verification process. • The approach can help avoid the lack of compliance between design documents and implementation artifacts. 43
  • 44. FUTURE WORK • Implementationsfor other environments such as C++ or the .NET framework • Consideration for dynamic structures of software systems 44
  • 45. Questions 45