Modern Application Infrastructure
From Zanecorpwiki
Work in progress; no more than initial notes.
Application infrastructure (software infrastructure might be a better term?) is the set of functional areas which are considered meta or create the context of the application function as perceived by the user and/or developer. In many models, infrastructure may be defined as everything except the A) domain model and b) business logic.
- flow control
- UI rendering
- data persistence (generally including search)
- input error checking and data washing
- logging
- auditing
- authentication
- authorization


