• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

SCEA Part I only GO4 Patterns ?

 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have read (in one of the SCEA links found on this forum) that
SCEA exam Part I covers only (in the Patterns section) the Gang of 4 design patterns. Core J2EE Design patterns (such as Business delegate, front controller, etc) should be only in part II.
Anybody confirms it ?
Thanks
Francesco
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, only 23 GOF patterns
 
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone please list down the 23 patterns? I counted in Head First Design patterns and I am getting only 22.

Thanks
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Creational Patterns (5 nos)

1. Factory
2. Abstract Factory
3. Builder
4. Prototype
5. Singleton

Structural Patterns (7 nos)

1. Facade
2. Proxy
3. Adapter
4. Bridge
5. Composite
6. Decorator
7. Flyweight

Behavioural Patterns (11 nos)

1. Chain of Responsibility
2. Strategy
3. Template
4. State
5. Observer
6. Visitor
7. Memento
8. Command
9. Interpreter
10. Iterator
11. Mediator


Check out the following link for more details.....

http://www.patterndepot.com/put/8/JavaPatterns.htm

regards,
Arun Ilan
 
Francesco Marchioni
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply
regards
Francesco
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic