PDF Player v2.0 Architecture
Actors | Description | Role |
---|---|---|
PDF Player as Library | Responsible for playing PDFs and can pass on the player events to container. |
|
Common Service Library | Common Library Shared between Mobile,Desktop and Portal Teams for all http services on consumption. |
|
Pros | a) Separation of Concern : With Separation of Concern we will have highly modular and maintainable code . Tight Coupling of Systems ends up constraining the player to put most part of the code which is non functional for itself. |
Cons | a) Any Player Created in future will have dependency on CSL for default telemetry implementation. Could potentially be source of friction. |