http://www.cmcrossroads.com/bradapp/docs/patterns-intro.html
http://www.theserverside.com/articles/article.tss?l=IOCBeginners
http://msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/default.aspx
http://www.martinfowler.com/articles/injection.html
http://www.opengroup.org/architecture/togaf8-doc/arch/p4/patterns/patterns.htm
http://www.edlin.org/cs/patterns.html
http://www.serc.nl/people/florijn/interests/patts.html
Nice to see my website in that list :)
I can recommend getting the POSA and GOF books for more info on patterns, they are both very useful
(POSA) "Pattern-Oriented Software Architecture" Buschmann et al
(GOF) "Design Patterns" Gamma et al
--
M.Sc. in Computer Science
Freelancing software engineer
visit http://www.edlin.org to contact me regarding software projects
> I need help to find out the list of architectural
> design patterns.
> there are 8 architectural design patterns
> some of them are
> MVC
> IOC
> Front Controller
> please help me for others
Do a Google search for the "Portland Pattern Repository". Pretty much every design pattern (and anti-pattern) exists there.
BTW, I would caution you against 'pattern fever'. The fact that you are simply looking for a list indicates to me that you may have a long way to go in understsanding when (and when not) to implement a given pattern. Proceed slowly. Only implement what is necessary. The most fundamental of all design anti-patterns is 'You aren't gonna need it".
- Saish