Are the technologies used in an application part of the architecture, or do they represent implementation/detailed design details?
- by m3th0dman
When designing and writing documentation for a project an architecture needs to be clearly defined: what are the high-level modules of the system, what are their responsibilities, how do they communicate with each other, what protocols are used etc. But in this list, should the concrete technologies be specified or this is actually an…