presentation-patterns

ApplicationShell presentation pattern

Neither Build Your Own CAB series, nor the Presentation Patterns Wiki got to ApplicationShell. Is there any other place where it is well described? ...

Presentation patterns to use with Ext JS

Which presentation patterns do you think Ext JS favors or have you successfully used to achieve high testability and also maintainability? Since Ext JS component instances usually come tightly coupled with state and some sort of presentation logic (e.g. format validation for text fields), Passive View is not a natural fit. Supervising P...