hi,
please can someone explain me the difference between framework and architecture in java. will be great if you can quote some examples.
thanks
-
Diff b/w Framework and Architecture (3 messages)
- Posted by: shreevinayakh balasubramaniam
- Posted on: March 02 2006 06:04 EST
Threaded Messages (3)
- Diff b/w Framework and Architecture by vince kraemer on March 04 2006 12:11 EST
- thanks by shreevinayakh balasubramaniam on March 05 2006 23:45 EST
- Diff b/w Framework and Architecture by Imtithal Saeed on September 28 2011 13:34 EDT
-
Diff b/w Framework and Architecture[ Go to top ]
- Posted by: vince kraemer
- Posted on: March 04 2006 12:11 EST
- in response to shreevinayakh balasubramaniam
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[ Go to top ]
- Posted by: shreevinayakh balasubramaniam
- Posted on: March 05 2006 23:45 EST
- in response to vince kraemer
hi vince,
thanks for the informationArchitecture: 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.
-
Diff b/w Framework and Architecture[ Go to top ]
- Posted by: Imtithal Saeed
- Posted on: September 28 2011 13:34 EDT
- in response to shreevinayakh balasubramaniam
Yes dear architecture is something special, while framework is something general