Design Patterns Question:
What is difference between GoF and J2EE patterns?
Answer:
GoF DESIGN PATTERN
==================
The Gang of Four were the first publishing a book about
design patterns. The patterns are rather basic in nature and
can be applied to almost any object oriented system.
J2EE DESIGN PATTERN
===================
J2EE patterns are much more specialized, obviously. Many are
in fact specialized versions of GoF patterns, applied to
problems specific to J2EE development.
==================
The Gang of Four were the first publishing a book about
design patterns. The patterns are rather basic in nature and
can be applied to almost any object oriented system.
J2EE DESIGN PATTERN
===================
J2EE patterns are much more specialized, obviously. Many are
in fact specialized versions of GoF patterns, applied to
problems specific to J2EE development.
Previous Question | Next Question |
What is Architecture and what is design? Are they related? | What is design pattern? |