Architectures and Frameworks: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
| A Software '''Architecture''' refers to the organization of software components, design patterns, and '''Frameworks'''; and the relationships between them necessary to compose the structure of the application. | | A Software '''Architecture''' refers to the organization of software components, design patterns, and '''Frameworks'''; and the relationships between them necessary to compose the structure of the application. | ||
'''Frameworks''' refer to tools that accomplish different aspects of the software '''Architecture''' including: modular communication, user interface, hardware interface, etc. One or more '''Frameworks'' are used and added to as part of an overall '''Architecture''' to create an application. | '''Frameworks''' refer to tools that accomplish different aspects of the software '''Architecture''' including: modular communication, user interface, hardware interface, etc. One or more '''Frameworks''' are used and added to as part of an overall '''Architecture''' to create an application. | ||
|} | |} | ||
Revision as of 23:58, 8 March 2021
| The Architectures and Frameworks Portal |
| A Software Architecture refers to the organization of software components, design patterns, and Frameworks; and the relationships between them necessary to compose the structure of the application.
Frameworks refer to tools that accomplish different aspects of the software Architecture including: modular communication, user interface, hardware interface, etc. One or more Frameworks are used and added to as part of an overall Architecture to create an application. |