I ask this question because of the Zend Framework. I really like it, but nonetheless, modularity is not very flexible. For example, many of us first create a default and administration module, but in fact it cannot be reused. In fact, the administrator should not be a module, but some paradigm that takes care of each side of the module (for example, the plug-in manager).
So, is there a good book on modular web application architecture?
PS sorry if this is a duplicate.
source share