Top Banner
Emerging aspects of sub- systems architecture Gabriel Cotelli [email protected] [email protected]
15

Emerging Aspects of Subsystem Architecture

Feb 11, 2017

Download

Software

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Emerging Aspects of Subsystem Architecture

Emerging aspects of sub-systems architecture

Gabriel [email protected]

[email protected]

Page 2: Emerging Aspects of Subsystem Architecture

The Origins

Page 3: Emerging Aspects of Subsystem Architecture

Sub-systems

"Objects encapsulating some functionality related to a system module"

Page 4: Emerging Aspects of Subsystem Architecture

Sub-systems characteristics

Could be one or many implementations Every one have to conform a clearly defined interface (or more than one)The implemented interfaces must be explicitly declaredAny implementation must also declare this dependencies (by the interfaces of his requeriments)

Page 5: Emerging Aspects of Subsystem Architecture

The whole System

Is just a composite systemGiven a desired installation (a set of modules to install) just register the required sub-systems implementations on the compositeThis composition is dynamic (can be changed on the fly)Sub-systems collaboration is done by asking the composite system the subsystem implementing the required interface (never with some specific implementation)

Page 6: Emerging Aspects of Subsystem Architecture

Some clever things to do!!

We are explicitly declaring the implemented interfaces and dependencies so....

Verify that if a system declares to implement some interface has an implementation for every required methodThe same tests (over a sub-system) can be run with every implementation Verify the installation consistency (all required dependencies must be present)

... and of course do this automatically (the metamodel is your friend here!)

Page 7: Emerging Aspects of Subsystem Architecture

The live show!!

Page 8: Emerging Aspects of Subsystem Architecture

What's next ?

Page 9: Emerging Aspects of Subsystem Architecture

A short case study

For many years nothing new was needed in this respect... but then we started to talk with several Holdings. And they have some new use cases:

Every company employee in the holding should have access using the system only to his company informationBut some information must be sharedSome employees are managers, and managers wants to see the holding information aggregatedand of course.... everything must be integrated

Page 10: Emerging Aspects of Subsystem Architecture

FAST Holding

FASTInsurance

FASTCustomer Serv.

FASTCasino

Page 11: Emerging Aspects of Subsystem Architecture

Multiple systems running togheter

"Just start a new system instance for every company and provide different entry points to every employee"

Company information is never mixed up by mistakeNo need to change the sub-systems implementations

Page 12: Emerging Aspects of Subsystem Architecture

Information Sharing

"Register the same sub-system implementation (who manages the information to share) in all the composite system instances"

Page 13: Emerging Aspects of Subsystem Architecture

Information Aggregation"Register in the Holding instance a sub-system implementation that agreggates the other sub-systems"

Page 14: Emerging Aspects of Subsystem Architecture

Thanks!

Hernán Wilkinson and Luciano Romeo (authors of the original sub-systems design)The whole XTrade team (for taking this ideas an doing the hard work)All the Mercap Software people for the supportEverybody in this room for give me your time!

Page 15: Emerging Aspects of Subsystem Architecture

Questions?