• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

difference between design pattern and architecture

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference between Software architecture and software
design patterns. say for example there are two terms commonly used MVC
Architecture and MVC design pattern. Are they same or different.
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would classify myself as novis is trainning, but I want to put my 2 cents in.

Originally posted by NareshAnkuskani Kumar:
What is the difference between Software architecture and software
design patterns. say for example there are two terms commonly used MVC
Architecture and MVC design pattern. Are they same or different.



Architects create blueprints of an archtecture. The contents of the blue prints are components. The architect, hopefully, chooses the component, sub comomponet, and component interactions based on the pro/cons of some design pattern. Building architects could put a toilet between the stove and the refridge. does not mean it is a good design pattern
 
NareshAnkuskani Kumar
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank u for replying to the question yesterday i posted. i got the answer for my problem. Thanks a lot
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at [Techgraffiti]http://techgraffiti.blogspot.com/2009/05/difference-between-software.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic