Status: IN
Frameworks' defining architectural characteristic (inversion of control — the framework calls application code) is a system-level instantiation of Template Method's Hollywood principle ('Don't call us, we'll call you'), revealing that the same control-inversion mechanism operates at two distinct scales: within a single class hierarchy (Template Method) and across entire application architectures (frameworks).
Template Method's Hollywood principle and framework inversion of control are the same mechanism at different scales
Depends on (SL): framework-inversion-of-control, gof-template-method-hollywood-principle