need help to findout list of architectural design pattern

I need help to find out the list of architectural design patterns.there are 8 architectural design patternssome of them are MVCIOCFront Controllerplease help me for others
[220 byte] By [phanidharkumara] at [2007-10-2 1:10:30]
# 1

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

mchan0a at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

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

software_enga at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
pretty ***** to list your degree in your sign-off, software_eng. just my opinion, of course. seems pretentious and unnecessary. got a raft of certifications you can add, too?%
duffymoa at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
if u know the architectural design patterns list.
phanidharkumara at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 5

> 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

Saisha at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 6
BTW, *one* Duke Dollar? Are you saving up for Christmas? - Saish
Saisha at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...
# 7
i think its enough for the question
phanidharkumara at 2007-7-15 18:31:18 > top of Java-index,Other Topics,Patterns & OO Design...