Could anybody comment on Technical Architecture vs Component Architecture vs Application Architecture vs System Architecture.What is importance of each in the project life cycle.pl reffer any sites which could give plenty of information about this topic.
Cheers!!!
Siva
-
Technical vs Component vs Application vs System Architecture (2 messages)
- Posted by: siva kumar
- Posted on: January 07 2004 05:34 EST
Threaded Messages (2)
- Technical vs Component vs Application vs System Architecture by siva kumar on January 07 2004 05:37 EST
- Technical vs Component vs Application vs System Architecture by siva kumar on January 12 2004 08:15 EST
-
Technical vs Component vs Application vs System Architecture[ Go to top ]
- Posted by: siva kumar
- Posted on: January 07 2004 05:37 EST
- in response to siva kumar
Could anybody recommend any free and commercial tools for designing all the architecture's.
Siva -
Technical vs Component vs Application vs System Architecture[ Go to top ]
- Posted by: siva kumar
- Posted on: January 12 2004 08:15 EST
- in response to siva kumar
Thanks to victor.Here is the difference between various architecture...
"Technical Architecture" - generic architectural guideline for system
development, not project specific stuff.
"Component Architecture" - for a complex computer system, it is a
good way to present overall design.
"Application Architecture" - focus on software design, it should be
delivered in software development cycle.
"System Architecture" - involve h/w, s/w & networking design, etc,
should be delivered in early stage of system development.
-Victor