1 / 18

Chapter 19 Industrial Experience with Dassault Système Component Model

Chapter 19 Industrial Experience with Dassault Système Component Model. Overview. Introduction The OM Component Model Discussion Lessons Learned. Introduction. CATIA Dassault Systèmes main software product 5 millions lines of code 19 000 clients 180 000 work places

lev-perry
Download Presentation

Chapter 19 Industrial Experience with Dassault Système Component Model

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 19 Industrial Experience with Dassault Système Component Model Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  2. Overview • Introduction • The OM Component Model • Discussion • Lessons Learned Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  3. Introduction • CATIA • Dassault Systèmes main software product • 5 millions lines of code • 19 000 clients • 180 000 work places • 50000 C++ classes • 8000 components • Object Modeller: Own component model Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  4. Dassault Systèmes • The DS objective was not primarily: • To sell isolated OM components. • To sell the OM component framework. • To make their component model a standard. • The primary objective was: • To find a way to develop its software under the best conditions, and to provide to its customers with powerful adaptability facilities. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  5. The OM Component Model • The OM is quite similar to COM. • Interfaces: a set of method signatures • Component may support more than one interface. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  6. Interfaces OM components Other software entities Dependencies (a) External view of an OM component (b) Heterogeneous application External view of OM components Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  7. Using OM Components to Build Applications • In practice, there is no boundary between traditional development and component-based development. • DS applications are hybrids. • There is a Lack of support for explicit connections and assembly facilities. • DS does not aim to sell components, but extensible applications. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  8. Component implementation Interfaces Bases Extensions Component inheritance c Component implementation ? ? Delegation c Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  9. Implementations • DS components are typically developed by different teams in different companies. • Components are in fact a collection of elementary pieces of code, called implementations. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  10. Extensions • Has two kinds of implementations: • Base implementations and extensions. • A component is defined by a base implementation. • An extension has two advantageous properties: • It does not change the identity of the component being extended. • It does not change the code of the component being extended Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  11. Component inheritance • Single inheritance • Inherits all its interfaces and all its implementations. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  12. Conditional interfaces • The interface will be returned to the client only if this expression evaluates to true. • 2D or 3D Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  13. Discussion • Has not develop a new language: • The OM can be seen as a layer superimposed on the C++ language. • Interfaces and implementations are represented as C++ classes. • OM constructions are indeed represented as code patterns and macros in C++ source code. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  14. Different Kinds of Architecture Frameworks Dependency OM elements Other entities (a) Physical architecture (b) OM components vs. frameworks Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  15. Framework Evolution • A good component framework: • Satisfies development / maintenance needs. • Is easily mastered and understood by developers. • It is incorrect to believe that if a concept is simple, its use will also be simple: • “goto” and pointers • AddRef and Release Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  16. Evolution • An incremental process. • Model evolved permanently while CATIA software was in development. • Required different concepts and constructs to coexist, which created problems. • A bug may be due to: • Faulty implementation of the concept, • Undefined semantic hole • Inherent complexity. Specific training courses should be employed to ensure the correct use of the component model. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  17. Industrial Perspective • Should Connectors be regarded as first class citizens? • Reexamination of the definitions of: • Connectors • Behavior • Architecture • Components Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

  18. Summary • The design of a powerful component model is shown to be a complex task. • The model has improved progressively over the years. • Very large systems must live with inconsistencies. • Training is needed to prevent misuse. • Tools for tracking invalid constructions. We have still to invent the CBSE environments of the future. Building Reliable Component-based SystemsChapter 19 - Industrial Experience with Dassault Système Component Model

More Related