Is MVC a Design Pattern or Architectural pattern

Posted by JCasso on Stack Overflow See other posts from Stack Overflow or by JCasso
Published on 2009-12-08T13:00:17Z Indexed on 2010/04/01 16:13 UTC
Read the original article Hit count: 543

According to Sun and Msdn it is a design pattern.

According to Wikipedia it is an architectural pattern

In comparison to design patterns, architectural patterns are larger in scale. (Wikipedia - Architectural pattern)

Or it is an architectural pattern that also has a design pattern ?

Which one is true ?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about architectural-patterns