Plex-XML Inheritance
From Plex-XML
See below a pattern about the inheritance that is used in most of our Plex projects.
With this pattern you will have:
- a clear separation of pattern logic (that could be reused in many different projects) in the purple part on the top
- dedicated models for your project in the orange part
- a separated model for the business logic (that could be reused if client logic evolves or if you need to have two clients eg. Web and WinC) on the right
- a separated model for the client logic on the left
- a minimum of "replaced by" triples and logic in the combination of business and client logic (!!!)
