Would this be a good web application architecture?
- by Gustav Bertram
My problem
Our MVC based framework does not allow us to cache only part of our output. Ideally we want to cahce static and semi-static bits, and run dynamic bits. In addition, we need to consider data caching that reacts to database changes.
My idea
The concept I came up with was to represent a page as a tree of XML fragment objects. (I say…