difference between framework and arcgitechture
What is the difference between framework and arcgitechture?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
paul danielPosted Dec 31, 2009, 8:50 AM
Here is the difference
Architecture: an idea about how to structure your app, possibly shared through natural language documentation and structured methods, like UML.
Framework: an implementation of an architecture that someone can use as the basis for a working application.
Thanks,
Paul daniel
Lalit MPosted Dec 22, 2009, 12:30 AM
architecture: The strategy and/or infrastructure for accomplishing some
specific goal that defines or supports cooperation among multiple
distinct software elements.
framework: An infrastructure that acts as a generic skeleton for
combining customized software elements. Generally a framework can be
reused for multiple applications or systems of applications.